summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex/examples/82-style-debug.tex
diff options
context:
space:
mode:
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.tex25
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}