diff options
Diffstat (limited to 'doc/commands.doc')
-rw-r--r-- | doc/commands.doc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/commands.doc b/doc/commands.doc index 9cf21d4..de3cf0a 100644 --- a/doc/commands.doc +++ b/doc/commands.doc @@ -84,6 +84,8 @@ documentation: \refitem cmdfdollar \\f\$ \refitem cmdfbropen \\f[ \refitem cmdfbrclose \\f] +\refitem cmdfcurlyopen \\f{ +\refitem cmdfcurlyclose \\f} \refitem cmdfile \\file \refitem cmdfn \\fn \refitem cmdhideinitializer \\hideinitializer @@ -1975,6 +1977,19 @@ class Receiver \sa section \ref cmdfbropen "\\f[" and section \ref formulas "formulas". <hr> +\section cmdfcurlyopen \\f{environment}{ + + Marks the start of a formula that is in a specific environment. + \note The second \{ is optional and is only to help editors (such as Vim) to + do proper syntax highlighting by making the number of opening and closing braces + the same. + +<hr> +\section cmdfcurlyclose \\f} + + Marks the end of a formula that is in a specific environment. + +<hr> \section cmdhtmlonly \\htmlonly \addindex \\htmlonly |