<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?xml-stylesheet type="text/css" href="../_sisu/css/sax.css"?>
<!-- Document processing information:
     * Generated by: SiSU 2.8.2 of 2011w10/5 (2011-03-11)
     * Ruby version: ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux]
     * 
     * Last Generated on: Sun Mar 20 23:46:01 +0100 2011
     * SiSU http://www.jus.uio.no/sisu
-->

<document>
<head>
<metadata>
	<meta>Title:</meta>
	<data class="md">
		SiSU - Markup
	</data>
</metadata>
<metadata>
	<meta>Creator:</meta>
	<data class="md">
		Ralph Amissah
	</data>
</metadata>
<metadata>
	<meta>Rights:</meta>
	<data class="md">
		Copyright (C) Ralph Amissah 2007, part of SiSU documentation;<br /> License: GPL 3 or later
	</data>
</metadata>
<metadata>
	<meta>Subject:</meta>
	<data class="md">
		ebook, epublishing, electronic book, electronic publishing, electronic document, electronic citation, data structure, citation systems, search
	</data>
</metadata>
<metadata>
	<meta>Publisher:</meta>
	<data class="md">
		SiSU ‹&#60;text:a xlink:type='simple' xlink:href='http://www.jus.uio.no/sisu'&#62;http://www.jus.uio.no/sisu&#60;/text:a&#62;› (this copy)
	</data>
</metadata>
<metadata>
	<meta>Date created:</meta>
	<data class="md">
		2002-08-28
	</data>
</metadata>
<metadata>
	<meta>Date issued:</meta>
	<data class="md">
		2002-08-28
	</data>
</metadata>
<metadata>
	<meta>Date available:</meta>
	<data class="md">
		2002-08-28
	</data>
</metadata>
<metadata>
	<meta>Date modified:</meta>
	<data class="md">
		2011-02-07
	</data>
</metadata>
<metadata>
	<meta>Date:</meta>
	<data class="md">
		2008-05-22
	</data>
</metadata>
<metadata>
	<meta>Sourcefile:</meta>
	<data class="md">
		sisu_markup.sst
	</data>
</metadata>
<metadata>
	<meta>Filetype:</meta>
	<data class="md">
		SiSU text 2.0
	</data>
</metadata>
<metadata>
	<meta>Source digest:</meta>
	<data class="md">
		SHA256(sisu_markup.sst)= d0fbb19d8cacd7d1919de4be558ec4dae3e0f2fcfe12d63ca148da872c5a66c1
	</data>
</metadata>
<metadata>
	<meta>Skin digest:</meta>
	<data class="md">
		SHA256(skin_sisu_manual.rb)= 689f79b53be3d51460af31dc82d6cbab4a253079db263cd715c8254a6af60eb8
	</data>
</metadata>
<metadata>
	<meta>Generated by:</meta>
	<data class="md">
		Generated by: SiSU 2.8.2 of 2011w10/5 (2011-03-11)
	</data>
</metadata>
<metadata>
	<meta>Ruby version:</meta>
	<data class="md">
		ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux]
	</data>
</metadata>
<metadata>
	<meta>Document (dal) last generated:</meta>
	<data class="md">
		Sun Mar 20 23:45:57 +0100 2011
	</data>
</metadata>
</head>
<body>
<object id="1">
	<ocn>1</ocn>
	<text class="h1">
		SiSU - Markup,<br />Ralph Amissah
	</text>
</object>
<object id="2">
	<ocn>2</ocn>
	<text class="h2">
		SiSU Markup
	</text>
</object>
<object id="3">
	<ocn>3</ocn>
	<text class="h4">
		1. Introduction to SiSU Markup<en>1</en>
	</text>
	<endnote notenumber="1">
		<number>1</number>
		<note>
			From sometime after SiSU 0.58 it should be possible to describe SiSU
markup using SiSU, which though not an original design goal is useful.
		</note>
	</endnote>
</object>
<object id="4">
	<ocn>4</ocn>
	<text class="h5">
		1.1 Summary
	</text>
</object>
<object id="5">
	<ocn>5</ocn>
	<text class="norm">
		<b>SiSU</b> source documents are plaintext (UTF-8)<en>2</en> files
	</text>
	<endnote notenumber="2">
		<number>2</number>
		<note>
			files should be prepared using UTF-8 character encoding
		</note>
	</endnote>
</object>
<object id="6">
	<ocn>6</ocn>
	<text class="norm">
		All paragraphs are separated by an empty line.
	</text>
</object>
<object id="7">
	<ocn>7</ocn>
	<text class="norm">
		Markup is comprised of:
	</text>
</object>
<object id="8">
	<ocn>8</ocn>
	<text class="norm">
		at the top of a document, the document header made up of semantic
meta-data about the document and if desired additional processing
instructions (such an instruction to automatically number headings from
a particular level down)
	</text>
</object>
<object id="9">
	<ocn>9</ocn>
	<text class="norm">
		followed by the prepared substantive text of which the most important
single characteristic is the markup of different heading levels, which
define the primary outline of the document structure. Markup of
substantive text includes:
	</text>
</object>
<object id="10">
	<ocn>10</ocn>
	<text class="indent_bullet1">
		heading levels defines document structure
	</text>
</object>
<object id="11">
	<ocn>11</ocn>
	<text class="indent_bullet1">
		text basic attributes, italics, bold etc.
	</text>
</object>
<object id="12">
	<ocn>12</ocn>
	<text class="indent_bullet1">
		grouped text (objects), which are to be treated differently, such as
code blocks or poems.
	</text>
</object>
<object id="13">
	<ocn>13</ocn>
	<text class="indent_bullet1">
		footnotes/endnotes
	</text>
</object>
<object id="14">
	<ocn>14</ocn>
	<text class="indent_bullet1">
		linked text and images
	</text>
</object>
<object id="15">
	<ocn>15</ocn>
	<text class="indent_bullet1">
		paragraph actions, such as indent, bulleted, numbered-lists, etc.
	</text>
</object>
<object id="16">
	<ocn>16</ocn>
	<text class="norm">
		Some interactive help on markup is available, by typing sisu and
selecting markup or sisu --help markup
	</text>
</object>
<object id="17">
	<ocn>17</ocn>
	<text class="norm">
		To check the markup in a file:
	</text>
</object>
<object id="18">
	<ocn>18</ocn>
	<text class="indent1">
		sisu --identify [filename].sst
	</text>
</object>
<object id="19">
	<ocn>19</ocn>
	<text class="norm">
		For brief descriptive summary of markup history
	</text>
</object>
<object id="20">
	<ocn>20</ocn>
	<text class="indent1">
		sisu --query-history
	</text>
</object>
<object id="21">
	<ocn>21</ocn>
	<text class="norm">
		or if for a particular version:
	</text>
</object>
<object id="22">
	<ocn>22</ocn>
	<text class="indent1">
		sisu --query-0.38
	</text>
</object>
<object id="23">
	<ocn>23</ocn>
	<text class="h5">
		1.2 Markup Examples
	</text>
</object>
<object id="24">
	<ocn>24</ocn>
	<text class="h6">
		1.2.1 Online
	</text>
</object>
<object id="25">
	<ocn>25</ocn>
	<text class="norm">
		Online markup examples are available together with the respective
outputs produced from &lt;<link
xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
xlink:href="http://www.jus.uio.no/sisu/SiSU/examples.html">http://www.jus.uio.no/sisu/SiSU/examples.html</link>&gt;
or from &lt;<link xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:type="simple"
xlink:href="http://www.jus.uio.no/sisu/sisu_examples/">http://www.jus.uio.no/sisu/sisu_examples/</link>&gt;
	</text>
</object>
<object id="26">
	<ocn>26</ocn>
	<text class="norm">
		There is of course this document, which provides a cursory overview of
sisu markup and the respective output produced: &lt;<link
xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
xlink:href="http://www.jus.uio.no/sisu/sisu_markup/">http://www.jus.uio.no/sisu/sisu_markup/</link>&gt;
	</text>
</object>
<object id="27">
	<ocn>27</ocn>
	<text class="norm">
		an alternative presentation of markup syntax:
/usr/share/doc/sisu/on_markup.txt.gz
	</text>
</object>
<object id="28">
	<ocn>28</ocn>
	<text class="h6">
		1.2.2 Installed
	</text>
</object>
<object id="29">
	<ocn>29</ocn>
	<text class="norm">
		With <b>SiSU</b> installed sample skins may be found in:
/usr/share/doc/sisu/markup-samples (or equivalent directory) and if
sisu-markup-samples is installed also under:
/usr/share/doc/sisu/markup-samples-non-free
	</text>
</object>
<object id="30">
	<ocn>30</ocn>
	<text class="h4">
		2. Markup of Headers
	</text>
</object>
<object id="31">
	<ocn>31</ocn>
	<text class="norm">
		Headers contain either: semantic meta-data about a document, which can
be used by any output module of the program, or; processing
instructions.
	</text>
</object>
<object id="32">
	<ocn>32</ocn>
	<text class="norm">
		Note: the first line of a document may include information on the
markup version used in the form of a comment. Comments are a percentage
mark at the start of a paragraph (and as the first character in a line
of text) followed by a space and the comment:
	</text>
</object>
<object id="33">
	<ocn>33</ocn>
	<text class="code">	
		&#160;&#160;% this would be a comment<br /><br />	
	</text>
</object>
<object id="34">
	<ocn>34</ocn>
	<text class="h5">
		2.1 Sample Header
	</text>
</object>
<object id="35">
	<ocn>35</ocn>
	<text class="norm">
		This current document is loaded by a master document that has a header
