summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex/examples/82-style-debug.tex
blob: 9cc084561f8853c799977ffba24d57f56b556458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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}