diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-20 23:32:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-20 23:32:55 +0000 |
commit | 1080eb42d3947b4414c2bda84c4d0c0b809c4e16 (patch) | |
tree | d5e2f1893ee3a1f85c1b0d195db8ba0a8c28ff60 /Master/texmf-dist/doc/latex/biblatex/examples/82-style-debug.tex | |
parent | 6861935735f4cbecd9f2772a4123b3fb07d6ffc2 (diff) |
biblatex 0.9a (19mar10)
git-svn-id: svn://tug.org/texlive/trunk@17511 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 | 17 |
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} |