提问于:
浏览数:
3060
2 回答
1
```
\documentclass{article}
\usepackage{physics}
\begin{document}
\( \hypcosine \)
\end{document}
```
试试这个
-
谢谢 谢谢谢谢 – sai 2020-12-19 14:43 回复
0
```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}
```
你的回答
请登录后回答
你的回答将会帮助更多人,请务必认真回答问题。