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 --- .../sisu_manual/sisu_pdf/scroll.xhtml | 93 ++++++++++------------ 1 file changed, 43 insertions(+), 50 deletions(-) (limited to 'data/doc/manuals_generated/sisu_manual/sisu_pdf/scroll.xhtml') diff --git a/data/doc/manuals_generated/sisu_manual/sisu_pdf/scroll.xhtml b/data/doc/manuals_generated/sisu_manual/sisu_pdf/scroll.xhtml index 58e633a5..12bdbfec 100644 --- a/data/doc/manuals_generated/sisu_manual/sisu_pdf/scroll.xhtml +++ b/data/doc/manuals_generated/sisu_manual/sisu_pdf/scroll.xhtml @@ -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:21 +0100 2007 + * Last Generated on: Mon Sep 24 15:35:06 +0100 2007 * SiSU http://www.jus.uio.no/sisu --> @@ -13,7 +13,7 @@ Title: - SiSU - SiSU information Structuring Universe - Search [0.58] + SiSU - PDF
Creator: @@ -65,155 +65,148 @@ - SiSU - SiSU information Structuring Universe - Search [0.58],
-Ralph Amissah + SiSU - PDF,
Ralph Amissah
1
- SiSU Search + SiSU PDF 2 - - SiSU Sqlite + + 1. SiSU pdf 3 - - 1. Sqlite - - 4 - - 1.1 Name - 5 + 4 - + SiSU - Structured information, Serialized Units - a document publishing system. - 6 + 5 - + 1.2 Description - 7 + 6 - + Information creating pdf output with sisu (and related to the sisu_pdf dependency package, which is a dummy package to install dependencies needed for SiSU to generate pdfs (primarily related to LaTeX), sisu_pdf being part of SiSU - man sisu). - 8 + 7 - + SiSU generates LaTeX which is converted by LaTeX tools to pdf. - 9 + 8 - + 1.3 Synopsis - 10 + 9 - + sisu -pv [filename/wildcard] - 11 + 10 - + 1.4 Commands - 12 + 11 - + sisu -pv [filename/wildcard]
creates two pdf documents: vertical (portrait.pdf) and; horizontal (landscape.pdf). SiSU generates LaTeX output which is converted to pdf if the appropriate LaTeX dependencies are met on the system.
- 13 + 12
- + sisu -pv --papersize-a4 [filename/wildcard]
overrides the default papersize set to A4. Preset alternative sizes include: 'A4', U.S. 'letter' and 'legal' and book sizes 'A5' and 'B5' (system defaults to A4).
- 14 + 13
- + 1.5 Setting Paper Size - 15 + 14 - + The paper-size may be set to any of the following sizes: 'A4', U.S. 'letter' and 'legal' and book sizes: 'A5' and 'B5' - 16 + 15 - + 1. The preset default if not otherwise given in the configuration file or elsewhere is A4. - 17 + 16 - + 2. The default paper size may be set in the configuration file sisurc.yml. See sisu_configuration: - 18 + 17 - - 19 + + 18      #% papersize, (LaTeX/pdf) current values A4, US_letter, book_b5, book_a5, US_legal

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