From 1b2f2d42bd9151453f2b10a34aff3fbfc28d5223 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 23 May 2012 23:39:09 +0200 Subject: 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. --- doc/user/loute.skb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'doc/user/loute.skb') 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 . -(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.]) -- cgit v1.2.3