Search found 1 match

by sbyrnes321
Thu Mar 15, 2012 8:05 pm
Forum: BibTeX, biblatex and biber
Topic: bibunits | Remaining undefined Citations
Replies: 8
Views: 13668

bibunits | Remaining undefined Citations

Here's my exact procedure for TeXworks...

I made a text file with the following:

@echo off
echo Running texify for the first time
texify.exe %*
echo Processing auxiliary files with BibTeX
For %%i in (*.aux) Do bibtex %%i
echo Running texify for the second time
texify.exe %*

then saved the file ...