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.tex17
1 files changed, 13 insertions, 4 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
index 9cc084561f8..c86846a771b 100644
--- a/Master/texmf-dist/doc/latex/biblatex/examples/82-style-debug.tex
+++ b/Master/texmf-dist/doc/latex/biblatex/examples/82-style-debug.tex
@@ -10,16 +10,25 @@
\bibliography{biblatex-examples}
% Some generic settings:
\newcommand{\cmd}[1]{\texttt{\textbackslash #1}}
+\setlength{\parindent}{0pt}
\begin{document}
\section*{The \texttt{debug} style}
-This style prints all bibliographic data in tabular format. It is
-intended for debugging only.
+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.
-\clearpage
+\subsection*{Citation examples}
+
+\cite{companion}
+
+\parencite[30]{companion}
+
+\footcite[see][]{companion}
+
+\cite[see][30]{companion}
+
+\cites(see)()[30]{companion}
-\nocite{companion}
\printbibliography
\end{document}