Search found 1 match

by random89598
Tue Nov 15, 2011 2:27 pm
Forum: BibTeX, biblatex and biber
Topic: bibunits | Remaining undefined Citations
Replies: 8
Views: 13603

bibunits | Remaining undefined Citations

For TeXnicCenter, first make the file "compilebib.bat" with this content:

@echo off
echo Processing auxiliary files with BibTeX
For %%i in (*.aux) Do bibtex %%i

then click "define output profiles" (Alt+F7), select the "Postprocessor" tab, and add new. Put "compilebib.bat" under executable. Works ...