aboutsummaryrefslogtreecommitdiff
path: root/doc/user/src
diff options
context:
space:
mode:
authorLudovic Courtes2006-02-28 20:08:45 +0000
committerLudovic Courtes2006-02-28 20:08:45 +0000
commit9c00c232438cb83430397080e1c810aa33da460a (patch)
treeb7898ddffdc4f95de1c058b9c815aeddf7c6503c /doc/user/src
parenta0d8397787ffcaaec7c885542fb5e7f3de3fdc9a (diff)
parent22ad7aedd2d325150f4e54d7e8cf123fbc4a32b1 (diff)
downloadskribilo-9c00c232438cb83430397080e1c810aa33da460a.tar.gz
skribilo-9c00c232438cb83430397080e1c810aa33da460a.tar.lz
skribilo-9c00c232438cb83430397080e1c810aa33da460a.zip
Merge from lcourtes@laas.fr--2004-libre
Patches applied: * lcourtes@laas.fr--2004-libre/skribilo--devel--1.2 (patch 55-59) - Made `make-string-replace' faster. - `eq': Implemented the text-based markup writers. - `eq': Added the `:renderer' option to `eq'. Support `lout'. - Changed the way `slide' implementations are loaded. Doc is buildable now. - Doc: Added a chapter (stub) about the `eq' package. git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-36
Diffstat (limited to 'doc/user/src')
-rw-r--r--doc/user/src/eq1.skb6
-rw-r--r--doc/user/src/eq2.skb3
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/user/src/eq1.skb b/doc/user/src/eq1.skb
new file mode 100644
index 0000000..bbd0742
--- /dev/null
+++ b/doc/user/src/eq1.skb
@@ -0,0 +1,6 @@
+;; The golden ratio, phi.
+(eq (eq:= (symbol "phi")
+ (eq:/ (eq:+ 1 (eq:sqrt 5))
+ 2)))
+
+
diff --git a/doc/user/src/eq2.skb b/doc/user/src/eq2.skb
new file mode 100644
index 0000000..199fd7d
--- /dev/null
+++ b/doc/user/src/eq2.skb
@@ -0,0 +1,3 @@
+;; The golden ratio, phi.
+(eq '(= phi (/ (+ 1 (sqrt 5)) 2)))
+