diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-15 01:10:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-15 01:10:02 +0000 |
commit | b77b8199329b20ca0d1db70060cef4e81704e74d (patch) | |
tree | a4d9ff9e9db47d18d182e88154272db9fb00fd06 /Master/texmf-dist/doc/latex/biblatex/examples/82-style-debug.tex | |
parent | d943f64a02a10d7684bfc86f484132152e174ce1 (diff) |
new (long-awaited) package biblatex 0.9 (14feb10)
git-svn-id: svn://tug.org/texlive/trunk@17026 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex/examples/82-style-debug.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex/examples/82-style-debug.tex | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/82-style-debug.tex b/Master/texmf-dist/doc/latex/biblatex/examples/82-style-debug.tex new file mode 100644 index 00000000000..9cc084561f8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex/examples/82-style-debug.tex @@ -0,0 +1,25 @@ +% +% This file presents the `debug' style +% +\documentclass[a4paper]{article} +\usepackage[T1]{fontenc} +\usepackage[american]{babel} +\usepackage{csquotes} +\usepackage[style=debug]{biblatex} +\usepackage{hyperref} +\bibliography{biblatex-examples} +% Some generic settings: +\newcommand{\cmd}[1]{\texttt{\textbackslash #1}} +\begin{document} + +\section*{The \texttt{debug} style} + +This style prints all bibliographic data in tabular format. It is +intended for debugging only. + +\clearpage + +\nocite{companion} +\printbibliography + +\end{document} |