Closed mgeier closed 5 years ago
As I understood https://tex.stackexchange.com/a/84308 \operatorname
is the safer choice. Have you checked if the spacing etc. is identical in the compiled PDF?
I do not understand what you mean by "ffi ligature" instead of "lowercase greek letter delta".
for example:
This is strange.
The same definition of \dirac
works for https://github.com/sfstoolbox/theory without any problems, see
The definition is:
\def \dirac #1{\operatorname{\delta}\left(#1\right)}
So, the only difference is that we use \gdef
in sfs-python instead.
No, it's not the only difference.
We are also using a different math font (with the mathpazo
package), which causes the problem to appear.
Ah, ok.
I can confirm that it works with your changes. So it's fine for to use \mathop
then.
TBH, I don't understand what the difference is between the two, but if I use
\operatorname
, I get an "ffi ligature" instead of a "lowercase greek letter delta" in the PDF.