GayBSD documentation tree
Find a file
Murray Stokely a36b0de6c7 Add two new options to our documentation infrastructure.
TWO_SIDE    - If defined, two sided output will be created.  This
                  means that new chapters will only start on odd
                  numbered (aka right side, aka recto) pages and the
                  headers and footers will be aligned appropriately
                  for double sided paper.  Blank pages may be added as
                  needed.

    BOOK_OUTPUT - If defined, this will set all of the other
                  print-output options that can significantly increase
                  the build time, but make for much nicer looking
                  output.

To implement the two sided output, we need to override a TeX variable
to control the behavior of the JadeTeX macro package.  So this also
introduces a TEXCMDS variable that can be set with additional TeX
commands that should be run before processing the input TeX document.
In the TWO_SIDE case, we simply set it to \def\PageTwoSide{1}
2001-09-07 10:21:41 +00:00
de_DE.ISO8859-1 Reference %authors via its PUBLIC rather than SYSTEM identifier. 2001-08-25 21:55:57 +00:00
en/handbook/contrib
en_US.ISO8859-1 * Reword advice given in the first person. 2001-09-07 06:43:50 +00:00
es_ES.ISO8859-1 Update content. 2001-08-08 14:45:13 +00:00
fr_FR.ISO8859-1 $Date$ isn't expanded, so don't use it. 2001-08-31 18:06:41 +00:00
ja_JP.eucJP find.1 rev 1.23.2.12 2001-09-07 04:51:37 +00:00
nl_NL.ISO8859-1 a) "Fix" out-of-tree builds by not hard-coding locations of dsl files 2000-09-28 23:29:48 +00:00
ru_RU.KOI8-R $Date$ isn't expanded, so don't use it. 2001-08-31 18:06:41 +00:00
share Add two new options to our documentation infrastructure. 2001-09-07 10:21:41 +00:00
sr_YU.ISO8859-2 ISO_* -> ISO* rename 2001-06-11 01:20:40 +00:00
zh/FAQ
zh_TW.Big5 Switch to version 4.1 of the DTD. 2001-07-13 16:34:19 +00:00
Makefile ISO_* -> ISO* rename 2001-06-11 01:20:40 +00:00
README

$FreeBSD$

If you plan on building a local copy of the FreeBSD documentation, or using
our toolchain in your own projects, please read

    http://www.freebsd.org/tutorials/docproj-primer/

for information about the tools and formatting languages we use.  Chapter
2 covers the software and related items you will need to install.