From e84c225de897610523d15bc64dd0fdb30b7440ca Mon Sep 17 00:00:00 2001 From: Gabor Pali Date: Wed, 21 Jan 2009 23:38:07 +0000 Subject: [PATCH] - Fix capitalization - Mark up arguments for Jade in the examples with (to be consistent) - Mark up Jade, pdfTeX with - Mark up pdfjadetex with - Unfold STDOUT to "standard output" - Mark up Jade error message with --- .../books/fdp-primer/examples/appendix.sgml | 48 +++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/en_US.ISO8859-1/books/fdp-primer/examples/appendix.sgml b/en_US.ISO8859-1/books/fdp-primer/examples/appendix.sgml index 4e4196b78a..142df0c812 100644 --- a/en_US.ISO8859-1/books/fdp-primer/examples/appendix.sgml +++ b/en_US.ISO8859-1/books/fdp-primer/examples/appendix.sgml @@ -90,12 +90,12 @@ - My first chapter + My First Chapter This is the first chapter in my book. - My first section + My First Section This is the first section in my book. @@ -114,7 +114,7 @@
- An example article + An Example Article Your first name @@ -135,12 +135,12 @@ - My first section + My First Section This is the first section in my article. - My first sub-section + My First Sub-Section This is the first sub-section in my article. @@ -150,7 +150,7 @@ - Producing formatted output + Producing Formatted Output This section assumes that you have installed the software listed in the textproc/docproj port, either by hand, or by @@ -171,37 +171,37 @@ -c /usr/local/share/sgml/docbook/catalog \ -c /usr/local/share/sgml/jade/catalog \ -d /usr/local/share/sgml/docbook/dsssl/modular/html/docbook.dsl \ - -t sgml file.sgml > file.html + -t sgml file.sgml > file.html Specifies the nochunks parameter to the stylesheets, forcing all output to be written to - STDOUT (using Norm Walsh's stylesheets). + the standard output (using Norm Walsh's stylesheets). - Specifies the catalogs that Jade will need to process. + Specifies the catalogs that Jade will need to process. Three catalogs are required. The first is a catalog that contains information about the DSSSL stylesheets. The second contains information about the DocBook DTD. The third contains - information specific to Jade. + information specific to Jade. - Specifies the full path to the DSSSL stylesheet that Jade + Specifies the full path to the DSSSL stylesheet that Jade will use when processing the document. - Instructs Jade to perform a + Instructs Jade to perform a transformation from one DTD to another. In this case, the input is being transformed from the DocBook DTD to the HTML DTD. - Specifies the file that Jade should process, and redirects + Specifies the file that Jade should process, and redirects output to the specified .html file. @@ -219,7 +219,7 @@ - Specifies the catalogs that Jade will need to process. + Specifies the catalogs that Jade will need to process. Three catalogs are required. The first is a catalog that contains information about the DSSSL stylesheets. The second contains information about the DocBook DTD. The third contains @@ -227,19 +227,19 @@ - Specifies the full path to the DSSSL stylesheet that Jade + Specifies the full path to the DSSSL stylesheet that Jade will use when processing the document. - Instructs Jade to perform a + Instructs Jade to perform a transformation from one DTD to another. In this case, the input is being transformed from the DocBook DTD to the HTML DTD. - Specifies the file that Jade should process. The + Specifies the file that Jade should process. The stylesheets determine how the individual HTML files will be named, and the name of the root file (i.e., the one that contains the start of the document. @@ -256,7 +256,7 @@ The source SGML file must be converted to a &tex; file. - &prompt.user; jade -Vtex-backend \ + &prompt.user; jade -V tex-backend \ -c /usr/local/share/sgml/docbook/dsssl/modular/catalog \ -c /usr/local/share/sgml/docbook/catalog \ -c /usr/local/share/sgml/jade/catalog \ @@ -270,7 +270,7 @@ - Specifies the catalogs that Jade will need to process. Three + Specifies the catalogs that Jade will need to process. Three catalogs are required. The first is a catalog that contains information about the DSSSL stylesheets. The second contains information about the DocBook DTD. The third contains @@ -279,11 +279,11 @@ Specifies the full path to the DSSSL stylesheet that - Jade will use when processing the document. + Jade will use when processing the document. - Instructs Jade to convert the output to &tex;. + Instructs Jade to convert the output to &tex;. @@ -300,8 +300,8 @@ on. Do not be alarmed if you see warning messages such as - LaTeX Warning: Reference `136' on page 5 undefined on input - line 728. at this point. + LaTeX Warning: Reference `136' on page 5 undefined on input + line 728. at this point. The second run reprocesses the document now that certain pieces of information are known (such as the document's page length). This @@ -328,7 +328,7 @@ linkend="examples-docbook-postscript">). When the .tex file has been generated you - run pdfTeX. However, use the &pdfjadetex macro package + run pdfTeX. However, use the &pdfjadetex macro package instead. &prompt.user; pdftex "&pdfjadetex" file.tex