Search found 2 matches

by gondolier
Sat Sep 10, 2016 10:37 pm
Forum: General
Topic: Customize cursor position in Texniccenter autocompletion
Replies: 1
Views: 6554

Customize cursor position in Texniccenter autocompletion

For example, the following in math.xml makes possible autocompletion for the "equation" envirionment

<lxEnvironment name="equation"
parameters="1"
desc="Math environment"
icon="math.bmp"
index="10"
expafter="}

\label{eq:}
\end{equation}"
expbefore="\begin{"/>

so that when I type "equ ...
by gondolier
Sun Apr 22, 2007 6:40 am
Forum: General
Topic: problem with autocompletion
Replies: 9
Views: 13931

problem with autocompletion

Hi all,

As I was using TeXnicCenter, the auto-completion function is very help. But:
1. everytime when I type enumera (i meant to use enumerate environment), but it is auto completed as
\begin{enumeration}
\end{enumeration}
How can I modify the autocomplete template?
2. how can i create new ...