Ignore:
Timestamp:
08/15/2006 01:20:49 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0de99b2
Parents:
83c5697
Message:

XML tags fixes on Xorg7 pages.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6285 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7font.xml

    r83c5697 r5e8be1c  
    2727  </indexterm>
    2828
    29   <para>The <application>Xorg</application> font packages provide
    30   needed fonts to the <application>Xorg</application> applications.</para>
     29  <sect2 role="package">
     30    <title>Introduction to Xorg Fonts</title>
    3131
    32   <bridgehead renderas="sect3">Package Information</bridgehead>
    33   <itemizedlist spacing="compact">
    34     <listitem>
    35       <para>Download (HTTP): <ulink url="&x7fonts-download-http;"/></para>
    36     </listitem>
    37     <listitem>
    38       <para>Download (FTP): <ulink url="&x7fonts-download-ftp;"/></para>
    39     </listitem>
    40     <listitem>
    41       <para>Download MD5 sum: <ulink url="&x7fonts-md5sum;"/></para>
    42     </listitem>
    43     <listitem>
    44       <para>Download size: &x7fonts-size;</para>
    45     </listitem>
    46     <listitem>
    47       <para>Estimated disk space required: &x7fonts-buildsize;</para>
    48     </listitem>
    49     <listitem>
    50       <para>Estimated build time: &x7fonts-time;</para>
    51     </listitem>
    52   </itemizedlist>
     32    <para>The <application>Xorg</application> font packages provide
     33    needed fonts to the <application>Xorg</application> applications.</para>
    5334
    54   <bridgehead renderas="sect4">Required</bridgehead>
    55   <para role="required"><xref linkend="xorg7-data"/> and
    56   <xref linkend="xorg7-app"/></para>
     35    <bridgehead renderas="sect3">Package Information</bridgehead>
     36    <itemizedlist spacing="compact">
     37      <listitem>
     38        <para>Download (HTTP): <ulink url="&x7fonts-download-http;"/></para>
     39      </listitem>
     40      <listitem>
     41        <para>Download (FTP): <ulink url="&x7fonts-download-ftp;"/></para>
     42      </listitem>
     43      <listitem>
     44        <para>Download MD5 sum: <ulink url="&x7fonts-md5sum;"/></para>
     45      </listitem>
     46      <listitem>
     47        <para>Download size: &x7fonts-size;</para>
     48      </listitem>
     49      <listitem>
     50        <para>Estimated disk space required: &x7fonts-buildsize;</para>
     51      </listitem>
     52      <listitem>
     53        <para>Estimated build time: &x7fonts-time;</para>
     54      </listitem>
     55    </itemizedlist>
    5756
    58   <para condition="html" role="usernotes">User Notes:
    59   <ulink url='&blfs-wiki;/Xorg7Fonts'/></para>
     57    <bridgehead renderas="sect4">Required</bridgehead>
     58    <para role="required"><xref linkend="xorg7-data"/> and
     59    <xref linkend="xorg7-app"/></para>
     60
     61    <para condition="html" role="usernotes">User Notes:
     62    <ulink url='&blfs-wiki;/Xorg7Fonts'/></para>
     63
     64  </sect2>
    6065
    6166  <sect2>
     
    8590    user:</para>
    8691
    87 <screen><userinput role="root">make install</userinput></screen>
     92<screen role="root"><userinput>make install</userinput></screen>
    8893
    8994    <para>When all of the fonts have been installed, the system must be
     
    95100    <systemitem class="username">root</systemitem> user:</para>
    96101
    97 <screen><userinput role="root">install -v -d -m755 /usr/share/fonts &amp;&amp;
     102<screen role="root"><userinput>install -v -d -m755 /usr/share/fonts &amp;&amp;
    98103ln -svn $XORG_PREFIX/lib/X11/fonts/OTF /usr/share/fonts/X11-OTF &amp;&amp;
    99104ln -svn $XORG_PREFIX/lib/X11/fonts/TTF /usr/share/fonts/X11-TTF</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.