LaTeX中怎么样输入双曲余割函数

2020-11-30 15:38发布

[x ] Windows 7/8/10 * [ ] macOS * [ ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [ ] TexLive `年份` * [ ] MikT...

[x ] Windows 7/8/10 * [ ] macOS * [ ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [ ] TexLive `年份` * [ ] MikTeX `版本号` * [ ] CTeX `若需勾选,请把[ ]改成[x]` ## 我的问题 在此输入你遇到的问题...
2条回答
sikouhjw
2020-11-30 23:32
```tex \documentclass{article} \makeatletter \DeclareRobustCommand\Csch{\mathop{\operator@font Csch}\nolimits} \makeatother \begin{document} $\Csch(x)$ \end{document} % or \documentclass{article} \usepackage{amsmath} \DeclareMathOperator{\Csch}{Csch} \begin{document} $\Csch(x)$ \end{document} ```

一周热门 更多>