From ab3703c8a4bdb6fe089495272ee2141bb7d96252 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 25 Jan 2008 18:09:12 +0100 Subject: doc: Document the Lout engine. * doc/modules/skribilo/documentation/env.scm (*api-engines*): Add `lout'. * doc/user/engine.skb: Include `loute.skb'. * doc/user/slide.skb (Slide Package): Add `:ident'. --- doc/modules/skribilo/documentation/env.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/modules') diff --git a/doc/modules/skribilo/documentation/env.scm b/doc/modules/skribilo/documentation/env.scm index 6e31afa..7e481af 100644 --- a/doc/modules/skribilo/documentation/env.scm +++ b/doc/modules/skribilo/documentation/env.scm @@ -1,6 +1,6 @@ ;;; env.scm -- The environment variables for the documentation. ;;; -;;; Copyright 2005, 2006, 2007 Ludovic Courtès +;;; Copyright 2005, 2006, 2007, 2008 Ludovic Courtès ;;; Copyright 2003, 2004 Manuel Serrano ;;; ;;; @@ -47,4 +47,4 @@ (define-public *disp-color* "#ccffcc") (define-public *header-color* "#cccccc") -(define-public *api-engines* (map find-engine '(html latex xml))) +(define-public *api-engines* (map find-engine '(html lout latex xml))) -- cgit v1.2.3