[OS X TeX] Basic question on BibTex

Johan Almqvist johan at almqvist.net
Sat Mar 11 09:44:22 EST 2006


On Mar 11, 2006, at 15:17, Winfried Zettelmeyer wrote:

> Johan, Herbert, Paul,
> thanks a lot. I read the Latex Tricks and followed the other advice  
> and get a beautiful Reference list now.
>
> However, I want references to appear in the respective footnotes  
> AND in the Reference list.

This is not supported by "standard bibtex". You will need to use a  
special package. I think jurabib will do what you want.

A quick example

--- snipsnap ---  file jurabibtext.tex
\documentclass{article}
\usepackage{jurabib}
\begin{document}
\section{The main thing}
Something cited. \footcite{Milton2000Complete-W}
\clearpage
\bibliographystyle{jurabib}
\bibliography{jurabibtest}
\end{document}
--- snapsnip ---

--- snipsnap ---  file jurabibtest.bib
@book{Milton2000Complete-W,
         Author = {Milton, P.},
         Title = {Complete Works},
         Year = {2000}
}
--- snapsnip ---

Hope this helps,

-Johan
------------------------- Info --------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
          & FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/




More information about the MacOSX-TeX mailing list