diff options
author | Ludovic Courtes | 2006-03-07 21:29:32 +0000 |
---|---|---|
committer | Ludovic Courtes | 2006-03-07 21:29:32 +0000 |
commit | a1fe0c70cf816c122d3ba640bc9abf553f076d5d (patch) | |
tree | 40c60a3c1b2ca71206a151fb173412992e22c843 /doc/user/markup.skb | |
parent | 7ddcfdf4f07723986ec519fb8b9eb965bd24ea1d (diff) | |
parent | 950293910c75c4ecd7d3ff072c428150d55d7f78 (diff) | |
download | skribilo-a1fe0c70cf816c122d3ba640bc9abf553f076d5d.tar.gz skribilo-a1fe0c70cf816c122d3ba640bc9abf553f076d5d.tar.lz skribilo-a1fe0c70cf816c122d3ba640bc9abf553f076d5d.zip |
Merge from lcourtes@laas.fr--2004-libre
Patches applied:
* lcourtes@laas.fr--2004-libre/skribilo--devel--1.2 (patch 67-69)
- Doc: undoed `patch-65'.
- Removed the global engine table.
- Inventory fix.
git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-42
Diffstat (limited to 'doc/user/markup.skb')
-rw-r--r-- | doc/user/markup.skb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/user/markup.skb b/doc/user/markup.skb index 22cbce3..272bfbe 100644 --- a/doc/user/markup.skb +++ b/doc/user/markup.skb @@ -67,9 +67,8 @@ calls are legal ,(tt "section") calls:]) ;*---------------------------------------------------------------------*/ ;* Markups */ ;*---------------------------------------------------------------------*/ -;; FIXME: Processors (used by the following files) are broken! -;;(include "document.skb") -;;(include "sectioning.skb") +(include "document.skb") +(include "sectioning.skb") (include "toc.skb") (include "ornament.skb") (include "line.skb") |