aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc/sisu/markup-samples/sisu_manual/sisu_markup.sst
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2011-07-26 20:40:58 -0400
committerRalph Amissah <ralph@amissah.com>2011-07-26 20:40:58 -0400
commit50f12ee84e59d8f74f443c54ab3b11f50ac79346 (patch)
treec36f14b0044525b5e08924c9e25aa8e9f4392472 /data/doc/sisu/markup-samples/sisu_manual/sisu_markup.sst
parentdebian/changelog (3.0.13-1) (diff)
parentv2 v3: manpage html (man2html) (diff)
Merge branch 'upstream' into debian/sid
Diffstat (limited to 'data/doc/sisu/markup-samples/sisu_manual/sisu_markup.sst')
-rw-r--r--data/doc/sisu/markup-samples/sisu_manual/sisu_markup.sst29
1 files changed, 28 insertions, 1 deletions
diff --git a/data/doc/sisu/markup-samples/sisu_manual/sisu_markup.sst b/data/doc/sisu/markup-samples/sisu_manual/sisu_markup.sst
index a246d160..735f00ea 100644
--- a/data/doc/sisu/markup-samples/sisu_manual/sisu_markup.sst
+++ b/data/doc/sisu/markup-samples/sisu_manual/sisu_markup.sst
@@ -123,7 +123,10 @@ code{
@title: SiSU
:subtitle: Manual
-@creator: :author: Amissah, Ralph
+@creator:
+ :author: Amissah, Ralph
+
+@publisher: [publisher name]
@rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3
@@ -440,6 +443,30 @@ _# numbered list numbered list indented a., b., c., d., etc.
}code
+2~ Hanging Indents
+
+!_ markup example:
+
+code{
+
+_0_1 first line no indent,
+rest of paragraph indented one step
+
+_1_0 first line indented,
+rest of paragraph no indent
+
+in each case level may be 0-9
+
+}code
+
+!_ resulting output:
+
+_0_1 first line no indent, rest of paragraph indented one step
+
+_1_0 first line indented, rest of paragraph no indent
+
+in each case level may be 0-9
+
2~ Footnotes / Endnotes
Footnotes and endnotes are marked up at the location where they would be indicated within a text. They are automatically numbered. The output type determines whether footnotes or endnotes will be produced