[texhax] article formatting help?

Ulrike Fischer news3 at nililand.de
Fri Apr 24 09:28:15 CEST 2009


Am Fri, 24 Apr 2009 15:31:35 +1200 schrieb Rolf Turner:

>>> and how do i get the citations to appear on each page as they
>>> show up in the text?
>>
>> Maybe use footnotes?
> 
> I imagine that is indeed what Sara is currently stuck with, but
> it's pretty kludgy.  It entails hand-formatting each citation.
> 
> Some clever person, who knows how to build bibliography style
> files has a moral obligation [ :-) ] to put one together that
> would automate the process.

jurabib has a footcite command, and biblatex naturally too:

\begin{filecontents}{test2.bib}
@BOOK{test,
	AUTHOR="W. Tester",
	TITLE="A test on footcite",
	PUBLISHER="Tester Publications",
	YEAR="2009" }
\end{filecontents}

\documentclass[paper=a4]{scrartcl}
\usepackage[citestyle=verbose]{biblatex}
\bibliography{test2}
\begin{document}
a test\footcite{test}
test\footcite{test}
 \end{document}


-- 
Ulrike Fischer 



More information about the texhax mailing list