diff options
author | Ludovic Court`es | 2006-03-01 17:25:24 +0000 |
---|---|---|
committer | Ludovic Court`es | 2006-03-01 17:25:24 +0000 |
commit | b09b035d86267aa363430f5ff8b5900b37c15ea8 (patch) | |
tree | 281c2673ac05ad857e80c9aa9a1219148a3c5911 /doc/user/src/api2.skb | |
parent | 81050ef1358acd03630f3d7a4e9245f5d82084b6 (diff) | |
download | skribilo-b09b035d86267aa363430f5ff8b5900b37c15ea8.tar.gz skribilo-b09b035d86267aa363430f5ff8b5900b37c15ea8.tar.lz skribilo-b09b035d86267aa363430f5ff8b5900b37c15ea8.zip |
Various fixes in the documentation code.
* doc/skr/manual.skr: Fixed uses of `format'.
* doc/user/document.skb (dummy-document-output): Fixed handling of
non-list author.
* doc/user/src/api2.skb: Fixed the title. ;-)
* doc/user/src/bib1.sbib (bigloo): Added a year and author as expected by
`bib5.skb'.
* doc/user/user.skb (Introduction): Explicitly added `:file #f'.
git-archimport-id: lcourtes@laas.fr--2004-libre/skribilo--devel--1.2--patch-61
Diffstat (limited to 'doc/user/src/api2.skb')
-rw-r--r-- | doc/user/src/api2.skb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/src/api2.skb b/doc/user/src/api2.skb index 2c20965..4a89705 100644 --- a/doc/user/src/api2.skb +++ b/doc/user/src/api2.skb @@ -1,4 +1,4 @@ -(document :title "This is a Scribe document" +(document :title "This is a Skribilo document" :author (list (author :name "Foo" :email (mailto "foo@nowhere.org")) (author :name "Bar" :email (mailto "bar@anywhere.org")) (author :name "Gee" :email (mailto "gee@nowhere.org"))) |