From 50d45c6deb0afd2e4222d2e33a45487a9d1fa676 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sun, 23 Sep 2007 05:16:21 +0100 Subject: primarily todo with sisu documentation, changelog reproduced below: * start documenting sisu using sisu * sisu markup source files in data/doc/sisu/sisu_markup_samples/sisu_manual/ /usr/share/doc/sisu/sisu_markup_samples/sisu_manual/ * default output [sisu -3] in data/doc/manuals_generated/sisu_manual/ /usr/share/doc/manuals_generated/sisu_manual/ (adds substantially to the size of sisu package!) * help related edits * manpage, work on ability to generate manpages, improved * param, exclude footnote mark count when occurs within code block * plaintext changes made * shared_txt, line wrap visited * file:// link option introduced (in addition to existing https?:// and ftp://) a bit arbitrarily, diff here, [double check changes in sysenv and hub] * minor adjustments * html url match refinement * css added tiny_center * plaintext * endnotes fix * footnote adjustment to make more easily distinguishable from substantive text * flag -a only [flags -A -e -E dropped] controlled by modifiers --unix/msdos --footnote/endnote * defaults, homepage * renamed homepage (instead of index) implications for modifying skins, which need likewise to have any homepage entry renamed * added link to sisu_manual in homepage * css the css for the default homepage is renamed homepage.css (instead of index.css) [consider removing this and relying on html.css] * ruby version < ruby1.9 * place stop on installation and working with for now [ruby String.strip broken in ruby 1.9.0 (2007-09-10 patchlevel 0) [i486-linux], 2007-09-18:38/2] * debian/control restrict use to ruby > 1.8.4 and ruby < 1.9 * debian * debian/control restrict use to ruby > 1.8.4 and ruby < 1.9 * sisu-doc new sub-package for sisu documentation debian/control and sisu-doc.install --- data/doc/sisu/html/sisu_pdf.7.html | 185 +++++++++++++++++++++++++++++-------- 1 file changed, 149 insertions(+), 36 deletions(-) (limited to 'data/doc/sisu/html/sisu_pdf.7.html') diff --git a/data/doc/sisu/html/sisu_pdf.7.html b/data/doc/sisu/html/sisu_pdf.7.html index 6f0cd214..693d3892 100644 --- a/data/doc/sisu/html/sisu_pdf.7.html +++ b/data/doc/sisu/html/sisu_pdf.7.html @@ -1,48 +1,161 @@ - + -sisu_pdf(7) manual page +"sisu_pdf"("1") manual page Table of Contents

+SISU - SISU INFORMATION STRUCTURING UNIVERSE - SEARCH  [0.58], RALPH AMISSAH + +

SISU SEARCH +

SISU SQLITE +

1. SQLITE +

1.1 NAME +

SiSU - Structured information, +Serialized Units - a document publishing system. +

1.2 DESCRIPTION +

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). -

Name

-SiSU - Structured information, Serialized Units - a document -publishing system

-Dummy package installs the dependencies required to convert -LaTeX output from SiSU to pdf -

Synopsis

-sisu -p [filename/wildcard] -

Description

-sisu_pdf -is part of SiSU (man sisu) sisu_pdf is a dummy package to install dependencies -needed for sisu to make rudimentary info files output, documented in man -sisu -

Further Information

+

SiSU generates LaTeX which is converted by LaTeX tools to pdf. +

1.3 SYNOPSIS + +

sisu -pv  [filename/wildcard]
+ +

1.4 COMMANDS +

+

+ +
 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. +

+ +
 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). +

+
+1.5 SETTING PAPER + +

SIZE +

The paper-size may be set to any of the following sizes: ’A4’, U.S. ’letter’ +and ’legal’ and book sizes: ’A5’ and ’B5’ +

1. The preset default if not otherwise +given in the configuration file or elsewhere is A4. +

2. The default paper +size may be set in the configuration file sisurc.yml. See sisu_configuration: + +

+


+

  #% 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: +

+


+

  @papersize: (A4|US_letter|book_B5|book_A5|US_legal)
+
+

4. or provided with additional command line parameter, e.g. +

sisu -pv +--papersize-a4  [filename/wildcard]
+ +

DOCUMENT INFORMATION (METADATA) +

METADATA +

Document Manifest @ <http://www.jus.uio.no/sisu/sisu_manual/sisu_pdf/sisu_manifest.html +> + +

Dublin Core (DC) +

DC tags included with this document are provided here. + +

DC Title: SiSU - SiSU information Structuring Universe - Search  [0.58]

-For more information on SiSU see: <http://www.jus.uio.no/sisu -> + DC Creator: Ralph Amissah +

DC Rights: Copyright (C) Ralph Amissah 2007, +part of SiSU documentation, License GPL 3 +

DC Type: information +

DC Date +created: 2002-08-28 +

DC Date issued: 2002-08-28 +

DC Date available: 2002-08-28 + +

DC Date modified: 2007-09-16 +

DC Date: 2007-09-16 +

Version Information + +

Sourcefile: sisu_pdf.sst +

Filetype: SiSU text 0.58 +

Sourcefile Digest, +MD5(sisu_pdf.sst)= 161d3f57a0c3b9e816474243229cb423 +

Skin_Digest: MD5(/home/ralph/grotto/theatre/dbld/sisu-dev/sisu/data/doc/sisu/sisu_markup_samples/sisu_manual/_sisu/skin/doc/skin_sisu_manual.rb)= + +

20fc43cf3eb6590bc3399a1aef65c5a9 +

Generated +

Document (metaverse) last +generated: Sun Sep 23 01:14:03 +0100 2007 +

Generated by: SiSU 0.58.3 of +2007w36/4 (2007-09-06) +

Ruby version: ruby 1.8.6 (2007-06-07 patchlevel 36) + [i486-linux] +

+

+

+ +
Other versions of this document:
+
+ +
manifest: <http://www.jus.uio.no/sisu/sisu_pdf/sisu_manifest.html + +> +
+
+ +
html: <http://www.jus.uio.no/sisu/sisu_pdf/toc.html + +>
+
+ +
pdf: <http://www.jus.uio.no/sisu/sisu_pdf/portrait.pdf + +> +
+
+ +
pdf: <http://www.jus.uio.no/sisu/sisu_pdf/landscape.pdf + +>
+
+ +
at: <http://www.jus.uio.no/sisu + +> +
+
+ +
* Generated by: SiSU 0.58.3 of 2007w36/4 (2007-09-06)
+
+ +
* Ruby version: ruby +1.8.6 (2007-06-07 patchlevel 36) [i486-linux]
+
+ +
* Last Generated on: Sun Sep 23 +01:14:07 +0100 2007
+
+ +
* SiSU http://www.jus.uio.no/sisu +
+
+

-or man sisu -

Author

-Ralph Amissah <ralph@amissah.com> or <ralph.amissah@gmail.com> - -

See Also

-sisu(1) -, sisu(8) -,

- -


-Table of Contents

-

-- cgit v1.2.3