From 25121da227b418455f16f1fa491866b9e7332e0e Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 27 May 2009 22:23:57 +0200 Subject: doc: Fix `eq' markup documentation. * doc/user/eq.skb (Summary): Unquote Sk-expressions. --- doc/user/eq.skb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/user') 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") -- cgit v1.2.3