I would like to convert a mathematical expression with sech inside. sech is actually a typst function but not a LaTeX one, so in the LaTeX code, I need to add \DeclareMathOperator{\sech}{sech}.
It would be nice if this was taken into account by the convertor. Right now, I need to do additionnal pre and post processing to achieve the correct conversion.
I would like to convert a mathematical expression with
sechinside.sechis actually a typst function but not a LaTeX one, so in the LaTeX code, I need to add\DeclareMathOperator{\sech}{sech}.It would be nice if this was taken into account by the convertor. Right now, I need to do additionnal pre and post processing to achieve the correct conversion.