diff options
author | Ludovic Courtes | 2006-02-28 20:08:45 +0000 |
---|---|---|
committer | Ludovic Courtes | 2006-02-28 20:08:45 +0000 |
commit | 9c00c232438cb83430397080e1c810aa33da460a (patch) | |
tree | b7898ddffdc4f95de1c058b9c815aeddf7c6503c /doc/user/user.skb | |
parent | a0d8397787ffcaaec7c885542fb5e7f3de3fdc9a (diff) | |
parent | 22ad7aedd2d325150f4e54d7e8cf123fbc4a32b1 (diff) | |
download | skribilo-9c00c232438cb83430397080e1c810aa33da460a.tar.gz skribilo-9c00c232438cb83430397080e1c810aa33da460a.tar.lz skribilo-9c00c232438cb83430397080e1c810aa33da460a.zip |
Merge from lcourtes@laas.fr--2004-libre
Patches applied:
* lcourtes@laas.fr--2004-libre/skribilo--devel--1.2 (patch 55-59)
- Made `make-string-replace' faster.
- `eq': Implemented the text-based markup writers.
- `eq': Added the `:renderer' option to `eq'. Support `lout'.
- Changed the way `slide' implementations are loaded. Doc is buildable now.
- Doc: Added a chapter (stub) about the `eq' package.
git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-36
Diffstat (limited to 'doc/user/user.skb')
-rw-r--r-- | doc/user/user.skb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/user/user.skb b/doc/user/user.skb index f4f6849..fb0c8d2 100644 --- a/doc/user/user.skb +++ b/doc/user/user.skb @@ -18,6 +18,11 @@ (skribe-load "skr/api.skr") ;*---------------------------------------------------------------------*/ +;* Packages */ +;*---------------------------------------------------------------------*/ +(use-modules (skribilo package eq)) + +;*---------------------------------------------------------------------*/ ;* HTML custom */ ;*---------------------------------------------------------------------*/ ;; since we load slides (for documenting it), we have to use a @@ -117,6 +122,9 @@ as HTML, Info pages, man pages, Postscript, etc.])))) ;;; Computer programs (include "prgm.skb") +;;; Equations +(include "eq.skb") + ;;; Standard Library (include "lib.skb") |