summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-ms/doc/examples/82-style-debug-ms.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/biblatex-ms/doc/examples/82-style-debug-ms.tex')
-rw-r--r--macros/latex/contrib/biblatex-ms/doc/examples/82-style-debug-ms.tex35
1 files changed, 35 insertions, 0 deletions
diff --git a/macros/latex/contrib/biblatex-ms/doc/examples/82-style-debug-ms.tex b/macros/latex/contrib/biblatex-ms/doc/examples/82-style-debug-ms.tex
new file mode 100644
index 0000000000..f1ff8ca28a
--- /dev/null
+++ b/macros/latex/contrib/biblatex-ms/doc/examples/82-style-debug-ms.tex
@@ -0,0 +1,35 @@
+%
+% This file presents the 'debug' style
+%
+\documentclass[a4paper]{article}
+\usepackage[T1]{fontenc}
+\usepackage[utf8]{inputenc}
+\usepackage[american]{babel}
+\usepackage{csquotes}
+\usepackage[style=debug,backend=biber]{biblatex-ms}
+\usepackage{hyperref}
+\addbibresource{biblatex-examples.bib}
+% Some generic settings:
+\newcommand{\cmd}[1]{\texttt{\textbackslash #1}}
+\setlength{\parindent}{0pt}
+\begin{document}
+
+\section*{The \texttt{debug} style}
+
+This style is intended for debugging only. The citations are printed as a list of all arguments passed to the citation command. The bibliography lists all bibliographic data in tabular format.
+
+\subsection*{Citation examples}
+
+\cite{companion}
+
+\parencite[30]{companion}
+
+\footcite[see][]{companion}
+
+\cite[see][30]{companion}
+
+\cites(see)()[30]{companion}
+
+\printbibliography
+
+\end{document}