From bda408c218cad42b482981213de79e3382df87b6 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 29 Jan 2008 17:52:44 +0100 Subject: 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)'. --- doc/user/src/outline.txt | 59 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 doc/user/src/outline.txt (limited to 'doc/user/src/outline.txt') diff --git a/doc/user/src/outline.txt b/doc/user/src/outline.txt new file mode 100644 index 0000000..a89a2d0 --- /dev/null +++ b/doc/user/src/outline.txt @@ -0,0 +1,59 @@ +-*- mode: outline; coding: latin-1; -*- + +Title: Demonstrating Skribilo's Outline Syntax +Author: Ludovic Courtès +Keywords: Skribilo outline Emacs + +This document aims to *demonstrate* +[[http://skribilo.nongnu.org/][Skribilo]]'s outline syntax. + + +* The First Chapter + +The first chapter contains a couple of sections. +They look as though they had been introduced with +the `section' markup of the Skribe syntax. + +** The First Section + +This section is pretty much empty. + +** The Second Section + +This section introduces lists. + +*** Bullet Lists + +This section contains a wonderful `itemize'-style bullet list: + + - the first item; + + - the second item; + + - the last one, which spans + two lines of text. + + +And that's it. Note that list items had to be +separated by empty lines. + +*** Enumerations + +This section shows an `enumerate'-style list: + + 1. The first item; + + 2. The second one; + + 3. The last one. + + +Note that list items are numbered this time. + + +* The Second Chapter + +The second chapter does _not_ add anything useful. + +Text like this that starts after an empty line is +put into a new paragraph. -- cgit v1.2.3