Re: [Vim-latex-devel] What is the problem with this template?
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sri...@gm...> - 2006-03-23 04:07:49
|
Hi, On 3/20/06, S=F8ren Christensen <sev...@ul...> wrote: > I've tried to create some templates, but I'm not having great succes. > [snip] This was a combination of a bug in latex-suite and a problem with the template you have. I fixed the bug in SVN. I'll make a commit sometime soon. In the meanwhile, the problems with the template below are: 1. The first line of the template file should be tab separated. The template file below is basically separated by spaces. I would consider this a pseudo-bug since this requirement is not documented anywhere, but I have not yet changed this. 2. The template file should _not_ have any indentation. The indentation is automatically inserted when the template is read in. This happens in two places in your template. With these two fixes in the template and the latest fix from latex-suite, things seem to work fine for me. Srinath |