{bibunits} is for questions addressing issues related to the use of multiple bibliographies in one document.
5
votes
0answers
117 views
Using different bibliographic styles in the same document [duplicate]
Possible Duplicate:
Can I have two different styles of bibliography in the same document?
I'd like to use in the same document:
the numerical style in natbib to list my own bibliography ...
3
votes
1answer
271 views
Is it possible to use bibunits and multibib simultaneously?
I'm typesetting a contributed book, which has a whole bunch of chapters written by a different author each. My job is make sure all contributions use more or less the same typesetting conventions and ...
3
votes
2answers
675 views
How should one use \write18 with BibTeX
Background
Now that TeX Live 2010 has a restricted \write18, I figured it'd be reasonable to update my cv which uses the bibunits package to run BibTeX for each of the .aux files.
Currently, I have a ...
3
votes
2answers
205 views
Forcing enumerated \bibitems using bib units
I'm editing my CV and I wanted to use the bibunits package to make separate mini-bibliographies for different sections. Here is some code:
\documentclass{article}
\usepackage[ManyBibs]{currvita}
...
2
votes
1answer
178 views
Remove heading from bibunit
I'm using bibunit to enter multiple bibliographies in a document. I don't want the bibunit to have a separate heading. I can remove the text with by redefining \refname, but this still leaves big ...
2
votes
1answer
108 views
using bibunits with eclipse
I am trying to create a publications list (sorted by patents, journal papers, & book chapters) for my CV and seems that bibunits is useful for this. However, I can't get it work. Below is the ...
1
vote
1answer
92 views
hyperref and bibunits: link does not work
I often like to use hyperref to make references to theorems and articles in the bibliography clickable. However, I noticed that when I use bibunits, I can only click on links to theorems, not on ...
1
vote
2answers
250 views
How can I change the level of the References in the Table of Contents by using the package “bibunits” for long monographs
In monographs, references are often put at the end of each chapter, and the bibunits package can be used. References in the Table of Contents(ToC) should have the same level as section as follows:
...
1
vote
1answer
123 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 ...
1
vote
1answer
115 views
How to change the starting reference number in Natbib in a given bibunit?
I'm using bibunit and Natbib packages with a numerical numbering.
\begin{bibunit}[plainnat]
\nocite{ref1,ref2}
\putbib[mybiblio]
\end{bibunit}
\begin{bibunit}[plainnat]
...
1
vote
0answers
178 views
How to make hyperref and bibunits work with babel
Is it possible to make hyperref and bibunits work with babel?
I have tried a patch from Bibliographie globale : LaTeX but although the example seems to work, it does not with my bib files.
I know ...
0
votes
0answers
109 views
TeXlipse, bibunits, and multiple bibliographies
I am using Eclipse 4.2 with TeXlipse 1.5 (the version bundled with StatET 3.2) and MixTeX 2.9. I have no problem using TeXlipse, bibtex, and natbib to produce bibliographies. But I often want to ...