Bruce Dubbs 51a5442f16 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.
2022-03-14 13:08:40 -05:00
2022-02-19 10:29:47 +08:00
2022-03-05 16:30:28 +08:00
2022-03-06 15:37:02 -06:00
2021-11-01 12:05:41 -05:00
2022-02-18 14:49:40 -06:00
2021-09-07 23:10:29 +02:00
2021-09-22 23:28:01 +02:00
2021-12-31 07:10:48 -06:00
2021-04-13 15:01:48 -05:00
2022-02-04 13:29:55 -06:00
2021-09-07 23:10:29 +02:00
2022-03-05 16:30:28 +08:00
2021-09-07 23:10:29 +02:00
2021-09-07 23:05:44 +02:00
2018-09-04 16:33:51 +00:00

LFS Book README

This document is meant to instruct the user on how to convert the book's XML
source to other formats (e.g. HTML, PDF, PS and TXT).  First, if you have not
already done so, please read the INSTALL file for instructions on how to install
the required software.  If you have already completed the steps outlined in the
INSTALL file, then continue reading for examples how to convert these files into
various other formats.

In all examples, setting the parameter REV=systemd is needed to build the
systemd version of the book.

XML to XHTML:
-------------
make BASEDIR=/path/to/output/location


XML to single file XHTML (nochunks):
------------------------------------
make BASEDIR=/path/to/output/location nochunks

XML to TXT
----------
Follow the instructions for nochunks and then run:
lynx -dump /path/to/nochunks >/path/to/output

XML to PDF:
-----------
make BASEDIR=/path/to/output/location pdf


Description
No description provided
Readme 25 MiB
Languages
XSLT 51.7%
Shell 31%
PHP 4.9%
Makefile 4.1%
Python 3.7%
Other 4.6%