Tagged Questions
1
vote
1answer
106 views
TeXstudio: How to add custom highlighting for custom environment?
Until there is a cwl file for the paralist package, I would like to just include the compactenum environment into the custom highlighting list in the TeXstudio Options. I tried adding compactenum in ...
2
votes
2answers
987 views
Problems with environments in TeXStudio
This document
\documentclass{article}
\usepackage{amsthm}
\newtheorem{lemma}{Lemma}
\newcommand{\mycommand}{Here is the command}
\begin{document}
\begin{lemma}
Here is the lemma
\end{lemma}
...