From 41fe06f74f05869d8fd193f1a5f39b9ecfbfedd8 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 19 Dec 2009 16:18:41 -0500 Subject: document samples, v1 minor fixes --- .../sisu_markup_samples/sisu_manual/sisu_howto.sst | 60 +++++++++++++++------- 1 file changed, 41 insertions(+), 19 deletions(-) (limited to 'data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_howto.sst') diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_howto.sst b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_howto.sst index 550b59f6..c67208d6 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_howto.sst +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_howto.sst @@ -4,7 +4,7 @@ @subtitle: Technical, Howto -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 @@ -39,8 +39,6 @@ { SiSU help }http://www.jus.uio.no/sisu/sisu_manual/sisu_help/ { SiSU help sources }http://www.jus.uio.no/sisu/sisu_manual/sisu_help_sources/ -% @rcs:+ $Id$ - :A~? @title @creator :B~? SiSU some technical information @@ -389,29 +387,53 @@ here\~^ { SiSU }http://sisudoc.org -\{ SiSU \}http://sisudoc.org +code{ + +{ SiSU }http://sisudoc.org + +}code + +{sisu.png }http://sisudoc.org + +code{ {sisu.png }http://sisudoc.org -\{sisu.png \}http://sisudoc.org +}code {tux.png 64x80 }image -\{ tux.png 64x80 \}image +code{ + +{ tux.png 64x80 }image + +}code + +{~^ SiSU }http://sisudoc.org + +code{ {~^ SiSU }http://sisudoc.org -\{~^ SiSU \}http://sisudoc.org +}code is equivalent to: -\{ SiSU \}http://sisudoc.org ~\{ http://sisudoc.org \}~ +code{ + +{ SiSU }http://sisudoc.org ~{ http://sisudoc.org }~ + +}code the same can be done with an image: {~^ sisu.png "SiSU" }http://sisudoc.org -\{~^ sisu.png "SiSU" \}http://sisudoc.org +code{ + +{~^ sisu.png "SiSU" }http://sisudoc.org + +}code 2~ Number Titles @@ -443,15 +465,15 @@ _* bullet paragraph \_# number paragraph level 2 (see headers for numbering document headings) -_# number paragraph level 2 (see headers for numbering document headings) +_# number paragraph level 2 (see headers for numbering document headings) 2~ Tables Table markup sample -poem{ +code{ -table\{~h c3; 26; 32; 32; +table{~h c3; 26; 32; 32; This is a table, column1 this would become row one of column two @@ -465,15 +487,15 @@ column one row three and so on here -\}table +}table -}poem +}code Alternative form of table markup code{ -{t\~h} +{t~h} |Mon|Tue|Wed|Thu|Fri|Sat|Sun 0 | * | * | * | * | * | * | * 1 | * | * | * | * | | | @@ -513,19 +535,19 @@ and made cider inside her inside. }poem -poem{ +code{ -poem\{ +poem{ There was a young lady from Clyde, who ate a green apple and died, but the apple fermented inside the lamented, and made cider inside her inside. -}\poem - }poem +}code + 2~ Composite Document To import another document, the master document or importing document should be named filename.r3 (r for require) -- cgit v1.2.3