aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2011-07-26 20:35:12 -0400
committerRalph Amissah <ralph@amissah.com>2011-07-26 20:35:12 -0400
commitbd65e8adf156439b93c01a89b2e6269817c883fb (patch)
tree7e00a0990fb2c2394bab026bf51d8f90971101c0 /data/doc
parentv3: po4a, indent (check for breakage) (diff)
v2 v3: sisu_manual
* sisu_commands: --qrcode -Q; update shortcut options; line-breaks use \\ * sisu_markup.sst: indent update; publisher
Diffstat (limited to 'data/doc')
-rw-r--r--data/doc/sisu/CHANGELOG_v34
-rw-r--r--data/doc/sisu/markup-samples/sisu_manual/sisu_commands.sst230
-rw-r--r--data/doc/sisu/markup-samples/sisu_manual/sisu_markup.sst29
3 files changed, 150 insertions, 113 deletions
diff --git a/data/doc/sisu/CHANGELOG_v3 b/data/doc/sisu/CHANGELOG_v3
index b10bf30d..7234637e 100644
--- a/data/doc/sisu/CHANGELOG_v3
+++ b/data/doc/sisu/CHANGELOG_v3
@@ -43,6 +43,10 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_3.0.14.orig.tar.gz
* sql db, constants, cgi-sql, structure changed, creator editor field added
+ * sisu_manual
+ * sisu_commands: --qrcode -Q; update shortcut options; line-breaks use \\
+ * sisu_markup.sst: indent update; publisher
+
* vim sisu syntax highlighting
* markers for hanging indent added
* added header for @creator: :editor:
diff --git a/data/doc/sisu/markup-samples/sisu_manual/sisu_commands.sst b/data/doc/sisu/markup-samples/sisu_manual/sisu_commands.sst
index a5f380a9..86ac41cf 100644
--- a/data/doc/sisu/markup-samples/sisu_manual/sisu_commands.sst
+++ b/data/doc/sisu/markup-samples/sisu_manual/sisu_commands.sst
@@ -1,4 +1,4 @@
-% SiSU 2.0
+% SiSU 3.0
@title: SiSU
:subtitle: Commands
@@ -57,276 +57,282 @@ SiSU is a document publishing system, that from a simple single marked-up docume
2~ Document Processing Command Flags
-!_ -a [filename/wildcard] <br>
+!_ -a [filename/wildcard] \\
produces plaintext with Unix linefeeds and without markup, (object numbers are omitted), has footnotes at end of each paragraph that contains them [ -A for equivalent dos (linefeed) output file] [see -e for endnotes]. (Options include: --endnotes for endnotes --footnotes for footnotes at the end of each paragraph --unix for unix linefeed (default) --msdos for msdos linefeed)
-!_ -b [filename/wildcard] <br>
+!_ -b [filename/wildcard] \\
see --xhtml
-!_ --color-toggle [filename/wildcard] <br>
+!_ --color-toggle [filename/wildcard] \\
screen toggle ansi screen colour on or off depending on default set (unless -c flag is used: if sisurc colour default is set to 'true', output to screen will be with colour, if sisurc colour default is set to 'false' or is undefined screen output will be without colour). Alias -c
-!_ --concordance [filename/wildcard] <br>
+!_ --concordance [filename/wildcard] \\
produces concordance (wordmap) a rudimentary index of all the words in a document. (Concordance files are not generated for documents of over 260,000 words unless this limit is increased in the file sisurc.yml). Alias -w
-!_ -C [--init-site] <br>
+!_ -C [--init-site] \\
configure/initialise shared output directory files initialize shared output directory (config files such as css and dtd files are not updated if they already exist unless modifier is used). -C --init-site configure/initialise site more extensive than -C on its own, shared output directory files/force update, existing shared output config files such as css and dtd files are updated if this modifier is used.
-!_ -CC <br>
+!_ -CC \\
configure/initialise shared output directory files initialize shared output directory (config files such as css and dtd files are not updated if they already exist unless modifier is used). The equivalent of: -C --init-site configure/initialise site, more extensive than -C on its own, shared output directory files/force update, existing shared output config files such as css and dtd files are updated if -CC is used.
-!_ -c [filename/wildcard] <br>
+!_ -c [filename/wildcard] \\
see --color-toggle
-!_ --dal [filename/wildcard/url] <br>
+!_ --dal [filename/wildcard/url] \\
assumed for most other flags, creates new intermediate files for processing (document abstraction) that is used in all subsequent processing of other output. This step is assumed for most processing flags. To skip it see -n. Alias -m
-!_ --delete [filename/wildcard] <br>
+!_ --delete [filename/wildcard] \\
see --zap
-!_ -D [instruction] [filename] <br>
+!_ -D [instruction] [filename] \\
see --pg
-!_ -d [--db-[database type (sqlite|pg)]] --[instruction] [filename] <br>
+!_ -d [--db-[database type (sqlite|pg)]] --[instruction] [filename] \\
see --sqlite
-!_ --epub [filename/wildcard] <br>
+!_ --epub [filename/wildcard] \\
produces an epub document, [sisu version >=2 ] (filename.epub). Alias -e
-!_ -e [filename/wildcard] <br>
+!_ -e [filename/wildcard] \\
see --epub
-!_ --find [optional string part of filename] <br>
+!_ --find [optional string part of filename] \\
without match string, glob all .sst .ssm files in directory (including language subdirectories). With match string, find files that match given string in directory (including language subdirectories). Alias -f, --glob, -G
-!_ -F [--webserv=webrick] <br>
+!_ -F [--webserv=webrick] \\
see --sample-search-form
-!_ -f [optional string part of filename] <br>
+!_ -f [optional string part of filename] \\
see --find
-!_ --git [filename/wildcard] <br>
+!_ --git [filename/wildcard] \\
produces or updates markup source file structure in a git repo (experimental and subject to change). Alias -g
-!_ --glob [optional string part of filename] <br>
+!_ --glob [optional string part of filename] \\
see --find
-!_ -G [optional string part of filename] <br>
+!_ -G [optional string part of filename] \\
see --find
-!_ -g [filename/wildcard] <br>
+!_ -g [filename/wildcard] \\
see --git
-!_ --harvest *.ss[tm] <br>
+!_ --harvest *.ss[tm] \\
makes two lists of sisu output based on the sisu markup documents in a directory: list of author and authors works (year and titles), and; list by topic with titles and author. Makes use of header metadata fields (author, title, date, topic_register). Can be used with maintenance (-M) and remote placement (-R) flags.
-!_ --help [topic] <br>
+!_ --help [topic] \\
provides help on the selected topic, where topics (keywords) include: list, (com)mands, short(cuts), (mod)ifiers, (env)ironment, markup, syntax, headers, headings, endnotes, tables, example, customise, skin, (dir)ectories, path, (lang)uage, db, install, setup, (conf)igure, convert, termsheet, search, sql, features, license
-!_ --html [filename/wildcard] <br>
+!_ --html [filename/wildcard] \\
produces html output, segmented text with table of contents (toc.html and index.html) and the document in a single file (scroll.html). Alias -h
-!_ -h [filename/wildcard] <br>
+!_ -h [filename/wildcard] \\
see --html
-!_ -I [filename/wildcard] <br>
+!_ -I [filename/wildcard] \\
see --texinfo
-!_ -i [filename/wildcard] <br>
+!_ -i [filename/wildcard] \\
see --manpage
-!_ --keep-processing-files [filename/wildcard/url] <br>
+!_ --keep-processing-files [filename/wildcard/url] \\
see --maintenance
-!_ -L <br>
+!_ -L \\
prints license information.
-!_ --machine [filename/wildcard/url] <br>
+!_ --machine [filename/wildcard/url] \\
see --dal (document abstraction level/layer)
-!_ --maintenance [filename/wildcard/url] <br>
+!_ --maintenance [filename/wildcard/url] \\
maintenance mode, interim processing files are preserved and their locations indicated. (also see -V). Aliases -M and --keep-processing-files
-!_ --manpage [filename/wildcard] <br>
+!_ --manpage [filename/wildcard] \\
produces man page of file, not suitable for all outputs. Alias -i
-!_ -M [filename/wildcard/url] <br>
+!_ -M [filename/wildcard/url] \\
see --maintenance
-!_ -m [filename/wildcard/url] <br>
+!_ -m [filename/wildcard/url] \\
see --dal (document abstraction level/layer)
-!_ --no-ocn <br>
+!_ --no-ocn \\
[with --html --pdf or --epub] switches off object citation numbering. Produce output without identifying numbers in margins of html or LaTeX/pdf output.
-!_ -N [filename/wildcard/url] <br>
+!_ -N [filename/wildcard/url] \\
document digest or document content certificate ( DCC ) as md5 digest tree of the document: the digest for the document, and digests for each object contained within the document (together with information on software versions that produced it) (digest.txt). -NV for verbose digest output to screen.
-!_ -n [filename/wildcard/url] <br>
+!_ -n [filename/wildcard/url] \\
skip the creation of intermediate processing files (document abstraction) if they already exist, this skips the equivalent of -m which is otherwise assumed by most processing flags.
-!_ --odf [filename/wildcard/url] <br>
+!_ --odf [filename/wildcard/url] \\
see --odt
-!_ --odt [filename/wildcard/url] <br>
+!_ --odt [filename/wildcard/url] \\
output basic document in opendocument file format (opendocument.odt). Alias -o
-!_ -o [filename/wildcard/url] <br>
+!_ -o [filename/wildcard/url] \\
see --odt
-!_ --pdf [filename/wildcard] <br>
+!_ --pdf [filename/wildcard] \\
produces LaTeX pdf (portrait.pdf & landscape.pdf). Default paper size is set in config file, or document header, or provided with additional command line parameter, e.g. --papersize-a4 preset sizes include: 'A4', U.S. 'letter' and 'legal' and book sizes 'A5' and 'B5' (system defaults to A4). Alias -p
-!_ --pg [instruction] [filename] <br>
+!_ --pg [instruction] [filename] \\
database postgresql ( --pgsql may be used instead) possible instructions, include: --createdb; --create; --dropall; --import [filename]; --update [filename]; --remove [filename]; see database section below. Alias -D
-!_ --po [language_directory/filename language_directory] <br>
+!_ --po [language_directory/filename language_directory] \\
see --po4a
-!_ --po4a [language_directory/filename language_directory] <br>
+!_ --po4a [language_directory/filename language_directory] \\
produces .pot and po files for the file in the languages specified by the language directory. SiSU markup is placed in subdirectories named with the language code, e.g. en/ fr/ es/. The sisu config file must set the output directory structure to multilingual. v3, experimental
-!_ -P [language_directory/filename language_directory] <br>
+!_ -P [language_directory/filename language_directory] \\
see --po4a
-!_ -p [filename/wildcard] <br>
+!_ -p [filename/wildcard] \\
see --pdf
-!_ --quiet [filename/wildcard] <br>
+!_ --qrcode [filename/wildcard] \\
+generate QR code image of metadata (used in manifest). v3 only.
+
+!_ --quiet [filename/wildcard] \\
quiet less output to screen.
-!_ -q [filename/wildcard] <br>
+!_ -Q [filename/wildcard] \\
+see --qrcode
+
+!_ -q [filename/wildcard] \\
see --quiet
-!_ --rsync [filename/wildcard] <br>
+!_ --rsync [filename/wildcard] \\
copies sisu output files to remote host using rsync. This requires that sisurc.yml has been provided with information on hostname and username, and that you have your "keys" and ssh agent in place. Note the behavior of rsync different if -R is used with other flags from if used alone. Alone the rsync --delete parameter is sent, useful for cleaning the remote directory (when -R is used together with other flags, it is not). Also see --scp. Alias -R
-!_ -R [filename/wildcard] <br>
+!_ -R [filename/wildcard] \\
see --rsync
-!_ -r [filename/wildcard] <br>
+!_ -r [filename/wildcard] \\
see --scp
-!_ --sample-search-form [--webserv=webrick] <br>
+!_ --sample-search-form [--webserv=webrick] \\
generate examples of (naive) cgi search form for sqlite and pgsql depends on your already having used sisu to populate an sqlite and/or pgsql database, (the sqlite version scans the output directories for existing sisu_sqlite databases, so it is first necessary to create them, before generating the search form) see -d -D and the database section below. If the optional parameter --webserv=webrick is passed, the cgi examples created will be set up to use the default port set for use by the webrick server, (otherwise the port is left blank and the system setting used, usually 80). The samples are dumped in the present work directory which must be writable, (with screen instructions given that they be copied to the cgi-bin directory). Alias -F
-!_ --scp [filename/wildcard] <br>
+!_ --scp [filename/wildcard] \\
copies sisu output files to remote host using scp. This requires that sisurc.yml has been provided with information on hostname and username, and that you have your "keys" and ssh agent in place. Also see --rsync. Alias -r
-!_ --sqlite --[instruction] [filename] <br>
+!_ --sqlite --[instruction] [filename] \\
database type default set to sqlite, (for which --sqlite may be used instead) or to specify another database --db-[pgsql, sqlite] (however see -D) possible instructions include: --createdb; --create; --dropall; --import [filename]; --update [filename]; --remove [filename]; see database section below. Alias -d
-!_ --sisupod <br>
+!_ --sisupod \\
produces a sisupod a zipped sisu directory of markup files including sisu markup source files and the directories local configuration file, images and skins. Note: this only includes the configuration files or skins contained in ./_sisu not those in ~/.sisu -S [filename/wildcard] option. Note: (this option is tested only with zsh). Alias -S
-!_ --sisupod [filename/wildcard] <br>
+!_ --sisupod [filename/wildcard] \\
produces a zipped file of the prepared document specified along with associated images, by default named sisupod.zip they may alternatively be named with the filename extension .ssp This provides a quick way of gathering the relevant parts of a sisu document which can then for example be emailed. A sisupod includes sisu markup source file, (along with associated documents if a master file, or available in multilingual versions), together with related images and skin. SiSU commands can be run directly against a sisupod contained in a local directory, or provided as a url on a remote site. As there is a security issue with skins provided by other users, they are not applied unless the flag --trust or --trusted is added to the command instruction, it is recommended that file that are not your own are treated as untrusted. The directory structure of the unzipped file is understood by sisu, and sisu commands can be run within it. Note: if you wish to send multiple files, it quickly becomes more space efficient to zip the sisu markup directory, rather than the individual files for sending). See the -S option without [filename/wildcard]. Alias -S
-!_ --source [filename/wildcard] <br>
+!_ --source [filename/wildcard] \\
copies sisu markup file to output directory. Alias -s
-!_ -S <br>
+!_ -S \\
see --sisupod
-!_ -S [filename/wildcard] <br>
+!_ -S [filename/wildcard] \\
see --sisupod
-!_ -s [filename/wildcard] <br>
+!_ -s [filename/wildcard] \\
see --source
-!_ --texinfo [filename/wildcard] <br>
+!_ --texinfo [filename/wildcard] \\
produces texinfo and info file, (view with pinfo). Alias -I
-!_ --txt [filename/wildcard] <br>
+!_ --txt [filename/wildcard] \\
produces plaintext with Unix linefeeds and without markup, (object numbers are omitted), has footnotes at end of each paragraph that contains them [ -A for equivalent dos (linefeed) output file] [see -e for endnotes]. (Options include: --endnotes for endnotes --footnotes for footnotes at the end of each paragraph --unix for unix linefeed (default) --msdos for msdos linefeed). Alias -t
-!_ -T [filename/wildcard (*.termsheet.rb)] <br>
+!_ -T [filename/wildcard (*.termsheet.rb)] \\
standard form document builder, preprocessing feature
-!_ -t [filename/wildcard] <br>
+!_ -t [filename/wildcard] \\
see --txt
-!_ --urls [filename/wildcard] <br>
+!_ --urls [filename/wildcard] \\
prints url output list/map for the available processing flags options and resulting files that could be requested, (can be used to get a list of processing options in relation to a file, together with information on the output that would be produced), -u provides url output mapping for those flags requested for processing. The default assumes sisu_webrick is running and provides webrick url mappings where appropriate, but these can be switched to file system paths in sisurc.yml. Alias -U
-!_ -U [filename/wildcard] <br>
+!_ -U [filename/wildcard] \\
see --urls
-!_ -u [filename/wildcard] <br>
+!_ -u [filename/wildcard] \\
provides url mapping of output files for the flags requested for processing, also see -U
-!_ --v2 [filename/wildcard] <br>
+!_ --v2 [filename/wildcard] \\
invokes the sisu v2 document parser/generator. This is the default and is normally omitted.
-!_ --v3 [filename/wildcard] <br>
+!_ --v3 [filename/wildcard] \\
invokes the sisu v3 document parser/generator. Currently under development and incomplete, v3 requires >= ruby1.9.2p180. You may run sisu3 instead.
-!_ --verbose [filename/wildcard] <br>
+!_ --verbose [filename/wildcard] \\
provides verbose output of what is being generated, where output is placed (and error messages if any), as with -u flag provides a url mapping of files created for each of the processing flag requests. Alias -v
-!_ -V <br>
+!_ -V \\
on its own, provides SiSU version and environment information (sisu --help env)
-!_ -V [filename/wildcard] <br>
+!_ -V [filename/wildcard] \\
even more verbose than the -v flag.
-!_ -v <br>
+!_ -v \\
on its own, provides SiSU version information
-!_ -v [filename/wildcard] <br>
+!_ -v [filename/wildcard] \\
see --verbose
-!_ --webrick <br>
+!_ --webrick \\
starts ruby's webrick webserver points at sisu output directories, the default port is set to 8081 and can be changed in the resource configuration files. [tip: the webrick server requires link suffixes, so html output should be created using the -h option rather than -H ; also, note -F webrick ]. Alias -W
-!_ -W <br>
+!_ -W \\
see --webrick
-!_ --wordmap [filename/wildcard] <br>
+!_ --wordmap [filename/wildcard] \\
see --concordance
-!_ -w [filename/wildcard] <br>
+!_ -w [filename/wildcard] \\
see --concordance
-!_ --xhtml [filename/wildcard] <br>
+!_ --xhtml [filename/wildcard] \\
produces xhtml/XML output for browser viewing (sax parsing). Alias -b
-!_ --xml-dom [filename/wildcard] <br>
+!_ --xml-dom [filename/wildcard] \\
produces XML output with deep document structure, in the nature of dom. Alias -X
-!_ --xml-sax [filename/wildcard] <br>
+!_ --xml-sax [filename/wildcard] \\
produces XML output shallow structure (sax parsing). Alias -x
-!_ -X [filename/wildcard] <br>
+!_ -X [filename/wildcard] \\
see --xml-dom
-!_ -x [filename/wildcard] <br>
+!_ -x [filename/wildcard] \\
see --xml-sax
-!_ -Y [filename/wildcard] <br>
+!_ -Y [filename/wildcard] \\
produces a short sitemap entry for the document, based on html output and the sisu_manifest. --sitemaps generates/updates the sitemap index of existing sitemaps. (Experimental, [g,y,m announcement this week])
-!_ -y [filename/wildcard] <br>
+!_ -y [filename/wildcard] \\
produces an html summary of output generated (hyperlinked to content) and document specific metadata (sisu_manifest.html). This step is assumed for most processing flags.
-!_ --zap [filename/wildcard] <br>
+!_ --zap [filename/wildcard] \\
Zap, if used with other processing flags deletes output files of the type about to be processed, prior to processing. If -Z is used as the lone processing related flag (or in conjunction with a combination of -[mMvVq]), will remove the related document output directory. Alias -Z
-!_ -Z [filename/wildcard] <br>
+!_ -Z [filename/wildcard] \\
see --zap
1~command_modifiers command line modifiers
-!_ --no-ocn <br>
+!_ --no-ocn \\
[with --html --pdf or --epub] switches off object citation numbering. Produce output without identifying numbers in margins of html or LaTeX/pdf output.
-!_ --no-annotate <br>
+!_ --no-annotate \\
strips output text of editor endnotes~[* square brackets ]~ denoted by asterisk or dagger/plus sign
-!_ --no-asterisk <br>
+!_ --no-asterisk \\
strips output text of editor endnotes~[* square brackets ]~ denoted by asterisk sign
-!_ --no-dagger <br>
+!_ --no-dagger \\
strips output text of editor endnotes~[+ square brackets ]~ denoted by dagger/plus sign
1~commands_database database commands
@@ -335,50 +341,50 @@ dbi - database interface
-D or --pgsql set for postgresql -d or --sqlite default set for sqlite -d is modifiable with --db=[database type (pgsql or sqlite)]
-!_ --pg -v --createall <br>
+!_ --pg -v --createall \\
initial step, creates required relations (tables, indexes) in existing postgresql database (a database should be created manually and given the same name as working directory, as requested) (rb.dbi) [ -dv --createall sqlite equivalent] it may be necessary to run sisu -Dv --createdb initially NOTE: at the present time for postgresql it may be necessary to manually create the database. The command would be 'createdb [database name]' where database name would be SiSU_[present working directory name (without path)]. Please use only alphanumerics and underscores.
-!_ --pg -v --import <br>
+!_ --pg -v --import \\
[filename/wildcard] imports data specified to postgresql db (rb.dbi) [ -dv --import sqlite equivalent]
-!_ --pg -v --update <br>
+!_ --pg -v --update \\
[filename/wildcard] updates/imports specified data to postgresql db (rb.dbi) [ -dv --update sqlite equivalent]
-!_ --pg --remove <br>
+!_ --pg --remove \\
[filename/wildcard] removes specified data to postgresql db (rb.dbi) [ -d --remove sqlite equivalent]
-!_ --pg --dropall <br>
+!_ --pg --dropall \\
kills data" and drops (postgresql or sqlite) db, tables & indexes [ -d --dropall sqlite equivalent]
The -v is for verbose output.
1~command_shorcuts Shortcuts, Shorthand for multiple flags
-!_ --update [filename/wildcard] <br>
+!_ --update [filename/wildcard] \\
Checks existing file output and runs the flags required to update this output. This means that if only html and pdf output was requested on previous runs, only the -hp files will be applied, and only these will be generated this time, together with the summary. This can be very convenient, if you offer different outputs of different files, and just want to do the same again.
-!_ -0 to -5 [filename or wildcard] <br>
-Default shorthand mappings (note that the defaults can be changed/configured in the sisurc.yml file):
+!_ -0 to -5 [filename or wildcard] \\
+Default shorthand mappings (for v3, note that the defaults can be changed/configured in the sisurc.yml file):
-!_ -0 <br>
--mNhwpAobxXyYv [this is the default action run when no options are give, i.e. on 'sisu [filename]']
+!_ -0 \\
+-NQhewpotbxXyYv [this is the default action run when no options are give, i.e. on 'sisu [filename]']
-!_ -1 <br>
--mhewpy
+!_ -1 \\
+-Qhewpoty
-!_ -2 <br>
--mhewpaoy
+!_ -2 \\
+-NQhewpotbxXy
-!_ -3 <br>
--mhewpAobxXyY
+!_ -3 \\
+-NQhewpotbxXyY
-!_ -4 <br>
--mhewpAobxXDyY --import
+!_ -4 \\
+-NQhewpotbxXDyY --update
-!_ -5 <br>
--mhewpAobxXDyY --update
+!_ -5 \\
+-NQhewpotbxXDyYv --update
-add -v for verbose mode and -c for color, e.g. sisu -2vc [filename or wildcard]
+add -v for verbose mode and -c to toggle color state, e.g. sisu -2vc [filename or wildcard]
consider -u for appended url info or -v for verbose output
diff --git a/data/doc/sisu/markup-samples/sisu_manual/sisu_markup.sst b/data/doc/sisu/markup-samples/sisu_manual/sisu_markup.sst
index a246d160..735f00ea 100644
--- a/data/doc/sisu/markup-samples/sisu_manual/sisu_markup.sst
+++ b/data/doc/sisu/markup-samples/sisu_manual/sisu_markup.sst
@@ -123,7 +123,10 @@ code{
@title: SiSU
:subtitle: Manual
-@creator: :author: Amissah, Ralph
+@creator:
+ :author: Amissah, Ralph
+
+@publisher: [publisher name]
@rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3
@@ -440,6 +443,30 @@ _# numbered list numbered list indented a., b., c., d., etc.
}code
+2~ Hanging Indents
+
+!_ markup example:
+
+code{
+
+_0_1 first line no indent,
+rest of paragraph indented one step
+
+_1_0 first line indented,
+rest of paragraph no indent
+
+in each case level may be 0-9
+
+}code
+
+!_ resulting output:
+
+_0_1 first line no indent, rest of paragraph indented one step
+
+_1_0 first line indented, rest of paragraph no indent
+
+in each case level may be 0-9
+
2~ Footnotes / Endnotes
Footnotes and endnotes are marked up at the location where they would be indicated within a text. They are automatically numbered. The output type determines whether footnotes or endnotes will be produced