Recent content by Adishem

  1. A

    LaTeX How do you write hyperbolic functions in LaTeX?

    The other way around this problem, especially if using the command several times, is to create a new command in the preamble. \newcommand{\sech}{\mathrm{sech} \,} And similar for the others. The \mathrm will ensure it's written in normal font and the \, will make sure there is a gap...