Fork of LaTeX-Box. See there for more information.
The purpose of this fork was originally to fix this issue. In the meantime, the following behaviour of LaTeX-Box was modified:
-
OmniCompletion for bibliography entries respects BibLaTeX's
\addbibresource,\addglobalbiband\addsectionbibcommands. -
The table of contents functionality does not depend anymore on the assumption that
\@writefile{toc}{\contentsline ...}entries in the*.auxfile always occur at the start of some line. -
Completion of
\ref{...}commands was completely rewritten. It is now able to handle\@newlabel{label}{{number}{page}...}entries in the*.auxfile even ifnumberorpagecontain arbitrary nested levels of braces.Labels are additionally held in a cache per
*.auxfile, which is updated only if the modification time of the file changes. -
The table of contents now opens files different from the one currently being edited in a new buffer. (I actually think, that this behaviour was implemented already, but I could not get it working.) To make this work, LaTeX-Box is not loaded per buffer but globally.
Furthermore, I plan the following features:
- Support of building in a separate directory like provided by
latexmk's$out_dirfeature.
If you have any comments, suggestions or bug reports, feel free to open an issue.