diff options
author | Ludovic Courtès | 2008-01-30 18:27:36 +0100 |
---|---|---|
committer | Ludovic Courtès | 2008-01-30 18:27:36 +0100 |
commit | c2cacc79a95699dc20b592ce7ae7669aca752ecd (patch) | |
tree | cc198c26628b1b58640399c53551eda82114ec8d /doc/user/user.skb | |
parent | 8ecd2364d74683c2561774c5a4edc3cf255ad13d (diff) | |
download | skribilo-c2cacc79a95699dc20b592ce7ae7669aca752ecd.tar.gz skribilo-c2cacc79a95699dc20b592ce7ae7669aca752ecd.tar.lz skribilo-c2cacc79a95699dc20b592ce7ae7669aca752ecd.zip |
doc: Small improvements regarding the Emacs mode.
Diffstat (limited to 'doc/user/user.skb')
-rw-r--r-- | doc/user/user.skb | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/user/user.skb b/doc/user/user.skb index 3844df8..6447a62 100644 --- a/doc/user/user.skb +++ b/doc/user/user.skb @@ -99,6 +99,11 @@ technologies. For instance, a Skribilo document can be ,(emph to a TeX file in order to produce a high-quality printed document, and so on.]) + (p [This manual documents Skribilo version ,(skribilo-version). Since +it is based on Skribe's user manual, you might stumble upon documentation +bits that are obsolete or inaccurate in the context of Skribilo, +although work is being done to fix it.]) ;; FIXME + (section :title "Who May Use Skribilo?" :number #f (p [Anyone needing to design web pages, PostScript/PDF files or @@ -169,9 +174,6 @@ as HTML, PostScript, Info pages, etc.]))))) ;;; Engines (include "engine.skb") -;;; Emacs -(include "emacs.skb") - ;;; Compiler (include "compiler.skb") @@ -184,6 +186,9 @@ as HTML, PostScript, Info pages, etc.]))))) ;;; skribilo-config (include "skribilo-config.skb") +;;; Emacs +(include "emacs.skb") + ;;; List of examples (include "examples.skb") |