Re: [Vim-latex-devel] What is the problem with this template?
Brought to you by:
srinathava,
tmaas
From: C. <sev...@ul...> - 2006-03-23 10:04:15
|
On Wed, Mar 22, 2006 at 08:07:45PM -0800, Srinath Avadhanula wrote: > Hi, >=20 > 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] >=20 > 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. >=20 > In the meanwhile, the problems with the template below are: >=20 > 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. >=20 > 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. >=20 > With these two fixes in the template and the latest fix from > latex-suite, things seem to work fine for me. Thank you. |