Tagged Questions
4
votes
1answer
120 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 ...
9
votes
1answer
490 views
Print bibliography only when references are cited
The root question here is how can one print a bibliography only when there are sources to be cited?
BACKGROUND
I'm working on expanding a small package (originally by Jackson Taylor and Becca Funke) ...
1
vote
1answer
102 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
196 views
What should I build my new nomenclature package on top of?
This question led to a new package:
concepts
This is a major edit. In my previous attempt I overgeneralized, which obfuscated my real question.
I'd like to write a new package which I want ...
2
votes
2answers
358 views
Not generating the .aux for the bibliography to run
I'm trying to generate my bibliography and, for what I read, I need to run my main.tex, then bib.aux and then, again main.tex twice, right?
I have created my .bib file and the name on the ...