Re: [Vim-latex-devel] Re: Whats the best way to write vim documentation?
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2003-01-22 17:22:56
|
On Wed, 22 Jan 2003, Benji Fisher wrote: > 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. Yes... We should definitely use tags which are standard (maybe find out what the tex refs project uses)... Also, as I said, this was just a quick hack around the xml.dom.minidom example. I really didn't spend time learning the right tools and such. On further reading, xslt seems a bit more tractable than before, but unfortunately, I couldn't get the xt tools which Luc recommended to work on my box. (Thats mostly a problem with my java newbie status). As far as converting to html goes, I think we might be able to find xml2html converters on the web... I would think they are pretty ubiquitous. I could find a few with a google search... I dont know about xml2latex... > > Have you looked at the latex documentation project lately? > No. Another thing which should be done. Maybe we should contact Peter Karp... > 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." > Sorry. I didn't mean to hurry you :) Please take your time... But I just wanted to get an opinion of whether this approach is worth pursuing for the long run? Srinath |