The LaTeX package "newnotation" allows to easily define mathematical notation without technical clutter (implicit \escapemath and \xspace). Use of styles for notational symbols is facilitated. Grouped lists of notations may be printed.
Go to file
Christopher Spinrath 281626481c Introduce \newoperator
\newoperator mimics amsamth's \DeclareMathOperator; that is, it
defines a macro for an operator name which is consistent with the
standard operators like \max, \lim, and \lim w.r.t. appearance and
behavior.

The star variant \newoperator* permits the operator to take limits
like \max and \lim (e.g. \lim_{x\rightarrow\infty}) instead of a
subscript.
2018-06-28 12:25:22 +02:00
.gitignore [Git] Fix exclusion of PDFs. 2018-04-29 13:39:33 +02:00
README.md Initial commit 2018-04-27 09:16:56 +02:00
newnotation.sty Introduce \newoperator 2018-06-28 12:25:22 +02:00
newnotation.tex [Doc] Correct and improve small passages, add example for \newrelation. 2018-04-29 13:39:33 +02:00

README.md

latex-newnotation

The LaTeX package "newnotation" allows to easily define mathematical notation without technical clutter (implicit \escapemath and \xspace). Use of styles for notational symbols is facilitated.

Grouped lists of notations may be printed.