Tagged Questions
4
votes
1answer
121 views
Read in number of citations from aux file
In the aux file produced by latex, I see the following line:
\newlabel{LastBibItem}{{30}{10}{}{}{}}
How can I pull the 30 (the total number of citations) into a counter in the preamble of another ...
1
vote
1answer
103 views
bibunits: cannot get it to work (no bu1 produced)
I am trying to use the package bibunits to have separate bibliographies for sections, chapters,...
I am using TeXShop on a Mac, and I just recently installed "TeX Live 2012".
I downloaded the file ...
7
votes
1answer
153 views
Set biblatex aux file name
I am using biblatex with refsection=chapter. That results in aux files named according to this pattern, assuming a source file called book.tex for a book of n chapters:
book1-blx.aux
book2-blx.aux
...