Re: [Vim-latex-devel] running latex
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@ee...> - 2002-11-12 14:30:39
|
Hello, Luc and Benji discussed this just a while ago: Luc suggested quite a comprehensive algorithm for rerunning latex. If we want to go along the route, I think the following is best (Luc's idea). > I check the main loop for tex->dvi/pdf ... > > 1- if there exist a .idx file, makeindex is run, (a backup for the old > one beeing made) > 2- On the first passage in 2-, if there is '\bibdata' in the .aux file, > bibtex is run > 3- if is there exists a .bbl file, it is backuped > 4- run e\=\(pdf\)\=\(la\)=tex > 5- same as 2- > 6- checks if the .log file ask for a rerun (not always correctly > working) and check if the .idx has changed ; if either requires it, > goto 1- > > hum... may be I should delete 2- and change 6- to check the need of > re-running based of bibtex changes. I did take a look at tex-tools.vim and it already seems to be implemented :) So it shouldn't be too big of a deal to get it into latex-suite. Also, ref the steps above, what happens if there is no .aux file in step 2 above like carl says will happen the first time round... I'll put this on my TODO list. > I would also suggest that folding of math expressions be an > option, not the default behavior. When writing latex, you > always want to see the math expressions. Okay. To be frank, I haven't had a chance to actually do latex in quite some time... Thanks, Srinath -- Srinath Avadhanula Nov 12 6:27am Look out! Behind you! |