similar to this one:
	</text>
</object>
<object id="36">
	<ocn>36</ocn>
	<text class="code">	
		&#160;&#160;% SiSU master 2.0<br /><br />&#160;&#160; &#160;&#160;@title: SiSU<br />&#160;&#160; &#160;&#160; :subtitle: Manual<br /><br />&#160;&#160; &#160;&#160;@creator: :author: Amissah, Ralph<br /><br />&#160;&#160; &#160;&#160;@rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3<br /><br />&#160;&#160; &#160;&#160;@classify: <br />&#160;&#160; &#160;&#160; :type: information<br />&#160;&#160; &#160;&#160; :topic_register: SiSU:manual;electronic documents:SiSU:manual<br />&#160;&#160; &#160;&#160; :subject: ebook, epublishing, electronic book, electronic publishing,<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;electronic document, electronic citation, data structure,<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;citation systems, search<br /><br />&#160;&#160; &#160;&#160;% used_by: manual<br /><br />&#160;&#160; &#160;&#160;@date: <br />&#160;&#160; &#160;&#160; :published: 2008-05-22<br />&#160;&#160; &#160;&#160; :created: 2002-08-28<br />&#160;&#160; &#160;&#160; :issued: 2002-08-28<br />&#160;&#160; &#160;&#160; :available: 2002-08-28<br />&#160;&#160; &#160;&#160; :modified: 2010-03-03<br /><br />&#160;&#160; &#160;&#160;@make: <br />&#160;&#160; &#160;&#160; :num_top: 1<br />&#160;&#160; &#160;&#160; :breaks: new=C; break=1<br />&#160;&#160; &#160;&#160; :skin: skin_sisu_manual<br />&#160;&#160; &#160;&#160; :bold: /Gnu|Debian|Ruby|SiSU/<br />&#160;&#160; &#160;&#160; :manpage: name=sisu - documents: markup, structuring, publishing in multiple standard formats, and search;<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;synopsis=sisu [-abcDdeFhIiMmNnopqRrSsTtUuVvwXxYyZz0-9] [filename/wildcard ]<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;. sisu [-Ddcv] [instruction]<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;. sisu [-CcFLSVvW]<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;. sisu --v2 [operations]<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;. sisu --v3 [operations]<br /><br />&#160;&#160; &#160;&#160;@links: <br />&#160;&#160; &#160;&#160; { SiSU Homepage }http://www.sisudoc.org/ <br />&#160;&#160; &#160;&#160; { SiSU Manual }http://www.sisudoc.org/sisu/sisu_manual/ <br />&#160;&#160; &#160;&#160; { Book Samples &amp; Markup Examples }http://www.jus.uio.no/sisu/SiSU/examples.html <br />&#160;&#160; &#160;&#160; { SiSU Download }http://www.jus.uio.no/sisu/SiSU/download.html <br />&#160;&#160; &#160;&#160; { SiSU Changelog }http://www.jus.uio.no/sisu/SiSU/changelog.html <br />&#160;&#160; &#160;&#160; { SiSU Git repo }http://git.sisudoc.org/?p=code/sisu.git;a=summary <br />&#160;&#160; &#160;&#160; { SiSU List Archives }http://lists.sisudoc.org/pipermail/sisu/ <br />&#160;&#160; &#160;&#160; { SiSU @ Debian }http://packages.qa.debian.org/s/sisu.html <br />&#160;&#160; &#160;&#160; { SiSU Project @ Debian }http://qa.debian.org/developer.php?login=sisu@lists.sisudoc.org <br />&#160;&#160; &#160;&#160; { SiSU @ Wikipedia }http://en.wikipedia.org/wiki/SiSU<br /> <br />	
	</text>
</object>
<object id="37">
	<ocn>37</ocn>
	<text class="h5">
		2.2 Available Headers
	</text>
</object>
<object id="38">
	<ocn>38</ocn>
	<text class="norm">
		Header tags appear at the beginning of a document and provide meta
information on the document (such as the Dublin Core), or information
as to how the document as a whole is to be processed. All header
instructions take the form @headername: or on the next line and
indented by once space :subheadername: All Dublin Core meta tags are
available
	</text>
</object>
<object id="39">
	<ocn>39</ocn>
	<text class="norm">
		<b>@indentifier:</b> information or instructions
	</text>
</object>
<object id="40">
	<ocn>40</ocn>
	<text class="norm">
		where the "identifier" is a tag recognised by the program, and the
"information" or "instructions" belong to the tag/indentifier specified
	</text>
</object>
<object id="41">
	<ocn>41</ocn>
	<text class="norm">
		Note: a header where used should only be used once; all headers apart
from @title: are optional; the @structure: header is used to describe
document structure, and can be useful to know.
	</text>
</object>
<object id="42">
	<ocn>42</ocn>
	<text class="norm">
		This is a sample header
	</text>
</object>
<object id="43">
	<ocn>43</ocn>
	<text class="code">	
		&#160;&#160;% SiSU 2.0 [declared file-type identifier with markup version]<br /><br />	
	</text>
</object>
<object id="44">
	<ocn>44</ocn>
	<text class="code">	
		&#160;&#160;@title: [title text] [this header is the only one that is mandatory]<br />&#160;&#160; &#160;&#160;&#160;&#160;:subtitle: [subtitle if any]<br />&#160;&#160; &#160;&#160;&#160;&#160;:language: English<br /><br />	
	</text>
</object>
<object id="45">
	<ocn>45</ocn>
	<text class="code">	
		&#160;&#160;@creator: <br />&#160;&#160; &#160;&#160; :author: [Lastname, First names]<br />&#160;&#160; &#160;&#160; :illustrator: [Lastname, First names]<br />&#160;&#160; &#160;&#160; :translator: [Lastname, First names]<br />&#160;&#160; &#160;&#160; :prepared_by: [Lastname, First names]<br /><br />	
	</text>
</object>
<object id="46">
	<ocn>46</ocn>
	<text class="code">	
		&#160;&#160;@date: <br />&#160;&#160; &#160;&#160; :published: [year or yyyy-mm-dd]<br />&#160;&#160; &#160;&#160; :created: [year or yyyy-mm-dd]<br />&#160;&#160; &#160;&#160; :issued: [year or yyyy-mm-dd]<br />&#160;&#160; &#160;&#160; :available: [year or yyyy-mm-dd]<br />&#160;&#160; &#160;&#160; :modified: [year or yyyy-mm-dd]<br />&#160;&#160; &#160;&#160; :valid: [year or yyyy-mm-dd]<br />&#160;&#160; &#160;&#160; :added_to_site: [year or yyyy-mm-dd]<br />&#160;&#160; &#160;&#160; :translated: [year or yyyy-mm-dd]<br /><br />	
	</text>
</object>
<object id="47">
	<ocn>47</ocn>
	<text class="code">	
		&#160;&#160;@rights: <br />&#160;&#160; &#160;&#160; :copyright: Copyright (C) [Year and Holder]<br />&#160;&#160; &#160;&#160; :license: [Use License granted]<br />&#160;&#160; &#160;&#160; :text: [Year and Holder]<br />&#160;&#160; &#160;&#160; :translation: [Name, Year]<br />&#160;&#160; &#160;&#160; :illustrations: [Name, Year]<br /><br />	
	</text>
</object>
<object id="48">
	<ocn>48</ocn>
	<text class="code">	
		&#160;&#160;@classify: <br />&#160;&#160; &#160;&#160; :topic_register: SiSU:markup sample:book;book:novel:fantasy<br />&#160;&#160; &#160;&#160; :type:<br />&#160;&#160; &#160;&#160; :subject:<br />&#160;&#160; &#160;&#160; :description:<br />&#160;&#160; &#160;&#160; :keywords:<br />&#160;&#160; &#160;&#160; :abstract:<br />&#160;&#160; &#160;&#160; :isbn: [ISBN]<br />&#160;&#160; &#160;&#160; :loc: [Library of Congress classification]<br />&#160;&#160; &#160;&#160; :dewey: [Dewey classification<br />&#160;&#160; &#160;&#160; :pg: [Project Gutenberg text number]<br /><br />	
	</text>
</object>
<object id="49">
	<ocn>49</ocn>
	<text class="code">	
		&#160;&#160;@links: { SiSU }http://www.sisudoc.org <br />&#160;&#160; &#160;&#160;&#160;&#160;{ FSF }http://www.fsf.org<br /> <br />	
	</text>
</object>
<object id="50">
	<ocn>50</ocn>
	<text class="code">	
		&#160;&#160;@make: <br />&#160;&#160; &#160;&#160; :skin: skin_name [skins change default settings related to the appearance of documents generated]<br />&#160;&#160; &#160;&#160; :num_top: 1<br />&#160;&#160; &#160;&#160; :headings: [text to match for each level<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;(e.g. PART; Chapter; Section; Article; or another: none; BOOK|FIRST|SECOND; none; CHAPTER;)<br />&#160;&#160; &#160;&#160; :breaks: new=:C; break=1<br />&#160;&#160; &#160;&#160; :promo: sisu, ruby, sisu_search_libre, open_society<br />&#160;&#160; &#160;&#160; :bold: [regular expression of words/phrases to be made bold]<br />&#160;&#160; &#160;&#160; :italics: [regular expression of words/phrases to italicise]<br /><br />	
	</text>
</object>
<object id="51">
	<ocn>51</ocn>
	<text class="code">	
		&#160;&#160;@original: <br />&#160;&#160; &#160;&#160; :language: [language]<br /><br />	
	</text>
