i have a problem with the autocompletion of Texniccenter. To structure my Latex code I indent code within environments.
Here is an example:
Code: Select all
\begin{itemize}
\item
\begin{enumerate}
\item
\end{enumerate}
\item
\end{itemize}
Code: Select all
\begin{itemize}
\item
\begin{enumerate}
\item
\end{enumerate}
\item
\end{itemize}
I hope someone understands this gibberish and can help me.
Thanks in advance.
cu