BibTeX, biblatex and biber ⇒ extract cited references for inclusion in a tex file
extract cited references for inclusion in a tex file
I'm going to submit a paper I wrote using latex, so I'd like to include the references in the tex file (i.e. not using separate .bbl files). However, upon running bibtex on the pdflatex'ed tex file, it puts all references from my "master" .bib file in the .bbl file (without citing them in the pdf that is produced subsequently). I remember that I managed once to select only the cited entries and put them in the .tex file.
Could someone help to refresh my memory and tell me how this should be done ?
Thanks a lot in advance,
Jos
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Re: extract cited references for inclusion in a tex file
extract cited references for inclusion in a tex file
By the way, all references (including uncited ones) go into the bbl files, while the pdf only showes the cited ones.
Maybe it has got something to do with the fact that I use a sectioned bibliography ?
Code: Select all
\usepackage[authoryear]{natbib}
\usepackage[dot]{bibtopic}
\begin{btUnit}
(...)
\bibliographystyle{genetics}
\begin{btSect}{/home/jos/Bib/jos}
\btPrintCited
\end{btSect}
\end{btUnit}
\clearpage{}
\begin{btUnit}
etc...