diff options
author | Ludovic Courtès | 2008-04-23 22:36:17 +0200 |
---|---|---|
committer | Ludovic Courtès | 2008-04-23 22:36:17 +0200 |
commit | 2ade002c5af3103012a7f21812526b607bb9d90f (patch) | |
tree | c92cfd202ba902d87eef4489a90a2e3fe1718f91 /doc | |
parent | 5add78aba082524aee7350432f9ac0c0e983b33d (diff) | |
download | skribilo-2ade002c5af3103012a7f21812526b607bb9d90f.tar.gz skribilo-2ade002c5af3103012a7f21812526b607bb9d90f.tar.lz skribilo-2ade002c5af3103012a7f21812526b607bb9d90f.zip |
Update web site, with SUI refs to the user manual.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/eq.skb | 4 | ||||
-rw-r--r-- | doc/user/prgm.skb | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/user/eq.skb b/doc/user/eq.skb index ff46b5c..8a49a42 100644 --- a/doc/user/eq.skb +++ b/doc/user/eq.skb @@ -1,6 +1,6 @@ ;;; eq.skb -- Equation formatting. ;;; -;;; Copyright 2006, 2007 Ludovic Courtès <ludovic.courtes@laas.fr> +;;; Copyright 2006, 2007, 2008 Ludovic Courtès <ludo@gnu.org> ;;; ;;; ;;; This program is free software; you can redistribute it and/or modify @@ -20,7 +20,7 @@ ;;; FIXME: This is a stub and must be completed! -(chapter :title [Equation Formatting] +(chapter :title [Equation Formatting] :ident "equations" (p [Skribilo comes with an equation formatting package. This package may be loaded by adding the following form at the top of your document:] diff --git a/doc/user/prgm.skb b/doc/user/prgm.skb index 5c681f8..1ad8814 100644 --- a/doc/user/prgm.skb +++ b/doc/user/prgm.skb @@ -31,6 +31,7 @@ ;* Computer programs */ ;*---------------------------------------------------------------------*/ (chapter :title "Computer Programs" + :ident "programs" (p [In a document describing a computer programming language, it is common to include excerpt of programs. Program code is typically |