I'm using commath for the \abs
command. Unfortunately, TexStudio claims that command \abs
is not found.
Minimal example:
\documentclass[12pt]{article} \usepackage{commath} \begin{document} $\abs{7}$ \end{document}
After hovering over the \abs
command, unrecognized command
is displayed
please read: https://sourceforge.net/p/texstudio/wiki/Frequently%20Asked%20Questions/#why-does-texstudio-mark-a-command-as-unrecognized
okay, my bad, is an txs cwl.
fixed