aboutsummaryrefslogtreecommitdiff
path: root/doc/user
diff options
context:
space:
mode:
authorLudovic Courtès2009-05-27 22:23:57 +0200
committerLudovic Courtès2009-05-27 22:23:57 +0200
commit25121da227b418455f16f1fa491866b9e7332e0e (patch)
tree3fdbecae57b7972527d01043a303f36bb71d375a /doc/user
parent0c3e59a00b749e4b334bed984a72a68c9a3f8c46 (diff)
downloadskribilo-25121da227b418455f16f1fa491866b9e7332e0e.tar.gz
skribilo-25121da227b418455f16f1fa491866b9e7332e0e.tar.lz
skribilo-25121da227b418455f16f1fa491866b9e7332e0e.zip
doc: Fix `eq' markup documentation.
* doc/user/eq.skb (Summary): Unquote Sk-expressions.
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/eq.skb12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/user/eq.skb b/doc/user/eq.skb
index 290a048..8767882 100644
--- a/doc/user/eq.skb
+++ b/doc/user/eq.skb
@@ -91,28 +91,28 @@ particular operator. ]
are summarized here:])
(doc-markup 'eq
- `((:inline? [If ,(code [auto]), Skribilo will
+ `((:inline? ,[If ,(code [auto]), Skribilo will
automatically determine whether the equation is to be "in-line".
Otherwise, it should be a boolean indicating whether the equation is to
appear "in-line", i.e., within a paragraph. If the engine supports it,
it may adjust various parameters such as in-equation spacing
accordingly.])
- (:number [If true, then a number is automatically
+ (:number ,[If true, then a number is automatically
assigned to the equation and displayed. If it is a string, then that
string is used as the equation's number. If ,(code [#f]), then the
equation is left unnumbered. Note that this option is only taken into
account for displayed equations.])
- (:renderer [The engine that should be used to render
+ (:renderer ,[The engine that should be used to render
the equation. This allows, for instance, to use the Lout engine to
render equations in HTML.])
- (:mul-style [A symbol denoting the default style for
+ (:mul-style ,[A symbol denoting the default style for
multiplications. This should be one of ,(code [space]), ,(code
[cross]), ,(code [asterisk]) or ,(code [dot]).])
- (:div-style [A symbol denoting the default style for
+ (:div-style ,[A symbol denoting the default style for
divisions. This should be one of ,(code [over]), ,(code [fraction]),
,(code [div]) and ,(code [slash]). Per-,(code [eq:/]) ,(code
[:div-style]) options override this setting.])
- (:align-with [Within a ,(code [eq-display]) block,
+ (:align-with ,[Within a ,(code [eq-display]) block,
this should be a symbol specifying according to which operator equations
are to be aligned with one another.]))
:source "skribilo/package/eq.scm")