diff options
author | Ludovic Courtes | 2007-06-24 19:53:32 +0000 |
---|---|---|
committer | Ludovic Courtes | 2007-06-24 19:53:32 +0000 |
commit | 2390ce80ff4805d5253fea4dcfd932dd660a4c16 (patch) | |
tree | 76598ff31ad5673d8e4352068acb44bb0f4e1c0f /doc/user | |
parent | 699590eb680344df7283943e5b0f32667deae615 (diff) | |
download | skribilo-2390ce80ff4805d5253fea4dcfd932dd660a4c16.tar.gz skribilo-2390ce80ff4805d5253fea4dcfd932dd660a4c16.tar.lz skribilo-2390ce80ff4805d5253fea4dcfd932dd660a4c16.zip |
eq: Updated doc for `:number'.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-120
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/eq.skb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/user/eq.skb b/doc/user/eq.skb index fb8c3ef..ff46b5c 100644 --- a/doc/user/eq.skb +++ b/doc/user/eq.skb @@ -1,6 +1,6 @@ ;;; eq.skb -- Equation formatting. ;;; -;;; Copyright 2006 Ludovic Courtès <ludovic.courtes@laas.fr> +;;; Copyright 2006, 2007 Ludovic Courtès <ludovic.courtes@laas.fr> ;;; ;;; ;;; This program is free software; you can redistribute it and/or modify @@ -96,6 +96,11 @@ 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 +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 the equation. This allows, for instance, to use the Lout engine to render equations in HTML.]) |