Modify

Opened 14 years ago

Last modified 5 years ago

#6215 new enhancement

Use of own operator declarations

Reported by: math@… 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)

Change History (1)

comment:1 Changed 5 years ago by anonymous

Type: defectenhancement

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain jeangui.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.