From 54ae61cd32d6580791aff55bfce96386fdff9550 Mon Sep 17 00:00:00 2001
From: Ludovic Courtès
Date: Sat, 1 Dec 2007 16:01:58 +0100
Subject: doc: Improve building using the Lout engine, with a `book' style.

* doc/modules/skribilo/documentation/api.scm (doc-engine): Use
  `ctrtable' instead of `table'.

* doc/modules/skribilo/documentation/manual.scm: Add customs for the
  `lout' engine.
  (ctrtable): New.
  (prgm): Don't center frames in Lout.

* doc/user/Makefile.am (EXTRA_DIST): Add `lout/book-style.lout'.
  (%.ps): Add "-r4 -I$(srcdir)/lout".

* doc/user/char.skb: Use `ctrtable' instead of `(center (table...' for
  the list of chars.

* doc/user/markup.skb: Add emacsology.

* doc/user/package.skb: Don't show the sample code with non-HTML
  engines.

* doc/user/src/html-navtabs.skb: Fix typo.

* doc/user/user.skb: Don't produce out-of-chapter text in Lout.
---
 doc/user/src/html-navtabs.skb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'doc/user/src')

diff --git a/doc/user/src/html-navtabs.skb b/doc/user/src/html-navtabs.skb
index 27701d4..35dba0d 100644
--- a/doc/user/src/html-navtabs.skb
+++ b/doc/user/src/html-navtabs.skb
@@ -104,7 +104,7 @@
 ;*---------------------------------------------------------------------*/
 (document :title title :html-title "html-navtabs"
    :html-tabs-bar 
-   (table (tr (td :align 'right "a two-lines table"))
+   (table (tr (td :align 'right "a two-line table"))
       (tr (td :align 'right "yep")))
    
    (section :title "Foo" :number #f (p [The in-line foo section]))
-- 
cgit v1.2.3