diff options
author | Ludovic Court`es | 2006-02-27 17:07:32 +0000 |
---|---|---|
committer | Ludovic Court`es | 2006-02-27 17:07:32 +0000 |
commit | 22ad7aedd2d325150f4e54d7e8cf123fbc4a32b1 (patch) | |
tree | 2c74663b2b8c527626ce48ff5d12705cf5b952a3 /doc/user/user.skb | |
parent | 6c57bbe42b5cfa694b3336ad4e5b5ba8b8ca2d5d (diff) | |
download | skribilo-22ad7aedd2d325150f4e54d7e8cf123fbc4a32b1.tar.gz skribilo-22ad7aedd2d325150f4e54d7e8cf123fbc4a32b1.tar.lz skribilo-22ad7aedd2d325150f4e54d7e8cf123fbc4a32b1.zip |
Doc: Added a chapter (stub) about the `eq' package.
* doc/user/user.skb: Use `(skribilo package eq)'.
Include `eq.skb'.
git-archimport-id: lcourtes@laas.fr--2004-libre/skribilo--devel--1.2--patch-59
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") |