Discussion:
Customized completions
ChiNo MaNdArInO
2006-11-10 13:03:11 UTC
Permalink
Here I send you two examples of modifications that you can do to the
auto-completions

<lxCommand name="\section"
desc="Starts a new section"
icon="format.bmp"
index="6"
parameters="1"
expafter="\label{Sec:}"
expbefore=""
/>

I added the expafter and expbefore lines. I didn't know whether i could do
it... I tried and it worked :D

<lxEnvironment name="frame"
desc="Frame enviroment in Beamer class"
icon="format.bmp"
index="6"
parameters="1"
expafter="} %\transwipe[duration=0.5,direction=270] &#xA;
\frametitle{}&#xA; &#xA;\end{frame}"
expbefore="\begin{"
/>

I build this one to use it when doing presentations with the Latex Beamer
class. It is boring to rewrite the same thing 50 times isn't it?
Loading...