- #1
Dustinsfl
- 2,281
- 5
This works when making your own pdf files. On site, I don't know. If you can set it in the background of Math Jax, then it would be good here too.
Latex doesn't have a \arctanh. That probably means there is no sinh, cosh, etc versions as well.
I only know for a fact about arctanh because I use that one a lot.
Before you start you document, add
Now \arctanh works.
Latex doesn't have a \arctanh. That probably means there is no sinh, cosh, etc versions as well.
I only know for a fact about arctanh because I use that one a lot.
Before you start you document, add
Code:
\DeclareMathOperator\arctanh{arctanh}
Now \arctanh works.