diff options
author | Ludovic Courtes | 2006-03-07 21:25:37 +0000 |
---|---|---|
committer | Ludovic Courtes | 2006-03-07 21:25:37 +0000 |
commit | fc4718ee543e56a2da5271ced8be371b22b70322 (patch) | |
tree | d0dd8b413baeb3d817b75c361991cf6aca964eb3 /doc/user/src | |
parent | bc9090d69ebe3c2612efd830b859d4c1c896aae0 (diff) | |
parent | fa0b07b863a029896688805f411fc7e361f837f0 (diff) | |
download | skribilo-fc4718ee543e56a2da5271ced8be371b22b70322.tar.gz skribilo-fc4718ee543e56a2da5271ced8be371b22b70322.tar.lz skribilo-fc4718ee543e56a2da5271ced8be371b22b70322.zip |
Merge from lcourtes@laas.fr--2004-libre
Patches applied:
* lcourtes@laas.fr--2004-libre/skribilo--devel--1.2 (patch 60-62)
- Slightly optimized the resolution process (added `ast-resolved?').
- Various fixes in the documentation code.
- Lout engine: use `push-default-engine' and `pop-default-engine'.
git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-38
Diffstat (limited to 'doc/user/src')
-rw-r--r-- | doc/user/src/api2.skb | 2 | ||||
-rw-r--r-- | doc/user/src/bib1.sbib | 2 |
2 files changed, 3 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"))) diff --git a/doc/user/src/bib1.sbib b/doc/user/src/bib1.sbib index 3f1c04f..6afff71 100644 --- a/doc/user/src/bib1.sbib +++ b/doc/user/src/bib1.sbib @@ -12,6 +12,8 @@ (year "1991")) (misc bigloo + (author "Manuel Serrano") + (year "2006") (url "http://www.inria.fr/mimosa/fp/Bigloo")) (misc scheme:r4rs |