diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-03-14 13:08:40 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-03-14 13:08:40 -0500 |
commit | 51a5442f1614bcd49f1e3e9d00d153f91658a66d (patch) | |
tree | 571bf40150c8460896e0228f408b22c1a50f330d /pdf-fixups.sh | |
parent | 582da16ec4c90fb4e670eeae4d4868d7da610e24 (diff) |
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.
Diffstat (limited to 'pdf-fixups.sh')
-rwxr-xr-x | pdf-fixups.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pdf-fixups.sh b/pdf-fixups.sh index 44fe56370..d39d3f10f 100755 --- a/pdf-fixups.sh +++ b/pdf-fixups.sh @@ -13,6 +13,7 @@ LINE=$(( LINE - 1 )) # Not needed #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 sed -i -e 's@gcc --version@<fo:block page-break-before="always"></fo:block>&@' $FILE |