Changeset 28b40e2


Ignore:
Timestamp:
08/01/2006 06:27:35 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
2f494dc
Parents:
4a316ba
Message:

Finished the PDF fixes.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.2/BOOK@7737 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
38 edited

Legend:

Unmodified
Added
Removed
  • appendices/acknowledgments.xml

    r4a316ba r28b40e2  
    294294  </itemizedlist>
    295295
     296  <beginpage/>
     297
    296298  <bridgehead renderas="sect3">Australian Mirrors</bridgehead>
    297299
  • appendices/dependencies.xml

    r4a316ba r28b40e2  
    144144      </segmentedlist>
    145145
     146      <beginpage/>
     147
    146148<!-- Begin Binutils dependency info -->
    147149  <bridgehead renderas="sect2" id="binutils-dep">Binutils</bridgehead>
     
    311313      </segmentedlist>
    312314
     315      <beginpage/>
     316
    313317<!-- Begin Expect dependency info -->
    314318  <bridgehead renderas="sect2" id="expect-dep">Expect</bridgehead>
     
    479483      </segmentedlist>
    480484
     485      <beginpage/>
     486
    481487<!-- Begin Gcc dependency info -->
    482488  <bridgehead renderas="sect2" id="gcc-dep">Gcc</bridgehead>
     
    647653      </segmentedlist>
    648654
     655      <beginpage/>
     656
    649657<!-- Begin Gzip dependency info -->
    650658  <bridgehead renderas="sect2" id="gzip-dep">Gzip</bridgehead>
     
    814822      </segmentedlist>
    815823
     824      <beginpage/>
     825
    816826<!-- Begin Libtool dependency info -->
    817827  <bridgehead renderas="sect2" id="libtool-dep">Libtool</bridgehead>
     
    980990      </segmentedlist>
    981991
     992      <beginpage/>
     993
    982994<!-- Begin Module-Init-Tools dependency info -->
    983995  <bridgehead renderas="sect2" id="module-init-tools-dep">Module-Init-Tools</bridgehead>
     
    11471159      </segmentedlist>
    11481160
     1161      <beginpage/>
     1162
    11491163<!-- Begin Readline dependency info -->
    11501164  <bridgehead renderas="sect2" id="readline-dep">Readline</bridgehead>
     
    13131327      </segmentedlist>
    13141328
     1329      <beginpage/>
     1330
    13151331<!-- Begin Tcl dependency info -->
    13161332  <bridgehead renderas="sect2" id="tcl-dep">Tcl</bridgehead>
  • chapter01/askforhelp.xml

    r4a316ba r28b40e2  
    7373    if you need to ask for help.</para>
    7474
     75    <beginpage/>
     76
    7577  </sect2>
    7678
  • chapter03/packages.xml

    r4a316ba r28b40e2  
    9393        <para>Download: <ulink url="&coreutils-url;"/></para>
    9494        <para>MD5 sum: <literal>&coreutils-md5;</literal></para>
     95        <beginpage/>
    9596      </listitem>
    9697    </varlistentry>
     
    174175        <para>Download: <ulink url="&gawk-url;"/></para>
    175176        <para>MD5 sum: <literal>&gawk-md5;</literal></para>
     177        <beginpage/>
    176178      </listitem>
    177179    </varlistentry>
     
    264266        <para>Download: <ulink url="&inetutils-url;"/></para>
    265267        <para>MD5 sum: <literal>&inetutils-md5;</literal></para>
     268        <beginpage/>
    266269      </listitem>
    267270    </varlistentry>
     
    352355        <para>Download: <ulink url="&make-url;"/></para>
    353356        <para>MD5 sum: <literal>&make-md5;</literal></para>
     357        <beginpage/>
    354358      </listitem>
    355359    </varlistentry>
     
    458462        <para>Download: <ulink url="&readline-url;"/></para>
    459463        <para>MD5 sum: <literal>&readline-md5;</literal></para>
     464        <beginpage/>
    460465      </listitem>
    461466    </varlistentry>
     
    548553        <para>Download: <ulink url="&udev-config-url;"/></para>
    549554        <para>MD5 sum: <literal>&udev-config-md5;</literal></para>
     555        <beginpage/>
    550556      </listitem>
    551557    </varlistentry>
  • chapter04/settingenviron.xml

    r4a316ba r28b40e2  
    8484  the chapter 5 environment.</para>
    8585
     86  <beginpage/>
     87
    8688  <para>Finally, to have the environment fully prepared for building the
    8789  temporary tools, source the just-created user profile:</para>
  • chapter05/adjusting.xml

    r4a316ba r28b40e2  
    4242unset SPECFILE</userinput></screen>
    4343
    44   <para>It is recommended that the above command be copy-and-pasted in order to
    45   ensure accuracy. Alternatively, the specs file can be edited by hand. This is
     44  <para><phrase condition="html">It is recommended that the above command be copy-and-pasted in order to
     45  ensure accuracy. </phrase>Alternatively, the specs file can be edited by hand. This is
    4646  done by replacing every occurrence of <quote>/lib/ld-linux.so.2</quote> with
    4747  <quote>/tools/lib/ld-linux.so.2</quote></para>
     
    6868  headers can safely be removed. This helps to avoid any host headers
    6969  polluting the build environment. Run the following commands to remove the
    70   header files in GCC's private include directory (you may find it easier to
     70  header files in GCC's private include directory<phrase condition="html"> (you may find it easier to
    7171  copy and paste these commands, rather than typing them by hand, due to
    72   their length):</para>
     72  their length)</phrase>:</para>
    7373
    7474<!-- && used to ease copy and pasting -->
  • chapter05/binutils-pass1.xml

    r4a316ba r28b40e2  
    9898<screen><userinput>make install</userinput></screen>
    9999
     100    <beginpage/>
     101
    100102    <para>Next, prepare the linker for the <quote>Adjusting</quote> phase
    101103    later on:</para>
  • chapter05/gcc-pass2.xml

    r4a316ba r28b40e2  
    9191<screen><userinput>patch -Np1 -i ../&gcc-specs-patch;</userinput></screen>
    9292
     93    <beginpage/>
     94
    9395    <para>The above patch also removes <filename
    9496    class="directory">/usr/include</filename> from GCC's include search path.
  • chapter05/glibc.xml

    r4a316ba r28b40e2  
    103103          installed to the tools directory, so that it knows exactly what
    104104          features the kernel has and can optimize itself accordingly.</para>
     105          <beginpage/>
    105106        </listitem>
    106107      </varlistentry>
  • chapter05/tcl.xml

    r4a316ba r28b40e2  
    7575<screen><userinput>ln -sv tclsh8.4 /tools/bin/tclsh</userinput></screen>
    7676
     77    <beginpage/>
     78
    7779  </sect2>
    7880
  • chapter06/automake.xml

    r4a316ba r28b40e2  
    160160            <primary sortas="b-config.sub">config.sub</primary>
    161161          </indexterm>
     162          <beginpage/>
    162163        </listitem>
    163164      </varlistentry>
  • chapter06/binutils.xml

    r4a316ba r28b40e2  
    8888    </variablelist>
    8989
     90    <beginpage/>
     91
    9092    <important>
    9193      <para>The test suite for Binutils in this section is considered critical.
  • chapter06/bzip2.xml

    r4a316ba r28b40e2  
    8888<screen><userinput>make install</userinput></screen>
    8989
     90    <beginpage/>
     91
    9092    <para>Install the shared <command>bzip2</command> binary into the
    9193    <filename class="directory">/bin</filename> directory, make
  • chapter06/coreutils.xml

    r4a316ba r28b40e2  
    8383    to be set up before running the tests. Skip down to <quote>Install the
    8484    package</quote> if not running the test suite.</para>
     85
     86    <beginpage/>
    8587
    8688    <para>Create two dummy groups and a dummy user:</para>
  • chapter06/createfiles.xml

    r4a316ba r28b40e2  
    9090EOF</userinput></screen>
    9191
     92  <beginpage/>
     93
    9294  <para>The created groups are not part of any standard&mdash;they are groups
    9395  decided on in part by the requirements of the Udev configuration in this
  • chapter06/gcc.xml

    r4a316ba r28b40e2  
    8383
    8484<screen><userinput>make</userinput></screen>
     85
     86    <beginpage/>
    8587
    8688    <important>
     
    150152    xpointer="xpointer(//*[@os='e'])"/>
    151153
     154    <beginpage/>
     155
    152156    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    153157    href="readjusting.xml"
     
    218222    href="readjusting.xml"
    219223    xpointer="xpointer(//*[@os='t'])"/>
     224
     225    <beginpage/>
    220226
    221227  </sect2>
  • chapter06/glibc.xml

    r4a316ba r28b40e2  
    5858    <para>The glibc-libidn tarball adds support for internationalized domain
    5959    names (IDN) to Glibc. Many programs that support IDN require the full
    60     <filename class="libraryfile">libidn</filename> library (see
    61     <ulink url="&blfs-root;view/svn/general/libidn.html"/>), not this add-on.
     60    <filename class="libraryfile">libidn</filename> library, not this add-on (see
     61    <ulink url="&blfs-root;view/svn/general/libidn.html"/>).
    6262    Unpack the tarball from within the Glibc source directory:</para>
    6363
     
    8787's|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=/lib/ld-linux.so.2 -o|' \
    8888        scripts/test-installation.pl</userinput></screen>
     89
     90    <beginpage/>
    8991
    9092    <para>The Glibc documentation recommends building Glibc outside of the source
     
    234236    also needs to be configured.</para>
    235237
     238    <beginpage/>
     239
    236240    <para>Create a new file <filename>/etc/nsswitch.conf</filename> by running the
    237241    following:</para>
     
    315319    class="directory">/opt/lib</filename>, so add those directories to the
    316320    dynamic loader's search path.</para>
     321
     322    <beginpage/>
    317323
    318324    <para>Create a new file <filename>/etc/ld.so.conf</filename> by running the
     
    511517            <primary sortas="b-pcprofiledump">pcprofiledump</primary>
    512518          </indexterm>
     519          <beginpage/>
    513520        </listitem>
    514521      </varlistentry>
  • chapter06/groff.xml

    r4a316ba r28b40e2  
    8181<screen><userinput>ln -sv eqn /usr/bin/geqn
    8282ln -sv tbl /usr/bin/gtbl</userinput></screen>
     83
     84    <beginpage/>
    8385
    8486  </sect2>
  • chapter06/iproute2.xml

    r4a316ba r28b40e2  
    140140          allows users to look at the state of devices and to make changes</para>
    141141
     142          <beginpage/>
     143
    142144          <para><command>ip addr</command> allows users to look at addresses and
    143145          their properties, add new addresses, and delete old ones</para>
  • chapter06/kbd.xml

    r4a316ba r28b40e2  
    8484    </note>
    8585
     86    <beginpage/>
     87
    8688    <para>Some of the scripts in the LFS-Bootscripts package depend on
    8789    <command>kbd_mode</command>, <command>openvt</command>, and
     
    9193
    9294<screen><userinput>mv -v /usr/bin/{kbd_mode,openvt,setfont} /bin</userinput></screen>
    93 
    94 
    95 
    9695
    9796  </sect2>
  • chapter06/man-db.xml

    r4a316ba r28b40e2  
    8787          <quote>ascii8</quote> and <quote>nippon</quote> Groff devices for
    8888          formatting non-ISO-8859-1 manual pages.</para>
     89          <beginpage/>
    8990        </listitem>
    9091      </varlistentry>
  • chapter06/perl.xml

    r4a316ba r28b40e2  
    8585
    8686<screen><userinput>make install</userinput></screen>
     87
     88    <beginpage/>
    8789
    8890  </sect2>
  • chapter06/pkgmgt.xml

    r4a316ba r28b40e2  
    8888    techniques, particularly the drawbacks of the particular scheme.</para>
    8989
     90    <beginpage/>
     91
    9092    <sect3>
    9193      <title>It is All in My Head!</title>
     
    161163      package, or you may find that it is easier to install some problematic
    162164      packages into <filename class='directory'>/opt</filename>.</para>
     165
     166      <beginpage/>
    163167
    164168    </sect3>
  • chapter06/readjusting.xml

    r4a316ba r28b40e2  
    7474<screen role="nodump" os="e"><userinput>grep -o '/usr/lib.*/crt[1in].* .*' dummy.log</userinput></screen>
    7575
     76  <beginpage/>
     77
    7678  <para os="f">If everything is working correctly, there should be no errors,
    7779    and the output of the last command will be:</para>
  • chapter06/readline.xml

    r4a316ba r28b40e2  
    8585<screen><userinput>mv -v /lib/lib{readline,history}.a /usr/lib</userinput></screen>
    8686
     87    <beginpage/>
     88
    8789    <para>Next, remove the <filename class="extension">.so</filename> files in
    8890    <filename class="directory">/lib</filename> and relink them into <filename
  • chapter06/sysklogd.xml

    r4a316ba r28b40e2  
    8888EOF</userinput></screen>
    8989
     90    <beginpage/>
     91
    9092  </sect2>
    9193
  • chapter06/texinfo.xml

    r4a316ba r28b40e2  
    9191    recreated, the following optional commands will accomplish the task:</para>
    9292
     93    <beginpage/>
     94
    9395<screen role="nodump"><userinput>cd /usr/share/info
    9496rm dir
  • chapter06/util-linux.xml

    r4a316ba r28b40e2  
    9393
    9494<screen><userinput>make HAVE_KILL=yes HAVE_SLN=yes install</userinput></screen>
     95
     96    <beginpage/>
    9597
    9698  </sect2>
  • chapter06/zlib.xml

    r4a316ba r28b40e2  
    8585<screen><userinput>chmod -v 644 /usr/lib/libz.a</userinput></screen>
    8686
     87    <beginpage/>
     88
    8789  </sect2>
    8890
  • chapter07/network.xml

    r4a316ba r28b40e2  
    7575    NAME="<replaceable>intel</replaceable>"</literal>
    7676EOF</userinput></screen>
     77
     78    <beginpage/>
    7779
    7880    <para>These rules will always rename the network cards to
     
    151153    BLFS book.</para>
    152154
     155    <beginpage/>
     156
    153157    <para>The <envar>GATEWAY</envar> variable should contain the default
    154158    gateway IP address, if one is present. If not, then comment out the
  • chapter07/profile.xml

    r4a316ba r28b40e2  
    161161  you will never need 8-bit characters.</para>
    162162
     163  <beginpage/>
     164
    163165  <para>UTF-8 based locales are not supported well by many programs. E.g., the
    164166  <command>watch</command> program displays only ASCII characters in UTF-8
  • chapter07/udev.xml

    r4a316ba r28b40e2  
    8989      available to userspace processes and to <command>udevd</command> for device
    9090      node creation.</para>
     91
     92      <beginpage/>
    9193
    9294    </sect3>
     
    181183      <command>udevd</command> as described above.</para>
    182184
     185      <beginpage/>
     186
    183187    </sect3>
    184188
     
    259263      <para>Blacklisted modules can still be loaded manually with the
    260264      explicit <command>modprobe</command> command.</para>
     265
     266      <beginpage/>
    261267
    262268    </sect3>
     
    332338
    333339      <listitem>
    334         <para>A Userspace Implementation of <systemitem class="filesystem">devfs</systemitem>
    335         <ulink url="http://www.kroah.com/linux/talks/ols_2003_udev_paper/Reprint-Kroah-Hartman-OLS2003.pdf"/></para>
     340        <para remap="verbatin">A Userspace Implementation of <systemitem class="filesystem">devfs</systemitem>
     341<ulink url="http://www.kroah.com/linux/talks/ols_2003_udev_paper/Reprint-Kroah-Hartman-OLS2003.pdf"/></para>
    336342      </listitem>
    337343
    338344      <listitem>
    339         <para>udev FAQ
    340         <ulink url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev-FAQ"/></para>
     345        <para remap="verbatin">udev FAQ
     346<ulink url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev-FAQ"/></para>
    341347      </listitem>
    342348
    343349      <listitem>
    344         <para>The <systemitem class="filesystem">sysfs</systemitem> Filesystem
    345         <ulink url="http://www.kernel.org/pub/linux/kernel/people/mochel/doc/papers/ols-2005/mochel.pdf"/></para>
     350        <para remap="verbatin">The <systemitem class="filesystem">sysfs</systemitem> Filesystem
     351<ulink url="http://www.kernel.org/pub/linux/kernel/people/mochel/doc/papers/ols-2005/mochel.pdf"/></para>
    346352      </listitem>
    347353
  • chapter08/fstab.xml

    r4a316ba r28b40e2  
    7575    noauto,user,quiet,showexec,iocharset=utf8,codepage=866 0 0</literal></screen>
    7676
    77   <note><para>In the latter case, the kernel emits the following message:</para>
     77  <beginpage/>
     78
     79  <note>
     80    <para>In the latter case, the kernel emits the following message:</para>
    7881
    7982<screen><computeroutput>FAT: utf8 is not a recommended IO charset for FAT filesystems,
    8083    filesystem will be case sensitive!</computeroutput></screen>
    8184
    82   <para>This negative recommendation should be ignored, since all other values
    83   of the <quote>iocharset</quote> option result in wrong display of filenames in
    84   UTF-8 locales.</para></note>
     85    <para>This negative recommendation should be ignored, since all other values
     86    of the <quote>iocharset</quote> option result in wrong display of filenames in
     87    UTF-8 locales.</para>
     88  </note>
    8589
    8690  <para>It is also possible to specify default codepage and iocharset values for
  • chapter08/kernel.xml

    r4a316ba r28b40e2  
    9191
    9292<screen><userinput>make modules_install</userinput></screen>
     93
     94    <beginpage/>
    9395
    9496    <para>After kernel compilation is complete, additional steps are
     
    153155    </warning>
    154156
     157    <beginpage/>
     158
    155159  </sect2>
    156 
    157160
    158161  <sect2 id="contents-kernel" role="content">
  • prologue/hostreqs.xml

    r4a316ba r28b40e2  
    111111  </itemizedlist>
    112112
     113  <beginpage/>
     114
    113115  <para>To see whether your host system has all the appropriate versions, run the following:</para>
    114116
  • prologue/prerequisites.xml

    r4a316ba r28b40e2  
    3131  <itemizedlist>
    3232    <listitem>
    33       <para>Software-Building-HOWTO
    34       <ulink url="http://www.tldp.org/HOWTO/Software-Building-HOWTO.html"/></para>
     33      <para remap="verbatim">Software-Building-HOWTO
     34<ulink url="http://www.tldp.org/HOWTO/Software-Building-HOWTO.html"/></para>
    3535
    3636      <para>This is a comprehensive guide to building and installing
     
    3939
    4040    <listitem>
    41       <para>The Linux Users' Guide
    42       <ulink url="http://www.linuxhq.com/guides/LUG/guide.html"/></para>
     41      <para remap="verbatim">The Linux Users' Guide
     42<ulink url="http://www.linuxhq.com/guides/LUG/guide.html"/></para>
    4343
    4444      <para>This guide covers the usage of assorted Linux software.</para>
     
    4646
    4747    <listitem>
    48       <para>The Essential Pre-Reading Hint
    49       <ulink url="&hints-root;essential_prereading.txt"/></para>
     48      <para remap="verbatim">The Essential Pre-Reading Hint
     49<ulink url="&hints-root;essential_prereading.txt"/></para>
    5050
    5151      <para>This is an LFS Hint written specifically for users new to Linux.
  • prologue/typography.xml

    r4a316ba r28b40e2  
    5353
    5454  <para>This format is used to encapsulate text that is not to be typed
    55   as seen or for copy-and-paste operations.</para>
     55  as seen<phrase condition="html"> or for copy-and-paste operations</phrase>.</para>
    5656
    5757  <para><replaceable>[OPTIONAL TEXT]</replaceable></para>
  • stylesheets/pdf/lfs-pagesetup.xsl

    r4a316ba r28b40e2  
    110110  <xsl:param name="footer.rule" select="0"></xsl:param>
    111111  <xsl:param name="marker.section.level" select="-1"></xsl:param>
     112  <xsl:attribute-set name="compact.list.item.spacing">
     113    <xsl:attribute name="space-before.optimum">0.6em</xsl:attribute>
     114    <xsl:attribute name="space-before.minimum">0.4em</xsl:attribute>
     115    <xsl:attribute name="space-before.maximum">0.8em</xsl:attribute>
     116  </xsl:attribute-set>
    112117
    113118    <!-- Dropping a blank page -->
Note: See TracChangeset for help on using the changeset viewer.