Hello! I am use some snippets for write an archive file.tex. Specifically for 
environment description, I wrote in snippets.conf archive:

desc=\\begin{description}\n\t\\item[%cursor%]\n\\end{description}
 the problem is that not replace "desc+<TAB>" for:
\begin{description}
  \item[]
\end{description}
but replace with:
\begin
  \item[]
\end
without description environment, but good the position of the cursor.

I do not understand, because I use the same snippets for enumerate environment:
enum=\\begin{enumerate}\n\t\\item %cursor%\n\\end{enumerate}
except for the brackets:
\begin{enumerate}
  \item 
\end{enumerate}

Why do not works if is almost similar?


Thanks a lot!
Darío


_______________________________________________
Users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to