</object>
<object id="52">
	<ocn>52</ocn>
	<text class="code">	
		&#160;&#160;@notes: <br />&#160;&#160; &#160;&#160; :comment:<br />&#160;&#160; &#160;&#160; :prefix: [prefix is placed just after table of contents]<br /><br />	
	</text>
</object>
<object id="53">
	<ocn>53</ocn>
	<text class="h4">
		3. Markup of Substantive Text
	</text>
</object>
<object id="54">
	<ocn>54</ocn>
	<text class="h5">
		3.1 Heading Levels
	</text>
</object>
<object id="55">
	<ocn>55</ocn>
	<text class="norm">
		Heading levels are :A&#126; ,:B&#126; ,:C&#126; ,1&#126; ,2&#126;
,3&#126; ... :A - :C being part / section headings, followed by other
heading levels, and 1 -6 being headings followed by substantive text or
sub-headings. :A&#126; usually the title :A&#126;? conditional level 1
heading (used where a stand-alone document may be imported into
another)
	</text>
</object>
<object id="56">
	<ocn>56</ocn>
	<text class="norm">
		<b>:A&#126; [heading text]</b> Top level heading [this usually has
similar content to the title @title: ] NOTE: the heading levels
described here are in 0.38 notation, see heading
	</text>
</object>
<object id="57">
	<ocn>57</ocn>
	<text class="norm">
		<b>:B&#126; [heading text]</b> Second level heading [this is a heading
level divider]
	</text>
</object>
<object id="58">
	<ocn>58</ocn>
	<text class="norm">
		<b>:C&#126; [heading text]</b> Third level heading [this is a heading
level divider]
	</text>
</object>
<object id="59">
	<ocn>59</ocn>
	<text class="norm">
		<b>1&#126; [heading text]</b> Top level heading preceding substantive
text of document or sub-heading 2, the heading level that would
normally be marked 1. or 2. or 3. etc. in a document, and the level on
which sisu by default would break html output into named segments,
names are provided automatically if none are given (a number),
otherwise takes the form 1&#126;my_filename_for_this_segment
	</text>
</object>
<object id="60">
	<ocn>60</ocn>
	<text class="norm">
		<b>2&#126; [heading text]</b> Second level heading preceding
substantive text of document or sub-heading 3 , the heading level that
would normally be marked 1.1 or 1.2 or 1.3 or 2.1 etc. in a document.
	</text>
</object>
<object id="61">
	<ocn>61</ocn>
	<text class="norm">
		<b>3&#126; [heading text]</b> Third level heading preceding substantive
text of document, that would normally be marked 1.1.1 or 1.1.2 or 1.2.1
or 2.1.1 etc. in a document
	</text>
</object>
<object id="62">
	<ocn>62</ocn>
	<text class="code">	
		&#160;&#160;1~filename level 1 heading,<br /><br />&#160;&#160; &#160;&#160;% the primary division such as Chapter that is followed by substantive text, and may be further subdivided (this is the level on which by default html segments are made)<br /><br />	
	</text>
</object>
<object id="63">
	<ocn>63</ocn>
	<text class="h5">
		3.2 Font Attributes
	</text>
</object>
<object id="64">
	<ocn>64</ocn>
	<text class="norm">
		<b>markup example:</b>
	</text>
</object>
<object id="65">
	<ocn>65</ocn>
	<text class="code">	
		&#160;&#160;normal text,&#160;&#160;*{emphasis}*, !{bold text}!, /{italics}/, _{underscore}_, "{citation}",<br />&#160;&#160; &#160;&#160;^{superscript}^, ,{subscript},, +{inserted text}+, -{strikethrough}-, #{monospace}#<br /><br />&#160;&#160; &#160;&#160;normal text<br /><br />&#160;&#160; &#160;&#160;*{emphasis}* [note: can be configured to be represented by bold, italics or underscore]<br /><br />&#160;&#160; &#160;&#160;!{bold text}!<br /><br />&#160;&#160; &#160;&#160;/{italics}/<br /><br />&#160;&#160; &#160;&#160;_{underscore}_<br /><br />&#160;&#160; &#160;&#160;"{citation}"<br /><br />&#160;&#160; &#160;&#160;^{superscript}^<br /><br />&#160;&#160; &#160;&#160;,{subscript},<br /><br />&#160;&#160; &#160;&#160;+{inserted text}+<br /><br />&#160;&#160; &#160;&#160;-{strikethrough}-<br /><br />&#160;&#160; &#160;&#160;#{monospace}#<br /><br />	
	</text>
</object>
<object id="66">
	<ocn>66</ocn>
	<text class="norm">
		<b>resulting output:</b>
	</text>
</object>
<object id="67">
	<ocn>67</ocn>
	<text class="norm">
		normal text, <b>emphasis</b>, <b>bold text</b>, <i>italics</i>,
<u>underscore</u>, <cite>citation</cite>, <sup>superscript</sup>,
<sub>subscript</sub>, <ins>inserted text</ins>,
<del>strikethrough</del>, <tt>monospace</tt>
	</text>
</object>
<object id="68">
	<ocn>68</ocn>
	<text class="norm">
		normal text
	</text>
</object>
<object id="69">
	<ocn>69</ocn>
	<text class="norm">
		<b>emphasis</b> [note: can be configured to be represented by bold,
italics or underscore]
	</text>
</object>
<object id="70">
	<ocn>70</ocn>
	<text class="norm">
		<b>bold text</b>
	</text>
</object>
<object id="71">
	<ocn>71</ocn>
	<text class="norm">
		<i>italics</i>
	</text>
</object>
<object id="72">
	<ocn>72</ocn>
	<text class="norm">
		<u>underscore</u>
	</text>
</object>
<object id="73">
	<ocn>73</ocn>
	<text class="norm">
		<cite>citation</cite>
	</text>
</object>
<object id="74">
	<ocn>74</ocn>
	<text class="norm">
		<sup>superscript</sup>
	</text>
</object>
<object id="75">
	<ocn>75</ocn>
	<text class="norm">
		<sub>subscript</sub>
	</text>
</object>
<object id="76">
	<ocn>76</ocn>
	<text class="norm">
		<ins>inserted text</ins>
	</text>
</object>
<object id="77">
	<ocn>77</ocn>
	<text class="norm">
		<del>strikethrough</del>
	</text>
</object>
<object id="78">
	<ocn>78</ocn>
	<text class="norm">
		<tt>monospace</tt>
	</text>
</object>
<object id="79">
	<ocn>79</ocn>
	<text class="h5">
		3.3 Indentation and bullets
	</text>
</object>
<object id="80">
	<ocn>80</ocn>
	<text class="norm">
		<b>markup example:</b>
	</text>
</object>
<object id="81">
	<ocn>81</ocn>
	<text class="code">	
		&#160;&#160;ordinary paragraph<br /><br />&#160;&#160; &#160;&#160;_1 indent paragraph one step<br /><br />&#160;&#160; &#160;&#160;_2 indent paragraph two steps<br /><br />&#160;&#160; &#160;&#160;_9 indent paragraph nine steps<br /><br />	
	</text>
</object>
<object id="82">
	<ocn>82</ocn>
	<text class="norm">
		<b>resulting output:</b>
	</text>
</object>
<object id="83">
	<ocn>83</ocn>
	<text class="norm">
		ordinary paragraph
	</text>
</object>
<object id="84">
	<ocn>84</ocn>
	<text class="indent1">
		indent paragraph one step
	</text>
</object>
<object id="85">
	<ocn>85</ocn>
	<text class="indent2">
		indent paragraph two steps
	</text>
</object>
<object id="86">
	<ocn>86</ocn>
	<text class="indent9">
		indent paragraph nine steps
	</text>
</object>
<object id="87">
	<ocn>87</ocn>
	<text class="norm">
		<b>markup example:</b>
	</text>
</object>
<object id="88">
	<ocn>88</ocn>
	<text class="code">	
		&#160;&#160;_* bullet text<br /><br />&#160;&#160; &#160;&#160;_1* bullet text, first indent<br /><br />&#160;&#160; &#160;&#160;_2* bullet text, two step indent<br /><br />	
	</text>
</object>
<object id="89">
	<ocn>89</ocn>
	<text class="norm">
		<b>resulting output:</b>
	</text>
</object>
<object id="90">
	<ocn>90</ocn>
	<text class="norm">
		bullet text
	</text>
</object>
<object id="91">
	<ocn>91</ocn>
	<text class="indent_bullet1">
		bullet text, first indent
	</text>
</object>
<object id="92">
	<ocn>92</ocn>
	<text class="indent_bullet2">
		bullet text, two step indent
	</text>
</object>
<object id="93">
	<ocn>93</ocn>
	<text class="norm">
		Numbered List (not to be confused with headings/titles, (document
structure))
	</text>
</object>
<object id="94">
	<ocn>94</ocn>
	<text class="norm">
		<b>markup example:</b>
	</text>
</object>
<object id="95">
	<ocn>95</ocn>
	<text class="code">	
		&#160;&#160;# numbered list&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;numbered list 1., 2., 3, etc.<br /><br />&#160;&#160; &#160;&#160;_# numbered list numbered list indented a., b., c., d., etc.<br /><br />	
	</text>
</object>
<object id="96">
	<ocn>96</ocn>
	<text class="h5">
		3.4 Footnotes / Endnotes
	</text>
</object>
<object id="97">
	<ocn>97</ocn>
	<text class="norm">
		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
	</text>
</object>
<object id="98">
	<ocn>98</ocn>
	<text class="norm">
		<b>markup example:</b>
	</text>
