diff options
author | Ludovic Courtès | 2008-01-29 17:52:44 +0100 |
---|---|---|
committer | Ludovic Courtès | 2008-01-29 17:52:44 +0100 |
commit | bda408c218cad42b482981213de79e3382df87b6 (patch) | |
tree | 8c1b09217724d4edb19a3e1369355f9c73e980eb /doc/user/compiler.skb | |
parent | 54936ba52223f0e1e92c8e7aa393be904299e28a (diff) | |
download | skribilo-bda408c218cad42b482981213de79e3382df87b6.tar.gz skribilo-bda408c218cad42b482981213de79e3382df87b6.tar.lz skribilo-bda408c218cad42b482981213de79e3382df87b6.zip |
doc: Document the `outline' reader.
* doc/user/Makefile.am (EXTRA_DIST): Add `src/outline.txt' and
`loute.skb'.
* doc/user/compiler.skb: Add ref to `outline-syntax'.
* doc/user/syntax.skb: Re-structure, add `outline-syntax' section.
* doc/user/user.skb: Use `(skribilo reader)' and `(ice-9 pretty-print)'.
Diffstat (limited to 'doc/user/compiler.skb')
-rw-r--r-- | doc/user/compiler.skb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/compiler.skb b/doc/user/compiler.skb index cde4146..cde7331 100644 --- a/doc/user/compiler.skb +++ b/doc/user/compiler.skb @@ -75,8 +75,8 @@ i.e., as the format of the input file. Currently, two formats are supported: ,(tt [skribe]), which corresponds to the Skribe syntax (see ,(numref :text [Chapter] :ident "syntax")), or ,(tt [outline]), which corresponds to plain text (markup-less) following the structuring -conventions of ,(ref :text [Emacs' Outline mode] :url -"http://www.gnu.org/software/emacs/manual/html_node/emacs/Outline-Mode.html").]) +conventions of Emacs' Outline mode (see ,(numref :text [Section] :ident +"outline-syntax")).]) `(#\t "engine" ,[Use ,(tt "engine") as the engine, i.e., as the output format. For details on engines and for a list of supported engines, see ,(numref :text [Chapter] :ident "engines").]) |