About
Shop
LaTeX
Software
Books
Gallery
News
Contact
Blog
Settings
Account

Tabulating a Bibliography

\documentclass{article}

\usepackage{longtable}
\usepackage{databib}

\newcounter{refcount}
\newcommand*{\refmark}{\refstepcounter{refcount}[\therefcount]}

\begin{document}
\nocite{*}
\DTLloadbbl{refdata}{xampl}

\section*{Publications}

\begin{longtable}{rp{0.5\textwidth}}
  \gDTLforeachbibentry{refdata}
  {
   \DTLcustombibitem{\refmark}{\therefcount}{\DBIBcitekey} & 
   \DTLformatbibentry\\
  }%
\end{longtable}
\end{document}

Download databib-longtable.tex or databib-longtable.pdf.

© 2015 Dickimaw Books. "Dickimaw", "Dickimaw Books" and the Dickimaw parrot logo are trademarks. The Dickimaw parrot was painted by Magdalene Pritchett.

Terms of Use Privacy Policy Cookies Site Map FAQs