diff options
author | Ludovic Courtès | 2012-05-23 23:39:09 +0200 |
---|---|---|
committer | Ludovic Courtès | 2012-05-23 23:39:09 +0200 |
commit | 1b2f2d42bd9151453f2b10a34aff3fbfc28d5223 (patch) | |
tree | c94f41257e037a7515da699d1253c923da87706e /doc/user/loute.skb | |
parent | 870a700f68208de3e71a4eb1abae67828f290399 (diff) | |
download | skribilo-1b2f2d42bd9151453f2b10a34aff3fbfc28d5223.tar.gz skribilo-1b2f2d42bd9151453f2b10a34aff3fbfc28d5223.tar.lz skribilo-1b2f2d42bd9151453f2b10a34aff3fbfc28d5223.zip |
doc: Give engine sections an ident and remove the mark with that ident.
* doc/modules/skribilo/documentation/api.scm (doc-markup): Refer to
engines by `ident' instead of by `mark'.
* doc/user/compiler.skb, doc/user/engine.skb, doc/user/links.skb,
doc/user/package.skb, doc/user/sectioning.skb: Update references
accordingly.
* doc/user/contexte.skb, doc/user/htmle.skb, doc/user/infoe.skb,
doc/user/latexe.skb, doc/user/loute.skb, doc/user/xmle.skb: Give
sections an ident, and remove the mark.
Diffstat (limited to 'doc/user/loute.skb')
-rw-r--r-- | doc/user/loute.skb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/user/loute.skb b/doc/user/loute.skb index 4015837..d26b0ed 100644 --- a/doc/user/loute.skb +++ b/doc/user/loute.skb @@ -20,9 +20,7 @@ ;;; along with Skribilo. If not, see <http://www.gnu.org/licenses/>. -(section :title "Lout Engine" :file #t - - (mark "lout-engine") +(section :title "Lout Engine" :file #t :ident "lout-engine" (index "Lout" :note "Engine") (p [The Lout engine produces documents for the ,(ref :text [Lout @@ -35,7 +33,7 @@ compared to typical LaTeX installations, consuming less than 10,(~)MiB of disk space.]) (p [Skribilo's Lout engine provides lots of customization -opportunities (currently more than the ,(ref :mark "latex-engine" :text +opportunities (currently more than the ,(ref :ident "latex-engine" :text [LaTeX engine])), which are shown below. It also enhances Lout by adding new features: PDF bookmarks, high-level interface to the use of dropped capitals, improved paragraph indentation, etc.]) |