minor changes

This commit is contained in:
stfm
2012-06-23 00:34:10 +02:00
parent bafa4ca8c9
commit 8b21423bc7

View File

@@ -64,16 +64,16 @@ public class HelpOutput {
System.err System.err
.println("-hyperref Use the hyperref package."); .println("-hyperref Use the hyperref package.");
System.err System.err
.println("-pdfhyperref Use the hyperref package with pdf. Overrides -hypertex "); .println("-pdfhyperref Use the hyperref package with pdf. Overrides -hypertex.");
System.err.println("-version Includes version-tags "); System.err.println("-version Includes version-tags.");
// ----- (S.M. modification) // ----- (S.M. modification)
System.err System.err
.println("-hr Prints horizontal rows in the output (to get a better? view)"); .println("-hr Prints horizontal rows in the output (to get a better? view).");
System.err System.err
.println("-include Creates output without latex initiation (writes it in initdocsinclude.tex), titlepage, contents "); .println("-include Creates output without latex initiation (writes it in initdocsinclude.tex), titlepage, contents.");
System.err System.err
.println("-sectionlevel <level> Specifies the highest level of sections (either \"subsection\", \"section\" or \"chapter\")"); .println("-sectionlevel <level> Specifies the highest level of sections (either \"subsection\", \"section\" or \"chapter\").");
System.err System.err
.println("-imagespath Path to the texdoclet_images dir (absolute or relative to the output document .tex file)."); .println("-imagespath Path to the texdoclet_images dir (absolute or relative to the output document .tex file).");