Modify ↓
Opened 16 years ago
Last modified 6 years ago
#6215 new enhancement
Use of own operator declarations
| Reported by: | Owned by: | jeangui | |
|---|---|---|---|
| Priority: | normal | Component: | LatexMacro |
| Severity: | normal | Keywords: | math declare operator |
| Cc: | Trac Release: | 0.11 |
Description
I need often own operators hence I use
\DeclareMathOperator*{\mean}{mean}
...
\[
\mean\limits_{x \in X} ...
\]
This won't work with this plugin, since I declare the operator in the preamble. Is it possible to parse the text while using a separator for preamble and content? e.g.
{{{
#!Latex
\DeclareMathOperator*{\mean}{mean}
----
\[
\mean\limits_{x \in X} ...
\]
}}}
Attachments (0)
Note: See
TracTickets for help on using
tickets.


