You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setup_reference_from_latex_parts in 16_latex.convert.ipynb replaces invocations of math operators defined with \DeclareMathOperator with the literal display texts, but using \mathrm to display these texts may be appropriate.
#30
For example, given
\DeclareMathOperator{\Conf}{Conf}
,\Conf
would be replaced withConf
, whereas\mathrm{Conf}
seems more appropriate.The text was updated successfully, but these errors were encountered: