I'd like to use the upper integral symbol \upint. Since by default this symbol is not defined, I'd like to use the XITS font in a LaTeX document. When using the STIX font one could simply
\usepackage{stix}
but
\usepackage{xits}
doesn't work. I tried using unicode-math but it doesn't work with pdflatex.
/edit: I found \upint in the mathop section of this document: http://mirrors.ctan.org/macros/unicodetex/latex/unicode-math/unimath-symbols.pdf
Does it mean that I can use the \upint unicode symbol without an explicit usepackage?


\usepackage[upint]{stix}– egreg Apr 16 '16 at 17:55unicode-mathan option? – Davislor Apr 05 '21 at 13:56