Re: [Vim-latex-devel] Re: Whats the best way to write vim documentation?
Brought to you by:
srinathava,
tmaas
From: Benji F. <be...@me...> - 2003-01-22 13:43:47
|
Srinath Avadhanula wrote: > > PS: It converts > > -----------------------------------%<----------------------------------- > <option> > <name>Tex_Leader</name> > <desc> > The mappings in latex-suite are by default prefixed with the back-tick > character. For example, `/ inserts \frac{<++>}{<++>}<++> etc. > You can change the > prefix with the following setting. > ',', '/', '`' are preferred values. '' or '\' will lead to a _lot_ of > trouble. > > g:Tex_Leader is also used for visual mode mappings for fonts. > </desc> > </option> > -----------------------------------%<----------------------------------- > > to > > ----------------------------------%<---------------------------------- > *Tex_Leader* > > Tex_Leader > > The mappings in latex-suite are by default > prefixed with the back-tick character. For > example, `/ inserts \frac{<++>}{<++>}<++> etc. You > can change the prefix with the following setting. > ',', '/', '`' are preferred values. '' or '\' will > lead to a _lot_ of trouble. > > g:Tex_Leader is also used for visual mode mappings > for fonts. > ----------------------------------%<---------------------------------- That looks pretty good for a first attempt. How about latex and html output? Unless we want to write custom converters for those, too, we should figure out what kind of xml tags are already being used, and work with those. Have you looked at the latex documentation project lately? I am afraid I cannot help much right now. Remember, the time frame I gave when I offered to look into this was "a few weeks." --Benji |