↧
Answer by doncherry for TeXStudio does not recognize \colon
\colon is made known to TeXStudio in latex-mathsymbols.cwl, which, as a pre-customized .cwl file, is not directly accessible to the end user, since it is in the compiled program files. (Found through...
View ArticleAnswer by Qrrbrbirlbel for TeXStudio does not recognize \colon
The macro \colon is defined in plain.tex as a punctuation mark (: is a relation symbol in math mode)\mathchardef\colon="603Aand redefined by amsmath.Unfortunately, TeXstudio doesn’t recognize the...
View ArticleTeXStudio does not recognize \colon
What is the file to load the command \colon to be recognized (as a known command) by TeXStudio? If I add it to the personal command it works but I guess that this command comes from some package.ps:...
View Article