From a6d72d829e5fda70528759c6de8dc3e141278fb4 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 24 Sep 2007 15:43:13 +0100 Subject: documentation regenerated, large diff --- .../manuals_generated/sisu_manual/sisu_pdf/sax.xml | 91 ++++++++++------------ 1 file changed, 42 insertions(+), 49 deletions(-) (limited to 'data/doc/manuals_generated/sisu_manual/sisu_pdf/sax.xml') diff --git a/data/doc/manuals_generated/sisu_manual/sisu_pdf/sax.xml b/data/doc/manuals_generated/sisu_manual/sisu_pdf/sax.xml index 943d62d7..1340ee8d 100644 --- a/data/doc/manuals_generated/sisu_manual/sisu_pdf/sax.xml +++ b/data/doc/manuals_generated/sisu_manual/sisu_pdf/sax.xml @@ -4,7 +4,7 @@ * Generated by: SiSU 0.59.0 of 2007w38/0 (2007-09-23) * Ruby version: ruby 1.8.6 (2007-06-07 patchlevel 36) [i486-linux] * - * Last Generated on: Sun Sep 23 04:12:05 +0100 2007 + * Last Generated on: Mon Sep 24 15:35:06 +0100 2007 * SiSU http://www.jus.uio.no/sisu --> @@ -12,7 +12,7 @@ Title: - SiSU - SiSU information Structuring Universe - Search [0.58] + SiSU - PDF
Creator: @@ -65,49 +65,42 @@ 1 - SiSU - SiSU information Structuring Universe - Search [0.58],
-Ralph Amissah + SiSU - PDF,
Ralph Amissah
2 - SiSU Search + SiSU PDF 3 - - SiSU Sqlite + + 1. SiSU pdf 4 - - 1. Sqlite - - - - 5 1.1 Name - - 6 + + 5 SiSU - Structured information, Serialized Units - a document publishing system. - - 7 + + 6 1.2 Description - - 8 + + 7 Information creating pdf output with sisu (and related to the sisu_pdf dependency package, which is a dummy package to install dependencies @@ -115,32 +108,32 @@ needed for SiSU to generate pdfs (primarily related to LaTeX), sisu_pdf being part of SiSU - man sisu). - - 9 + + 8 SiSU generates LaTeX which is converted by LaTeX tools to pdf. - - 10 + + 9 1.3 Synopsis - - 11 + + 10 sisu -pv [filename/wildcard] - - 12 + + 11 1.4 Commands - - 13 + + 12 sisu -pv [filename/wildcard]
creates two pdf documents: vertical (portrait.pdf) and; horizontal (landscape.pdf). SiSU @@ -148,8 +141,8 @@ generates LaTeX output which is converted to pdf if the appropriate LaTeX dependencies are met on the system.
- - 14 + + 13 sisu -pv --papersize-a4 [filename/wildcard]
overrides the default papersize set to A4. Preset alternative sizes include: 'A4', @@ -157,59 +150,59 @@ U.S. 'letter' and 'legal' and book sizes 'A5' and 'B5' (system defaults to A4).
- - 15 + + 14 1.5 Setting Paper Size - - 16 + + 15 The paper-size may be set to any of the following sizes: 'A4', U.S. 'letter' and 'legal' and book sizes: 'A5' and 'B5' - - 17 + + 16 1. The preset default if not otherwise given in the configuration file or elsewhere is A4. - - 18 + + 17 2. The default paper size may be set in the configuration file sisurc.yml. See sisu_configuration: - - 19 + + 18      #% papersize, (LaTeX/pdf) current values A4, US_letter, book_b5, book_a5, US_legal

     default:
       papersize:    'A4'    
- - 20 + + 19 3. Paper size may be set in a document header: - - 21 + + 20      @papersize: (A4|US_letter|book_B5|book_A5|US_legal)     - - 22 + + 21 4. or provided with additional command line parameter, e.g. - - 23 + + 22 sisu -pv --papersize-a4 [filename/wildcard] -- cgit v1.2.3