</object>
<object id="99">
	<ocn>99</ocn>
	<text class="code">	
		&#160;&#160;~{ a footnote or endnote }~<br /><br />	
	</text>
</object>
<object id="100">
	<ocn>100</ocn>
	<text class="norm">
		<b>resulting output:</b>
	</text>
</object>
<object id="101">
	<ocn>101</ocn>
	<text class="norm">
		<en>3</en>
	</text>
	<endnote notenumber="3">
		<number>3</number>
		<note>
			a footnote or endnote
		</note>
	</endnote>
</object>
<object id="102">
	<ocn>102</ocn>
	<text class="norm">
		<b>markup example:</b>
	</text>
</object>
<object id="103">
	<ocn>103</ocn>
	<text class="code">	
		&#160;&#160;normal text~{ self contained endnote marker &amp; endnote in one }~ continues<br /><br />	
	</text>
</object>
<object id="104">
	<ocn>104</ocn>
	<text class="norm">
		<b>resulting output:</b>
	</text>
</object>
<object id="105">
	<ocn>105</ocn>
	<text class="norm">
		normal text<en>4</en> continues
	</text>
	<endnote notenumber="4">
		<number>4</number>
		<note>
			self contained endnote marker &amp; endnote in one
		</note>
	</endnote>
</object>
<object id="106">
	<ocn>106</ocn>
	<text class="norm">
		<b>markup example:</b>
	</text>
</object>
<object id="107">
	<ocn>107</ocn>
	<text class="code">	
		&#160;&#160;normal text ~{* unnumbered asterisk footnote/endnote, insert multiple asterisks if required }~ continues<br /><br />&#160;&#160; &#160;&#160;normal text ~{** another unnumbered asterisk footnote/endnote }~ continues<br /><br />	
	</text>
</object>
<object id="108">
	<ocn>108</ocn>
	<text class="norm">
		<b>resulting output:</b>
	</text>
</object>
<object id="109">
	<ocn>109</ocn>
	<text class="norm">
		normal text <en>*</en> continues
	</text>
	<endnote symbol="*.length">
		<symbol>*</symbol>
		<note>
			unnumbered asterisk footnote/endnote, insert multiple asterisks if
required
		</note>
	</endnote>
</object>
<object id="110">
	<ocn>110</ocn>
	<text class="norm">
		normal text <en>**</en> continues
	</text>
	<endnote symbol="**.length">
		<symbol>**</symbol>
		<note>
			another unnumbered asterisk footnote/endnote
		</note>
	</endnote>
</object>
<object id="111">
	<ocn>111</ocn>
	<text class="norm">
		<b>markup example:</b>
	</text>
</object>
<object id="112">
	<ocn>112</ocn>
	<text class="code">	
		&#160;&#160;normal text ~[* editors notes, numbered asterisk footnote/endnote series ]~ continues<br /><br />&#160;&#160; &#160;&#160;normal text ~[+ editors notes, numbered asterisk footnote/endnote series ]~ continues<br /><br />	
	</text>
</object>
<object id="113">
	<ocn>113</ocn>
	<text class="norm">
		<b>resulting output:</b>
	</text>
</object>
<object id="114">
	<ocn>114</ocn>
	<text class="norm">
		normal text <en>*1</en> continues
	</text>
	<endnote symbol="*1">
		<symbol>*1</symbol>
		<note>
			editors notes, numbered asterisk footnote/endnote series
		</note>
	</endnote>
</object>
<object id="115">
	<ocn>115</ocn>
	<text class="norm">
		normal text <en>+1</en> continues
	</text>
	<endnote symbol="+1">
		<symbol>+1</symbol>
		<note>
			editors notes, numbered asterisk footnote/endnote series
		</note>
	</endnote>
</object>
<object id="116">
	<ocn>116</ocn>
	<text class="norm">
		<b>Alternative endnote pair notation for footnotes/endnotes:</b>
	</text>
</object>
<object id="117">
	<ocn>117</ocn>
	<text class="code">	
		&#160;&#160;% note the endnote marker "~^"<br /><br />&#160;&#160; &#160;&#160;normal text~^ continues<br /><br />&#160;&#160; &#160;&#160;^~ endnote text following the paragraph in which the marker occurs<br /><br />	
	</text>
</object>
<object id="118">
	<ocn>118</ocn>
	<text class="norm">
		the standard and pair notation cannot be mixed in the same document
	</text>
</object>
<object id="119">
	<ocn>119</ocn>
	<text class="h5">
		3.5 Links
	</text>
</object>
<object id="120">
	<ocn>120</ocn>
	<text class="h6">
		3.5.1 Naked URLs within text, dealing with urls
	</text>
</object>
<object id="121">
	<ocn>121</ocn>
	<text class="norm">
		urls found within text are marked up automatically. A url within text
is automatically hyperlinked to itself and by default decorated with
angled braces, unless they are contained within a code block (in which
case they are passed as normal text), or escaped by a preceding
underscore (in which case the decoration is omitted).
	</text>
</object>
<object id="122">
	<ocn>122</ocn>
	<text class="norm">
		<b>markup example:</b>
	</text>
</object>
<object id="123">
	<ocn>123</ocn>
	<text class="code">	
		&#160;&#160;normal text http://www.sisudoc.org/ continues<br /><br />	
	</text>
</object>
<object id="124">
	<ocn>124</ocn>
	<text class="norm">
		<b>resulting output:</b>
	</text>
</object>
<object id="125">
	<ocn>125</ocn>
	<text class="norm">
		normal text &lt;<link xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:type="simple"
xlink:href="http://www.sisudoc.org/">http://www.sisudoc.org/</link>&gt;
continues
	</text>
</object>
<object id="126">
	<ocn>126</ocn>
	<text class="norm">
		An escaped url without decoration
	</text>
</object>
<object id="127">
	<ocn>127</ocn>
	<text class="norm">
		<b>markup example:</b>
	</text>
</object>
<object id="128">
	<ocn>128</ocn>
	<text class="code">	
		&#160;&#160;normal text _http://www.sisudoc.org/ continues<br /><br />&#160;&#160; &#160;&#160;deb http://www.jus.uio.no/sisu/archive unstable main non-free<br /><br />	
	</text>
</object>
<object id="129">
	<ocn>129</ocn>
	<text class="norm">
		<b>resulting output:</b>
	</text>
</object>
<object id="130">
	<ocn>130</ocn>
	<text class="norm">
		normal text &lt;<link xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:type="simple"
xlink:href="_http://www.sisudoc.org/">_http://www.sisudoc.org/</link>&gt;
continues
	</text>
</object>
<object id="131">
	<ocn>131</ocn>
	<text class="norm">
		deb &lt;<link xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:type="simple"
xlink:href="_http://www.jus.uio.no/sisu/archive">_http://www.jus.uio.no/sisu/archive</link>&gt;
unstable main non-free
	</text>
</object>
<object id="132">
	<ocn>132</ocn>
	<text class="norm">
		where a code block is used there is neither decoration nor
hyperlinking, code blocks are discussed later in this document
	</text>
</object>
<object id="133">
	<ocn>133</ocn>
	<text class="norm">
		<b>resulting output:</b>
	</text>
</object>
<object id="134">
	<ocn>134</ocn>
	<text class="code">	
		&#160;&#160;deb http://www.jus.uio.no/sisu/archive unstable main non-free<br />&#160;&#160; &#160;&#160;deb-src http://www.jus.uio.no/sisu/archive unstable main non-free<br /><br />	
	</text>
</object>
<object id="135">
	<ocn>135</ocn>
	<text class="h6">
		3.5.2 Linking Text
	</text>
</object>
<object id="136">
	<ocn>136</ocn>
	<text class="norm">
		To link text or an image to a url the markup is as follows
	</text>
</object>
<object id="137">
	<ocn>137</ocn>
	<text class="norm">
		<b>markup example:</b>
	</text>
</object>
<object id="138">
	<ocn>138</ocn>
	<text class="code">	
		&#160;&#160;about { SiSU }http://url.org markup<br /><br />	
	</text>
</object>
<object id="139">
	<ocn>139</ocn>
	<text class="norm">
		<b>resulting output:</b>
	</text>
</object>
<object id="140">
	<ocn>140</ocn>
	<text class="norm">
		about <link xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:type="simple" xlink:href="http://www.sisudoc.org/">SiSU</link>
markup
	</text>
</object>
<object id="141">
	<ocn>141</ocn>
	<text class="norm">
		A shortcut notation is available so the url link may also be provided
automatically as a footnote
	</text>
</object>
<object id="142">
	<ocn>142</ocn>
	<text class="norm">
		<b>markup example:</b>
	</text>
</object>
<object id="143">
	<ocn>143</ocn>
	<text class="code">	
		&#160;&#160;about {~^ SiSU }http://url.org markup<br /><br />	
	</text>
</object>
<object id="144">
	<ocn>144</ocn>
	<text class="norm">
		<b>resulting output:</b>
	</text>
</object>
<object id="145">
	<ocn>145</ocn>
	<text class="norm">
		about <link xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:type="simple" xlink:href="http://www.sisudoc.org/">SiSU</link>
<en>5</en> markup
	</text>
	<endnote notenumber="5">
		<number>5</number>
		<note>
			&lt;<link xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:type="simple"
xlink:href="http://www.sisudoc.org/">http://www.sisudoc.org/</link>&gt;
		</note>
	</endnote>
</object>
<object id="146">
	<ocn>146</ocn>
	<text class="norm">
		Internal document links to a tagged location, including an ocn
	</text>
</object>
<object id="147">
	<ocn>147</ocn>
	<text class="norm">
		<b>markup example:</b>
	</text>
