Bibliography

171 views
Skip to first unread message

Tufter

unread,
Aug 29, 2012, 10:37:56 AM8/29/12
to tufte...@googlegroups.com
Hi

I've tried everything, but the \bibliography{sample-handout} command does not seem to be triggering / causing any changes in my final document.

On line 563 the sample-book.tex states that \doccmddef{bibliography} should print the complete list of references, but this also does not seem to yield any results for me (except displaying \bibliography or whatever filename you specify in brackets - in red text in the output document).

Any suggestions on getting this working? Am I missing a command here? 



Kevin Godby

unread,
Sep 1, 2012, 2:15:21 PM9/1/12
to tufte...@googlegroups.com
Hello.
First, I apologize for the late reply. I've been swamped with meetings
and work the past couple days.

Create the following document (name it something like bibtest.tex):

\documentclass{tufte-handout}

\begin{document}

The only bibliography entries that appear are those which are
cited.\cite{Tufte2006}

\bibliography{sample-handout}% this points to the .bib file
\bibliographystyle{plainnat}% this is the citation style you want to use

\end{document}

Copy the sample-handout.bib file over to the same directory as your
bibtest.tex file.

Now run the following commands:

pdflatex bibtest
bibtex bibtest
pdflatex bibtest
pdflatex bibtest

The first pdflatex run will generate a bibtest.aux file. This file
contains (among other things) the keywords of any citations you
included in your document (i.e., any \cite commands).

The bibtex command will read the bibtest.aux file, extract any cited
publications from the database in the sample-handout.bib file, format
them according to the indicated \bibliographystyle, and put the
results into in the bibtest.bbl file.

The second pdflatex run typesets the bibliography entries.

The third pdflatex run checks the citation numbers and updates any
page references and links that may have changed during the previous
run.

The end result should be bibtest.pdf which includes the citation for
Beautiful Evidence.

(I've attached the bibtest.tex and sample-handout.bib files.)

If this doesn't work or you still encounter problems, please let me
know. Once we know that this test file works okay, we can compare it
against your .tex and .bib files to track down the problem.

Thanks!

--Kevin Godby
bibtest.tex
sample-handout.bib
Reply all
Reply to author
Forward
0 new messages