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/latexe.skb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc/user/latexe.skb') diff --git a/doc/user/latexe.skb b/doc/user/latexe.skb index 4be0418..142731b 100644 --- a/doc/user/latexe.skb +++ b/doc/user/latexe.skb @@ -24,8 +24,7 @@ ;*---------------------------------------------------------------------*/ ;* Document */ ;*---------------------------------------------------------------------*/ -(section :title "LaTeX Engine" :file #t - (mark "latex-engine") +(section :title "LaTeX Engine" :file #t :ident "latex-engine" (index "LaTeX" :note "Engine") (p [Not surprisingly, the LaTeX engine produces ,(ref :url -- cgit v1.2.3