</object>
<object id="148">
	<ocn>148</ocn>
	<text class="code">	
		&#160;&#160;about { text links }#link_text<br /><br />	
	</text>
</object>
<object id="149">
	<ocn>149</ocn>
	<text class="norm">
		<b>resulting output:</b>
	</text>
</object>
<object id="150">
	<ocn>150</ocn>
	<text class="norm">
		about <link xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:type="simple" xlink:href="#link_text">text links</link>
	</text>
</object>
<object id="151">
	<ocn>151</ocn>
	<text class="norm">
		Shared document collection link
	</text>
</object>
<object id="152">
	<ocn>152</ocn>
	<text class="norm">
		<b>markup example:</b>
	</text>
</object>
<object id="153">
	<ocn>153</ocn>
	<text class="code">	
		&#160;&#160;about { SiSU book markup examples }:SiSU/examples.html<br /><br />	
	</text>
</object>
<object id="154">
	<ocn>154</ocn>
	<text class="norm">
		<b>resulting output:</b>
	</text>
</object>
<object id="155">
	<ocn>155</ocn>
	<text class="norm">
		about <link xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:type="simple" xlink:href="../SiSU/examples.html"><b>SiSU</b> book
markup examples</link>
	</text>
</object>
<object id="156">
	<ocn>156</ocn>
	<text class="h6">
		3.5.3 Linking Images
	</text>
</object>
<object id="157">
	<ocn>157</ocn>
	<text class="norm">
		<b>markup example:</b>
	</text>
</object>
<object id="158">
	<ocn>158</ocn>
	<text class="code">	
		&#160;&#160;{ tux.png 64x80 }image<br /><br />&#160;&#160; &#160;&#160;% various url linked images<br /><br />&#160;&#160; &#160;&#160;{tux.png 64x80 "a better way" }http://www.sisudoc.org/<br /> <br />&#160;&#160; &#160;&#160;{GnuDebianLinuxRubyBetterWay.png 100x101 "Way Better - with Gnu/Linux, Debian and Ruby" }http://www.sisudoc.org/<br /> <br />&#160;&#160; &#160;&#160;{~^ ruby_logo.png "Ruby" }http://www.ruby-lang.org/en/<br /> <br />	
	</text>
</object>
<object id="159">
	<ocn>159</ocn>
	<text class="norm">
		<b>resulting output:</b>
	</text>
</object>
<object id="160">
	<ocn>160</ocn>
	<text class="norm">
		<image xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
xlink:actuate="onLoad" xlink:show="embed"
xlink:href="../_sisu/image/tux.png" width="64" height="80" />[tux.png]
	</text>
</object>
<object id="161">
	<ocn>161</ocn>
	<text class="norm">
		<image xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
xlink:actuate="onLoad" xlink:show="embed"
xlink:href="../_sisu/image/tux.png" width="64" height="80" />[tux.png]
"Gnu/Linux - a better way"
	</text>
</object>
<object id="162">
	<ocn>162</ocn>
	<text class="norm">
		<image xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
xlink:actuate="onLoad" xlink:show="embed"
xlink:href="../_sisu/image/GnuDebianLinuxRubyBetterWay.png" width="100"
height="101" />[GnuDebianLinuxRubyBetterWay.png] "Way Better - with
Gnu/Linux, Debian and Ruby"
	</text>
</object>
<object id="163">
	<ocn>163</ocn>
	<text class="norm">
		<image xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
xlink:actuate="onLoad" xlink:show="embed"
xlink:href="../_sisu/image/ruby_logo.png" width="70" height="90"
/>[ruby_logo.png] "Ruby" <en>6</en>
	</text>
	<endnote notenumber="6">
		<number>6</number>
		<note>
			&lt;<link xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:type="simple"
xlink:href="http://www.ruby-lang.org/en/">http://www.ruby-lang.org/en/</link>&gt;
		</note>
	</endnote>
</object>
<object id="164">
	<ocn>164</ocn>
	<text class="norm">
		<b>linked url footnote shortcut</b>
	</text>
</object>
<object id="165">
	<ocn>165</ocn>
	<text class="code">	
		&#160;&#160;{~^ [text to link] }http://url.org<br /> <br />&#160;&#160; &#160;&#160;% maps to: { [text to link] }http://url.org ~{ http://url.org }~<br /><br />&#160;&#160; &#160;&#160;% which produces hyper-linked text within a document/paragraph, with an endnote providing the url for the text location used in the hyperlink<br /><br />	
	</text>
</object>
<object id="166">
	<ocn>166</ocn>
	<text class="code">	
		&#160;&#160;text marker <br /><br />	
	</text>
</object>
<object id="167">
	<ocn>167</ocn>
	<text class="norm">
		note at a heading level the same is automatically achieved by providing
names to headings 1, 2 and 3 i.e. 2~[name] and 3~[name] or in the case
of auto-heading numbering, without further intervention.
	</text>
</object>
<object id="168">
	<ocn>168</ocn>
	<text class="h5">
		3.6 Grouped Text
	</text>
</object>
<object id="169">
	<ocn>169</ocn>
	<text class="h6">
		3.6.1 Tables
	</text>
</object>
<object id="170">
	<ocn>170</ocn>
	<text class="norm">
		Tables may be prepared in two either of two forms
	</text>
</object>
<object id="171">
	<ocn>171</ocn>
	<text class="norm">
		<b>markup example:</b>
	</text>
</object>
<object id="172">
	<ocn>172</ocn>
	<text class="code">	
		&#160;&#160;table{ c3; 40; 30; 30;<br /><br />&#160;&#160; &#160;&#160;This is a table<br />&#160;&#160; &#160;&#160;this would become column two of row one<br />&#160;&#160; &#160;&#160;column three of row one is here<br /><br />&#160;&#160; &#160;&#160;And here begins another row<br />&#160;&#160; &#160;&#160;column two of row two<br />&#160;&#160; &#160;&#160;column three of row two, and so on<br /><br />&#160;&#160; &#160;&#160;}table<br /><br />	
	</text>
</object>
<object id="173">
	<ocn>173</ocn>
	<text class="norm">
		<b>resulting output:</b>
	</text>
</object>
<object id="174">
	<ocn>174</ocn>
	<text class="table">	
		<table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
      <tr><td width="40%">This is a table</td><td width="30%">this would become column two of row one</td><td width="30%">column three of row one is here</td></tr>
      <tr><td width="40%">And here begins another row</td><td width="30%">column two of row two</td><td width="30%">column three of row two, and so on</td></tr>
    </table>
	</text>
</object>
<object id="175">
	<ocn>175</ocn>
	<text class="norm">
		a second form may be easier to work with in cases where there is not
much information in each column
	</text>
</object>
<object id="176">
	<ocn>176</ocn>
	<text class="norm">
		<b>markup example:</b><en>7</en>
	</text>
	<endnote notenumber="7">
		<number>7</number>
		<note>
			Table from the Wealth of Networks by Yochai Benkler<br /> &lt;<link
xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
xlink:href="http://www.jus.uio.no/sisu/the_wealth_of_networks.yochai_benkler">http://www.jus.uio.no/sisu/the_wealth_of_networks.yochai_benkler</link>&gt;
		</note>
	</endnote>
</object>
<object id="177">
	<ocn>177</ocn>
	<text class="code">	
		&#160;&#160;!_ Table 3.1: Contributors to Wikipedia, January 2001 - June 2005<br /><br />&#160;&#160; &#160;&#160;{table~h 24; 12; 12; 12; 12; 12; 12;}<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;|Jan. 2001|Jan. 2002|Jan. 2003|Jan. 2004|July 2004|June 2006<br />&#160;&#160; &#160;&#160;Contributors*&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;10|&#160;&#160;&#160;&#160;&#160;&#160;472|&#160;&#160;&#160;&#160;2,188|&#160;&#160;&#160;&#160;9,653|&#160;&#160;&#160;25,011|&#160;&#160;&#160;48,721<br />&#160;&#160; &#160;&#160;Active contributors**&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;9|&#160;&#160;&#160;&#160;&#160;&#160;212|&#160;&#160;&#160;&#160;&#160;&#160;846|&#160;&#160;&#160;&#160;3,228|&#160;&#160;&#160;&#160;8,442|&#160;&#160;&#160;16,945<br />&#160;&#160; &#160;&#160;Very active contributors***&#160;&#160;&#160;&#160;&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;0|&#160;&#160;&#160;&#160;&#160;&#160;&#160;31|&#160;&#160;&#160;&#160;&#160;&#160;190|&#160;&#160;&#160;&#160;&#160;&#160;692|&#160;&#160;&#160;&#160;1,639|&#160;&#160;&#160;&#160;3,016<br />&#160;&#160; &#160;&#160;No. of English language articles|&#160;&#160;&#160;&#160;&#160;&#160;&#160;25|&#160;&#160;&#160;16,000|&#160;&#160;101,000|&#160;&#160;190,000|&#160;&#160;320,000|&#160;&#160;630,000<br />&#160;&#160; &#160;&#160;No. of articles, all languages&#160;&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;25|&#160;&#160;&#160;19,000|&#160;&#160;138,000|&#160;&#160;490,000|&#160;&#160;862,000|1,600,000<br /><br />&#160;&#160; &#160;&#160;\* Contributed at least ten times; \** at least 5 times in last month; \*\** more than 100 times in last month.<br /><br />	
	</text>
</object>
<object id="178">
	<ocn>178</ocn>
	<text class="norm">
		<b>resulting output:</b>
	</text>
