diff options
author | Karl Berry <karl@freefriends.org> | 2014-02-16 23:16:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-02-16 23:16:42 +0000 |
commit | 066de52141916bbd0370a59bc46e0b8c9901eb10 (patch) | |
tree | 421693c74c5ee68cbd987a65887084193de24ee1 /Master/texmf-dist/doc/latex/biblatex-philosophy/test-verbose.tex | |
parent | dbbdc5b07f63d0b3a4e2462c1fd9b0a9106f0724 (diff) |
biblatex-philosophy
git-svn-id: svn://tug.org/texlive/trunk@32985 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 | 29 |
1 files changed, 0 insertions, 29 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 deleted file mode 100644 index 3f785a25179..00000000000 --- a/Master/texmf-dist/doc/latex/biblatex-philosophy/test-verbose.tex +++ /dev/null @@ -1,29 +0,0 @@ -\documentclass{article} -\usepackage[T1]{fontenc} -\usepackage[utf8]{inputenc} - - -\usepackage[style=italian]{csquotes} -\usepackage[% -backend=biber, -style=philosophy-verbose, -annotation=true, -hyperref, -backref]{biblatex} -\addbibresource{philosophy-examples.bib}% - -\usepackage{hyperref} - -\begin{document} - -\section{Test file for \texttt{philosophy-verbose}} - -This is the first citation of an entry.\footcite{eco:2004}. This is another citation of the same work, with an explicit page number.\footcite[26]{eco:2004} And now a citation of the same place.\footcite[26]{eco:2004} - -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} |