From d43ab320c8c711aef6417d33a33d0b3d2058f690 Mon Sep 17 00:00:00 2001 From: Ludovic Courtes Date: Sun, 19 Mar 2006 20:08:40 +0000 Subject: Various documentation fixes + completed the doc automake stuff. * doc/user/Makefile.am (%.html): Added `-P ../img'. (%.lout): Likewise. (SUBDIRS): New. * doc/user/char.skb (Some characters): Use the Lout-specific example for `!' when relevant. * doc/user/figure.skb (The figure markup): Avoid using `example-produce'. * doc/user/slide.skb (dummy-slide-set-output): New. (dummy-slide-output): New. (dummy-slide-vspace-output): New. (dummy-slide-embed-output): New. (Example of Skribilo Slides): Use a processor, as in `document.skb', in order to use the dummy output functions. git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-50 --- doc/user/user.skb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'doc/user/user.skb') diff --git a/doc/user/user.skb b/doc/user/user.skb index 1403e71..f6a25ef 100644 --- a/doc/user/user.skb +++ b/doc/user/user.skb @@ -30,6 +30,12 @@ (let ((he (find-engine 'html))) (engine-custom-set! he 'body-width 100.)) +;*---------------------------------------------------------------------*/ +;* Lout custom */ +;*---------------------------------------------------------------------*/ +(let ((le (find-engine 'lout))) + (engine-custom-set! le 'document-type 'doc)) + ;*---------------------------------------------------------------------*/ ;* The various indexes */ ;*---------------------------------------------------------------------*/ @@ -155,7 +161,7 @@ as HTML, Info pages, man pages, Postscript, etc.])))) (begin (chapter :title "Table of contents" (toc :chapter #t :section #t :subsection #t)) - (section :title "Index" :number #f :ident "Index" + (chapter :title "Index" :number #f :ident "Index" (mark "global index") (the-index :column (if (engine-format? "latex") 2 3) *markup-index* *custom-index* *function-index* *package-index* -- cgit v1.2.3