summary refs log tree commit diff
path: root/doc/user
diff options
context:
space:
mode:
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")