</object>
<object id="179">
	<ocn>179</ocn>
	<text class="norm">
		<b>Table 3.1: Contributors to Wikipedia, January 2001 - June 2005</b>
	</text>
</object>
<object id="180">
	<ocn>180</ocn>
	<text class="table">	
		<table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
      <tr><th width="24%"></th><th width="12%">Jan. 2001</th><th width="12%">Jan. 2002</th><th width="12%">Jan. 2003</th><th width="12%">Jan. 2004</th><th width="12%">July 2004</th><th width="12%">June 2006</th></tr>
      <tr><td width="24%">Contributors*</td><td width="12%">10</td><td width="12%">472</td><td width="12%">2,188</td><td width="12%">9,653</td><td width="12%">25,011</td><td width="12%">48,721</td></tr>
      <tr><td width="24%">Active contributors**</td><td width="12%">9</td><td width="12%">212</td><td width="12%">846</td><td width="12%">3,228</td><td width="12%">8,442</td><td width="12%">16,945</td></tr>
      <tr><td width="24%">Very active contributors***</td><td width="12%">0</td><td width="12%">31</td><td width="12%">190</td><td width="12%">692</td><td width="12%">1,639</td><td width="12%">3,016</td></tr>
      <tr><td width="24%">No. of English language articles</td><td width="12%">25</td><td width="12%">16,000</td><td width="12%">101,000</td><td width="12%">190,000</td><td width="12%">320,000</td><td width="12%">630,000</td></tr>
      <tr><td width="24%">No. of articles, all languages</td><td width="12%">25</td><td width="12%">19,000</td><td width="12%">138,000</td><td width="12%">490,000</td><td width="12%">862,000</td><td width="12%">1,600,000</td></tr>
    </table>
	</text>
</object>
<object id="181">
	<ocn>181</ocn>
	<text class="norm">
		&#042; Contributed at least ten times; &#042;* at least 5 times in last
month; &#042;&#042;* more than 100 times in last month.
	</text>
</object>
<object id="182">
	<ocn>182</ocn>
	<text class="h6">
		3.6.2 Poem
	</text>
</object>
<object id="183">
	<ocn>183</ocn>
	<text class="norm">
		<b>basic markup:</b>
	</text>
</object>
<object id="184">
	<ocn>184</ocn>
	<text class="code">	
		&#160;&#160;poem{<br /><br />&#160;&#160; &#160;&#160;&#160;&#160;Your poem here<br /><br />&#160;&#160; &#160;&#160;}poem<br /><br />&#160;&#160; &#160;&#160;Each verse in a poem is given an object number.<br /><br />	
	</text>
</object>
<object id="185">
	<ocn>185</ocn>
	<text class="norm">
		<b>markup example:</b>
	</text>
</object>
<object id="186">
	<ocn>186</ocn>
	<text class="code">	
		&#160;&#160;poem{<br /><br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;`Fury said to a<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;mouse, That he<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;met in the<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;house,<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;"Let us<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;both go to<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;law:&#160;&#160;I will<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;prosecute<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;YOU.&#160;&#160;--Come,<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;I'll take no<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;denial; We<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;must have a<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;trial:&#160;&#160;For<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;really this<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;morning I've<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;nothing<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;to do."<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Said the<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;mouse to the<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;cur, "Such<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;a trial,<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;dear Sir,<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;With<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;no jury<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;or judge,<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;would be<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;wasting<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;our<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;breath."<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;"I'll be<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;judge, I'll<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;be jury,"<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Said<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;cunning<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;old Fury:<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;"I'll<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;try the<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;whole<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;cause,<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;and<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;condemn<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;you<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;to<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;death."'<br /><br />&#160;&#160; &#160;&#160;}poem<br /><br />	
	</text>
</object>
<object id="187">
	<ocn>187</ocn>
	<text class="norm">
		<b>resulting output:</b>
	</text>
</object>
<object id="188">
	<ocn>188</ocn>
	<text class="verse">	
		&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;`Fury said to a<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;mouse, That he<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;met in the<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;house,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;"Let us<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;both go to<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;law:&#160;&#160;I will<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;prosecute<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;YOU.&#160;&#160;--Come,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;I'll take no<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;denial; We<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;must have a<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;trial:&#160;&#160;For<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;really this<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;morning I've<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;nothing<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;to do."<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Said the<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;mouse to the<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;cur, "Such<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;a trial,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;dear Sir,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;With<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;no jury<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;or judge,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;would be<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;wasting<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;our<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;breath."<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;"I'll be<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;judge, I'll<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;be jury,"<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Said<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;cunning<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;old Fury:<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;"I'll<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;try the<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;whole<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;cause,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;and<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;condemn<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;you<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;to<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;death."'<br />	
	</text>
</object>
<object id="189">
	<ocn>189</ocn>
	<text class="h6">
		3.6.3 Group
	</text>
</object>
<object id="190">
	<ocn>190</ocn>
	<text class="norm">
		<b>basic markup:</b>
	</text>
</object>
<object id="191">
	<ocn>191</ocn>
	<text class="code">	
		&#160;&#160;group{<br /><br />&#160;&#160; &#160;&#160;&#160;&#160;Your grouped text here<br /><br />&#160;&#160; &#160;&#160;}group<br /><br />&#160;&#160; &#160;&#160;A group is treated as an object and given a single object number.<br /><br />	
	</text>
</object>
<object id="192">
	<ocn>192</ocn>
	<text class="norm">
		<b>markup example:</b>
	</text>
</object>
<object id="193">
	<ocn>193</ocn>
	<text class="code">	
		&#160;&#160;group{<br /><br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;`Fury said to a<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;mouse, That he<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;met in the<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;house,<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;"Let us<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;both go to<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;law:&#160;&#160;I will<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;prosecute<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;YOU.&#160;&#160;--Come,<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;I'll take no<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;denial; We<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;must have a<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;trial:&#160;&#160;For<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;really this<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;morning I've<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;nothing<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;to do."<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Said the<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;mouse to the<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;cur, "Such<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;a trial,<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;dear Sir,<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;With<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;no jury<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;or judge,<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;would be<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;wasting<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;our<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;breath."<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;"I'll be<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;judge, I'll<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;be jury,"<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Said<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;cunning<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;old Fury:<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;"I'll<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;try the<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;whole<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;cause,<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;and<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;condemn<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;you<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;to<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;death."'<br /><br />&#160;&#160; &#160;&#160;}group<br /><br />	
	</text>
</object>
<object id="194">
	<ocn>194</ocn>
	<text class="norm">
		<b>resulting output:</b>
	</text>
</object>
<object id="195">
	<ocn>195</ocn>
	<text class="group">	
		&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;`Fury said to a<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;mouse, That he<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;met in the<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;house,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;"Let us<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;both go to<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;law:&#160;&#160;I will<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;prosecute<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;YOU.&#160;&#160;--Come,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;I'll take no<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;denial; We<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;must have a<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;trial:&#160;&#160;For<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;really this<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;morning I've<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;nothing<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;to do."<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Said the<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;mouse to the<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;cur, "Such<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;a trial,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;dear Sir,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;With<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;no jury<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;or judge,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;would be<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;wasting<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;our<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;breath."<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;"I'll be<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;judge, I'll<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;be jury,"<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Said<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;cunning<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;old Fury:<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;"I'll<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;try the<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;whole<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;cause,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;and<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;condemn<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;you<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;to<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;death."'<br />	
	</text>
</object>
<object id="196">
	<ocn>196</ocn>
	<text class="h6">
		3.6.4 Code
	</text>
</object>
<object id="197">
	<ocn>197</ocn>
	<text class="norm">
		Code tags <tt> code{ ... }code </tt> (used as with other group tags
described above) are used to escape regular sisu markup, and have been
used extensively within this document to provide examples of
<b>SiSU</b> markup. You cannot however use code tags to escape code
tags. They are however used in the same way as group or poem tags.
	</text>
</object>
<object id="198">
	<ocn>198</ocn>
	<text class="norm">
		A code-block is treated as an object and given a single object number.
[an option to number each line of code may be considered at some later
time]
	</text>
</object>
<object id="199">
	<ocn>199</ocn>
	<text class="norm">
		<b>use of code tags instead of poem compared, resulting output:</b>
	</text>
</object>
<object id="200">
	<ocn>200</ocn>
	<text class="code">	
		&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;`Fury said to a<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;mouse, That he<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;met in the<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;house,<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;"Let us<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;both go to<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;law:&#160;&#160;I will<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;prosecute<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;YOU.&#160;&#160;--Come,<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;I'll take no<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;denial; We<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;must have a<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;trial:&#160;&#160;For<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;really this<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;morning I've<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;nothing<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;to do."<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Said the<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;mouse to the<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;cur, "Such<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;a trial,<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;dear Sir,<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;With<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;no jury<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;or judge,<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;would be<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;wasting<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;our<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;breath."<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;"I'll be<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;judge, I'll<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;be jury,"<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Said<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;cunning<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;old Fury:<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;"I'll<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;try the<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;whole<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;cause,<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;and<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;condemn<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;you<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;to<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;death."'<br /><br />	
	</text>
</object>
<object id="201">
	<ocn>201</ocn>
	<text class="norm">
		From <b>SiSU</b> 2.7.7 on you can number codeblocks by placing a hash
