[Vim-latex-devel] Syntaxerror Curley Braces
Brought to you by:
srinathava,
tmaas
From: iustifico <ius...@gm...> - 2010-05-01 20:51:16
|
Hello everyone, I tryed the tutorial to get in touch with latex-suite. When I was in the position **** in the example below I typed "e^^" like in the tutorial suggested. To get e^{x}. But after hitting "^^" this appeared: e^{}<++>}<++>}<++> As you can see, there are 2 wrong curley braces. What does that mean? Is this a bug or am I using the command wrong? Thank you for any suggestion! iustifico % File: test.tex % Created: Sa Mai 01 10:00 pm 2010 C % Last Change: Sa Mai 01 10:00 pm 2010 C % \documentclass[a4paper]{article} \usepackage[sumlimits]{amsmath} \begin{document} \begin{eqnarray} **** \label{eqn:euler} \end{eqnarray} \end{document} |