Hm. All of that works for me. \ll runs LaTeX three times with relevant runs of bibtex in between to build the BBL.
Could you send a complete minimal non-working example? Something that can be immediately opened in Vim (perhaps even with a minimal bib, but I don't think the bib will matter; I can sub my own bib in) that causes you problems when you \ll it. After you run \ll, what does the status line in Vim say? For example, mine says "Run latex 3 time(s)" right now. Also, while \ll is running, can you catch a glimpse of some of the other status messages? It should report if/when it tries to run bibtex. Also, if you look where Vim-LaTeX is installed (e.g., in your .vim/ftplugin/latex-suite/ or in /usr/share/vim/vimfiles/ftplugin/latex-suite/ or similar on your system), you should find a "compiler.vim" that has the Vim script that implements \ll. Is it possible that you have a very very old version of Vim-LaTeX that doesn't yet run bibtex? Search through that file for "bibdata" -- you should find the relevant section of code that checks the AUX file for bibdata and runs bibtex as needed. You will also notice it references configuration variables that can be changed by the user. It's possible that your defaults are either set wrong or have been changed (?). --Ted On 07/01/2010 01:24 PM, Abbie Kressner wrote: > As far as I can tell, there are no errors. I deleted all the files > except the tex file and reran the \ll compile command. The aux file > contains the following lines. > > \bibstyle{IEEEtran} > \bibdata{/Users/abbiekre/Documents/_Papers/_Papers} > > > Also, here are the relevant lines in my beamer tex file. > > \appendix > \begin{frame}[allowframebreaks] > > \textbf{References} > > \bibliographystyle{IEEEtran} > > \bibliography{_Papers} > \end{frame} > > > Do you see any blaring errors? Any other ideas if not? > > Thanks! > > // Abbie > > Thanks in advance for anymore help! Hopefully I'll find a solution > eventually. > > On Thu, Jul 1, 2010 at 12:38 PM, Ted Pavlic <t...@tedpavlic.com > <mailto:t...@tedpavlic.com>> wrote: > > Abbie -- > > Are you sure your LaTeX run isn't causing an error? Vim-LaTeX will > cease processing on an error. There may be a subtle LaTeX error > causing the Vim-LaTeX compiler to halt early (although that usually > would cause Vim-LaTeX to report an error). > > After LaTeX is run (by Vim-LaTeX), an "AUX" file should be created. > That "AUX" file should have a line in it that has "\bibdata" in it. > It is that line that causes Vim-LaTeX to call bibtex. > > Are there other details that might be confusing Vim-LaTeX? (e.g., > spaces in file names, etc.?) > > --Ted > > > On 07/01/2010 12:33 PM, Abbie Kressner wrote: > > Thank you, Ted! > > I still haven't been able to get the \ll compiler command to > successful > compile a .bbl file. Any help would be greatly appreciated! > > My current workaround is to call bibtex manually from Terminal. > Then > when I compile with \ll in MATLAB, the citations correctly turn > from "?" > to numbers, and my reference page displays correctly (rather > than being > blank). Removing the extra steps involved in compiling would be > fantastic though! > > On Thu, Jul 1, 2010 at 12:14 PM, Ted Pavlic <t...@tedpavlic.com > <mailto:t...@tedpavlic.com> > <mailto:t...@tedpavlic.com <mailto:t...@tedpavlic.com>>> wrote: > > Abbie -- > > > On 06/30/2010 04:46 PM, Abbie Kressner wrote: > > Do you happen to know what to do if \ll does not call > bibtex? > > > I'm responding to this message via the > vim-latex-devel list. > I've BCC'd you, but I advise you to continue this thread on > the list > where others can help too. > > So long as your LaTeX file has a \bibliography{} > line in it, > the \ll compiler command will issue bibtex sa needed. If > your LaTeX > file only has a \bibliography style command but no \bibliography > command, then Vim-LaTeX won't know to run bibtex. In fact, > in these > cases where there is no \bibliography command, if you try to run > bibtex manually it will give you an error. > > Of course, there is more than one way to skin a cat. > However, I'm confident that if your LaTeX document is > properly setup > for including a BibTeX bibliogrpahy, then Vim-LaTeX will > make the > appropriate calls for you (using \ll). > > > Best -- > Ted > > -- > Ted Pavlic <t...@tedpavlic.com <mailto:t...@tedpavlic.com> > <mailto:t...@tedpavlic.com <mailto:t...@tedpavlic.com>>> > > > Please visit my 2009 d'Feet ALS walk page: > http://web.alsa.org/goto/tedp > My family appreciates your support in the fight to defeat ALS. > > > > -- > Ted Pavlic <t...@tedpavlic.com <mailto:t...@tedpavlic.com>> > > Please visit my 2009 d'Feet ALS walk page: > http://web.alsa.org/goto/tedp > My family appreciates your support in the fight to defeat ALS. > > -- Ted Pavlic <t...@tedpavlic.com> Please visit my 2009 d'Feet ALS walk page: http://web.alsa.org/goto/tedp My family appreciates your support in the fight to defeat ALS. ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Vim-latex-devel mailing list Vim-latex-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vim-latex-devel