diff options
author | Karl Berry <karl@freefriends.org> | 2013-10-16 22:59:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-10-16 22:59:42 +0000 |
commit | 83556912266859c0d8e6e1bc048b5b8ba1bfcc93 (patch) | |
tree | 66261240d06f903f1cf21bbe62aa86fe3ca93c95 /Master/texmf-dist/doc/latex/biblatex-philosophy/test-verbose.tex | |
parent | 38a3441fb0aaa2bf0dd7cc8702f646bf28c299a0 (diff) |
biblatex-philosophy (16oct13)
git-svn-id: svn://tug.org/texlive/trunk@31922 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-philosophy/test-verbose.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-philosophy/test-verbose.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-philosophy/test-verbose.tex b/Master/texmf-dist/doc/latex/biblatex-philosophy/test-verbose.tex index 244f31da7dd..3f785a25179 100644 --- a/Master/texmf-dist/doc/latex/biblatex-philosophy/test-verbose.tex +++ b/Master/texmf-dist/doc/latex/biblatex-philosophy/test-verbose.tex @@ -2,6 +2,7 @@ \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} + \usepackage[style=italian]{csquotes} \usepackage[% backend=biber, @@ -14,7 +15,6 @@ backref]{biblatex} \usepackage{hyperref} \begin{document} -\nocite{*} \section{Test file for \texttt{philosophy-verbose}} @@ -22,6 +22,8 @@ This is the first citation of an entry.\footcite{eco:2004}. This is another cita Now we cite another entry for the first time (all data are printed).\footcite{Frege}. Finally we cite the first work, which will be shortened.\footcite[67]{eco:2004} +\footcite{Bartocci:2007} + \printbibliography \end{document} |