after the opening code tag <tt> code{# </tt> as demonstrated here:
	</text>
</object>
<object id="202">
	<ocn>202</ocn>
	<text class="code">	
		1&#160;&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;`Fury said to a<br />2&#160;&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;mouse, That he<br />3&#160;&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;met in the<br />4&#160;&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;house,<br />5&#160;&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;"Let us<br />6&#160;&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;both go to<br />7&#160;&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;law:&#160;&#160;I will<br />8&#160;&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;prosecute<br />9&#160;&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;YOU.&#160;&#160;--Come,<br />10&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;I'll take no<br />11&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;denial; We<br />12&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;must have a<br />13&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;trial:&#160;&#160;For<br />14&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;really this<br />15&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;morning I've<br />16&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;nothing<br />17&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;to do."<br />18&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Said the<br />19&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;mouse to the<br />20&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;cur, "Such<br />21&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;a trial,<br />22&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;dear Sir,<br />23&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;With<br />24&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;no jury<br />25&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;or judge,<br />26&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;would be<br />27&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;wasting<br />28&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;our<br />29&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;breath."<br />30&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;"I'll be<br />31&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;judge, I'll<br />32&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;be jury,"<br />33&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Said<br />34&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;cunning<br />35&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;old Fury:<br />36&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;"I'll<br />37&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;try the<br />38&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;whole<br />39&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;cause,<br />40&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;and<br />41&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;condemn<br />42&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;you<br />43&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;to<br />44&#160;┆&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;death."'<br />	
	</text>
</object>
<object id="203">
	<ocn>203</ocn>
	<text class="h5">
		3.7 Book index
	</text>
</object>
<object id="204">
	<ocn>204</ocn>
	<text class="norm">
		To make an index append to paragraph the book index term relates to it,
using an equal sign and curly braces.
	</text>
</object>
<object id="205">
	<ocn>205</ocn>
	<text class="norm">
		Currently two levels are provided, a main term and if needed a
sub-term. Sub-terms are separated from the main term by a colon.
	</text>
</object>
<object id="206">
	<ocn>206</ocn>
	<text class="code">	
		&#160;&#160;&#160;&#160;Paragraph containing main term and sub-term.<br />&#160;&#160; &#160;&#160;&#160;&#160;={Main term:sub-term}<br /><br />	
	</text>
</object>
<object id="207">
	<ocn>207</ocn>
	<text class="norm">
		The index syntax starts on a new line, but there should not be an empty
line between paragraph and index markup.
	</text>
</object>
<object id="208">
	<ocn>208</ocn>
	<text class="norm">
		The structure of the resulting index would be:
	</text>
</object>
<object id="209">
	<ocn>209</ocn>
	<text class="code">	
		&#160;&#160;&#160;&#160;Main term, 1<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;sub-term, 1<br /><br />	
	</text>
</object>
<object id="210">
	<ocn>210</ocn>
	<text class="norm">
		Several terms may relate to a paragraph, they are separated by a
semicolon. If the term refers to more than one paragraph, indicate the
number of paragraphs.
	</text>
</object>
<object id="211">
	<ocn>211</ocn>
	<text class="code">	
		&#160;&#160;&#160;&#160;Paragraph containing main term, second term and sub-term.<br />&#160;&#160; &#160;&#160;&#160;&#160;={first term; second term: sub-term}<br /><br />	
	</text>
</object>
<object id="212">
	<ocn>212</ocn>
	<text class="norm">
		The structure of the resulting index would be:
	</text>
</object>
<object id="213">
	<ocn>213</ocn>
	<text class="code">	
		&#160;&#160;&#160;&#160;First term, 1,<br />&#160;&#160; &#160;&#160;&#160;&#160;Second term, 1,<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;sub-term, 1<br /><br />	
	</text>
</object>
<object id="214">
	<ocn>214</ocn>
	<text class="norm">
		If multiple sub-terms appear under one paragraph, they are separated
under the main term heading from each other by a pipe symbol.
	</text>
</object>
<object id="215">
	<ocn>215</ocn>
	<text class="code">	
		&#160;&#160;&#160;&#160;Paragraph containing main term, second term and sub-term.<br />&#160;&#160; &#160;&#160;&#160;&#160;={Main term:sub-term+1|second sub-term<br /><br />&#160;&#160; &#160;&#160;&#160;&#160;A paragraph that continues discussion of the first sub-term<br /><br />	
	</text>
</object>
<object id="216">
	<ocn>216</ocn>
	<text class="norm">
		The plus one in the example provided indicates the first sub-term spans
one additional paragraph. The logical structure of the resulting index
would be:
	</text>
</object>
<object id="217">
	<ocn>217</ocn>
	<text class="code">	
		&#160;&#160;&#160;&#160;Main term, 1,<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;sub-term, 1-3,<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;second sub-term, 1,<br /><br />	
	</text>
</object>
<object id="218">
	<ocn>218</ocn>
	<text class="h4">
		4. Composite documents markup
	</text>
</object>
<object id="219">
	<ocn>219</ocn>
	<text class="norm">
		It is possible to build a document by creating a master document that
requires other documents. The documents required may be complete
documents that could be generated independently, or they could be
markup snippets, prepared so as to be easily available to be placed
within another text. If the calling document is a master document
(built from other documents), it should be named with the suffix
<b>.ssm</b> Within this document you would provide information on the
other documents that should be included within the text. These may be
other documents that would be processed in a regular way, or markup
bits prepared only for inclusion within a master document <b>.sst</b>
regular markup file, or <b>.ssi</b> (insert/information) A secondary
file of the composite document is built prior to processing with the
same prefix and the suffix <b>._sst</b>
	</text>
</object>
<object id="220">
	<ocn>220</ocn>
	<text class="norm">
		basic markup for importing a document into a master document
	</text>
</object>
<object id="221">
	<ocn>221</ocn>
	<text class="code">	
		&#160;&#160;_&#60;_&#60; filename1.sst<br /><br />&#160;&#160; &#160;&#160;_&#60;_&#60; filename2.ssi<br /><br />	
	</text>
</object>
<object id="222">
	<ocn>222</ocn>
	<text class="norm">
		The form described above should be relied on. Within the Vim editor it
results in the text thus linked becoming hyperlinked to the document it
is calling in which is convenient for editing. Alternative markup for
importation of documents under consideration, and occasionally
supported have been.
	</text>
</object>
<object id="223">
	<ocn>223</ocn>
	<text class="code">	
		&#160;&#160;_&#60;_&#60; filename.ssi<br /><br />&#160;&#160; &#160;&#160;_&#60;_&#60;{filename.ssi}<br /><br />&#160;&#160; &#160;&#160;% using textlink alternatives<br /><br />&#160;&#160; &#160;&#160;_&#60;_&#60; |filename.ssi|@|^|<br /><br />	
	</text>
</object>
<object id="224">
	<ocn>224</ocn>
	<text class="h3">
		Markup Syntax History
	</text>
</object>
<object id="225">
	<ocn>225</ocn>
	<text class="h4">
		5. Notes related to Files-types and Markup Syntax
	</text>
</object>
<object id="226">
	<ocn>226</ocn>
	<text class="norm">
		2.0 introduced new headers and is therefore incompatible with 1.0
though otherwise the same with the addition of a couple of tags (i.e. a
superset)
	</text>
</object>
<object id="227">
	<ocn>227</ocn>
	<text class="norm">
		0.38 is substantially current for version 1.0
	</text>
</object>
<object id="228">
	<ocn>228</ocn>
	<text class="norm">
		depreciated 0.16 supported, though file names were changed at 0.37
	</text>
</object>
<object id="229">
	<ocn>229</ocn>
	<text class="norm">
		sisu --query=[sisu version [0.38] or 'history]
	</text>
</object>
<object id="230">
	<ocn>230</ocn>
	<text class="norm">
		provides a short history of changes to <b>SiSU</b> markup
	</text>
</object>
<object id="231">
	<ocn>231</ocn>
	<text class="norm">
		<b>SiSU 2.0</b> (2010-03-06:09/6) same as 1.0, apart from the changing
of headers and the addition of a monospace tag related headers now
grouped, e.g.
	</text>
</object>
<object id="232">
	<ocn>232</ocn>
	<text class="code">	
		&#160;&#160;@title: <br />&#160;&#160; &#160;&#160; :subtitle:<br /><br />&#160;&#160; &#160;&#160;@creator: <br />&#160;&#160; &#160;&#160; :author:<br />&#160;&#160; &#160;&#160; :translator:<br />&#160;&#160; &#160;&#160; :illustrator:<br /><br />&#160;&#160; &#160;&#160;@rights: <br />&#160;&#160; &#160;&#160; :text:<br />&#160;&#160; &#160;&#160; :illustrations:<br /><br />	
	</text>
</object>
<object id="233">
	<ocn>233</ocn>
	<text class="norm">
		see document markup samples, and sisu --help headers
	</text>
</object>
<object id="234">
	<ocn>234</ocn>
	<text class="norm">
		the monospace tag takes the form of a hash '#'
	</text>
</object>
<object id="235">
	<ocn>235</ocn>
	<text class="code">	
		&#160;&#160;#{ this enclosed text would be monospaced }#<br /><br />	
	</text>
</object>
<object id="236">
	<ocn>236</ocn>
	<text class="norm">
		<b>1.0</b> (2009-12-19:50/6) same as 0.69
	</text>
</object>
<object id="237">
	<ocn>237</ocn>
	<text class="norm">
		<b>0.69</b> (2008-09-16:37/2) (same as 1.0) and as previous (0.57) with
the addition of book index tags
	</text>
</object>
<object id="238">
	<ocn>238</ocn>
	<text class="code">	
		&#160;&#160;/^={.+?}$/<br /><br />	
	</text>
</object>
<object id="239">
	<ocn>239</ocn>
	<text class="norm">
		e.g. appended to a paragraph, on a new-line (without a blank line in
between) logical structure produced assuming this is the first text
"object"
	</text>
</object>
<object id="240">
	<ocn>240</ocn>
	<text class="code">	
		&#160;&#160; ={GNU/Linux community distribution:Debian+2|Fedora|Gentoo;Free Software Foundation+5}<br /><br />	
	</text>
</object>
<object id="241">
	<ocn>241</ocn>
	<text class="code">	
		&#160;&#160;Free Software Foundation, 1-6<br />&#160;&#160; &#160;&#160;GNU/Linux community distribution, 1<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;Debian, 1-3<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;Fedora, 1<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;Gentoo,<br /><br />	
	</text>
</object>
<object id="242">
	<ocn>242</ocn>
	<text class="norm">
		<b>0.66</b> (2008-02-24:07/7) same as previous, adds semantic tags,
[experimental and not-used]
	</text>
</object>
<object id="243">
	<ocn>243</ocn>
	<text class="code">	
		&#160;&#160;/[:;]{.+?}[:;][a-z+]/<br /><br />	
	</text>
</object>
<object id="244">
	<ocn>244</ocn>
	<text class="norm">
		<b>0.57</b> (2007w34/4) <b>SiSU</b> 0.57 is the same as 0.42 with the
introduction of some a shortcut to use the headers @title and @creator
in the first heading [expanded using the contents of the headers
@title: and @author:]
	</text>
</object>
<object id="245">
	<ocn>245</ocn>
	<text class="code">	
		&#160;&#160;:A~ @title by @author<br /><br />	
	</text>
</object>
<object id="246">
	<ocn>246</ocn>
	<text class="norm">
		<b>0.52</b> (2007w14/6) declared document type identifier at start of
text/document:
	</text>
</object>
<object id="247">
	<ocn>247</ocn>
	<text class="indent1">
		<b>SiSU</b> 0.52
	</text>
</object>
<object id="248">
	<ocn>248</ocn>
	<text class="norm">
		or, backward compatible using the comment marker:
	</text>
</object>
<object id="249">
	<ocn>249</ocn>
	<text class="indent1">
		% <b>SiSU</b> 0.38
	</text>
</object>
<object id="250">
	<ocn>250</ocn>
	<text class="norm">
		variations include '<b>SiSU</b> (text|master|insert) [version]' and
'sisu-[version]'
	</text>
</object>
<object id="251">
	<ocn>251</ocn>
	<text class="norm">
		<b>0.51</b> (2007w13/6) skins changed (simplified), markup unchanged
	</text>
</object>
<object id="252">
	<ocn>252</ocn>
	<text class="norm">
		<b>0.42</b> (2006w27/4) * (asterisk) type endnotes, used e.g. in
relation to author
	</text>
</object>
<object id="253">
	<ocn>253</ocn>
	<text class="norm">
		<b>SiSU</b> 0.42 is the same as 0.38 with the introduction of some
additional endnote types,
	</text>
</object>
<object id="254">
	<ocn>254</ocn>
	<text class="norm">
		Introduces some variations on endnotes, in particular the use of the
asterisk
	</text>
</object>
<object id="255">
	<ocn>255</ocn>
	<text class="code">	
		&#160;&#160;~{* for example for describing an author }~ and ~{** for describing a second author }~<br /><br />	
	</text>
</object>
<object id="256">
	<ocn>256</ocn>
	<text class="norm">
		* for example for describing an author
	</text>
</object>
<object id="257">
	<ocn>257</ocn>
	<text class="norm">
		** for describing a second author
	</text>
</object>
<object id="258">
	<ocn>258</ocn>
	<text class="norm">
		and
	</text>
</object>
<object id="259">
	<ocn>259</ocn>
	<text class="code">	
		&#160;&#160;~[* my note ]~ or ~[+ another note ]~<br /><br />	
	</text>
</object>
<object id="260">
	<ocn>260</ocn>
	<text class="norm">
		which numerically increments an asterisk and plus respectively
	</text>
</object>
<object id="261">
	<ocn>261</ocn>
	<text class="norm">
		*1 my note +1 another note
	</text>
</object>
<object id="262">
	<ocn>262</ocn>
	<text class="norm">
		<b>0.38</b> (2006w15/7) introduced new/alternative notation for
headers, e.g. @title: (instead of 0&#126;title), and accompanying
document structure markup, :A,:B,:C,1,2,3 (maps to previous
1,2,3,4,5,6)
	</text>
</object>
<object id="263">
	<ocn>263</ocn>
	<text class="norm">
		<b>SiSU</b> 0.38 introduced alternative experimental header and
heading/structure markers,
	</text>
</object>
<object id="264">
	<ocn>264</ocn>
	<text class="code">	
		&#160;&#160;@headername: and headers :A~ :B~ :C~ 1~ 2~ 3~<br /><br />	
	</text>
</object>
<object id="265">
	<ocn>265</ocn>
	<text class="norm">
		as the equivalent of:
	</text>
</object>
<object id="266">
	<ocn>266</ocn>
	<text class="code">	
		&#160;&#160;0~headername and headers 1~ 2~ 3~ 4~ 5~ 6~<br /><br />	
	</text>
</object>
<object id="267">
	<ocn>267</ocn>
	<text class="norm">
		The internal document markup of <b>SiSU</b> 0.16 remains valid and
standard Though note that <b>SiSU</b> 0.37 introduced a new file naming
convention
	</text>
</object>
<object id="268">
	<ocn>268</ocn>
	<text class="norm">
		<b>SiSU</b> has in effect two sets of levels to be considered, using
0.38 notation A-C headings/levels, pre-ordinary paragraphs
/pre-substantive text, and 1-3 headings/levels, levels which are
followed by ordinary text. This may be conceptualised as levels A,B,C,
1,2,3, and using such letter number notation, in effect: A must exist,
optional B and C may follow in sequence (not strict) 1 must exist,
optional 2 and 3 may follow in sequence i.e. there are two independent
heading level sequences A,B,C and 1,2,3 (using the 0.16 standard
notation 1,2,3 and 4,5,6) on the positive side: the 0.38 A,B,C,1,2,3
alternative makes explicit an aspect of structuring documents in
<b>SiSU</b> that is not otherwise obvious to the newcomer (though it
appears more complicated, is more in your face and likely to be
understood fairly quickly); the substantive text follows levels 1,2,3
and it is 'nice' to do most work in those levels
	</text>
</object>
<object id="269">
	<ocn>269</ocn>
	<text class="norm">
		<b>0.37</b> (2006w09/7) introduced new file naming convention, .sst
(text), .ssm (master), .ssi (insert), markup syntax unchanged
	</text>
</object>
<object id="270">
	<ocn>270</ocn>
	<text class="norm">
		<b>SiSU</b> 0.37 introduced new file naming convention, using the file
extensions .sst .ssm and .ssi to replace .s1 .s2 .s3 .r1 .r2 .r3 and
.si
	</text>
</object>
<object id="271">
	<ocn>271</ocn>
	<text class="norm">
		this is captured by the following file 'rename' instruction:
	</text>
</object>
<object id="272">
	<ocn>272</ocn>
	<text class="code">	
		&#160;&#160;rename 's/\.s[123]$/\.sst/' *.s{1,2,3}<br />&#160;&#160; &#160;&#160;rename 's/\.r[123]$/\.ssm/' *.r{1,2,3}<br />&#160;&#160; &#160;&#160;rename 's/\.si$/\.ssi/' *.si<br /><br />	
	</text>
</object>
<object id="273">
	<ocn>273</ocn>
	<text class="norm">
		The internal document markup remains unchanged, from <b>SiSU</b> 0.16
	</text>
</object>
<object id="274">
	<ocn>274</ocn>
	<text class="norm">
		<b>0.35</b> (2005w52/3) sisupod, zipped content file introduced
	</text>
</object>
<object id="275">
	<ocn>275</ocn>
	<text class="norm">
		<b>0.23</b> (2005w36/2) utf-8 for markup file
	</text>
</object>
<object id="276">
	<ocn>276</ocn>
	<text class="norm">
		<b>0.22</b> (2005w35/3) image dimensions may be omitted if rmagick is
available to be relied upon
	</text>
</object>
<object id="277">
	<ocn>277</ocn>
	<text class="norm">
		<b>0.20.4</b> (2005w33/4) header 0&#126;links
	</text>
</object>
<object id="278">
	<ocn>278</ocn>
	<text class="norm">
		<b>0.16</b> (2005w25/2) substantial changes introduced to make markup
cleaner, header 0&#126;title type, and headings [1-6]&#126; introduced,
also percentage sign (%) at start of a text line as comment marker
	</text>
</object>
<object id="279">
	<ocn>279</ocn>
	<text class="norm">
		<b>SiSU</b> 0.16 (0.15 development branch) introduced the use of
	</text>
</object>
<object id="280">
	<ocn>280</ocn>
	<text class="norm">
		the header 0&#126; and headings/structure 1&#126; 2&#126; 3&#126;
4&#126; 5&#126; 6&#126;
	</text>
</object>
<object id="281">
	<ocn>281</ocn>
	<text class="norm">
		in place of the 0.1 header, heading/structure notation
	</text>
</object>
<object id="282">
	<ocn>282</ocn>
	<text class="norm">
		<b>SiSU</b> 0.1 headers and headings structure represented by header
0{~ and headings/structure 1{ 2{ 3{ 4{~ 5{ 6{
	</text>
</object>
<object id="283">
	<ocn>283</ocn>
	<text class="norm">
		Endnotes
	</text>
</object>
<object id="284">
	<ocn>284</ocn>
	<text class="norm">
		Endnotes
	</text>
</object>
</body>
</document>

