Mathematical operators, such as function names, should be set in roman type, not italics. Latex already has commands for some operators, including \max, \min, and \log. How can I define additional such commands?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
|
|
|
|||
|
|
Alternatively, if you are using any of the packages from the AMS (
I think that it can handle variants, but I don't recall off the top of my head. |
|||
|
Define the command \newoperator as follows:
Here is an example that defines \FD as an operator:
|
|||
|
|
|
If you're looking for something one-off, you can always use
Which will display 'ultimatefunction' in a roman type. |
|||||
|

