mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 13:07:50 +00:00
Fix pdf presentation issues and some misc issues
Change pdf generation to use 9 point fonts for monospace sections of the book. Otherwise texy overflows, especially in Chapter 8, Stripping. Fix a minor spacing issue in the stripping issue. MAke a minor grammar fix in creatingfiles.xml.
This commit is contained in:
parent
582da16ec4
commit
51a5442f16
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
<para>Historically, Linux maintains a list of the mounted file systems in the
|
<para>Historically, Linux maintains a list of the mounted file systems in the
|
||||||
file <filename>/etc/mtab</filename>. Modern kernels maintain this list
|
file <filename>/etc/mtab</filename>. Modern kernels maintain this list
|
||||||
internally and exposes it to the user via the <filename
|
internally and expose it to the user via the <filename
|
||||||
class="directory">/proc</filename> filesystem. To satisfy utilities that
|
class="directory">/proc</filename> filesystem. To satisfy utilities that
|
||||||
expect the presence of <filename>/etc/mtab</filename>, create the following
|
expect the presence of <filename>/etc/mtab</filename>, create the following
|
||||||
symbolic link:</para>
|
symbolic link:</para>
|
||||||
|
@ -13,6 +13,7 @@ LINE=$(( LINE - 1 ))
|
|||||||
|
|
||||||
# Not needed
|
# Not needed
|
||||||
#sed -i -e "$LINE s/monospace/&\" font-size=\"9pt/" $FILE
|
#sed -i -e "$LINE s/monospace/&\" font-size=\"9pt/" $FILE
|
||||||
|
sed -i -e "s/monospace/&\" font-size=\"9pt/g" $FILE
|
||||||
|
|
||||||
# Break a block of code at the right place
|
# Break a block of code at the right place
|
||||||
sed -i -e 's@gcc --version@<fo:block page-break-before="always"></fo:block>&@' $FILE
|
sed -i -e 's@gcc --version@<fo:block page-break-before="always"></fo:block>&@' $FILE
|
||||||
|
Loading…
Reference in New Issue
Block a user