summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-philosophy/test-verbose.tex
diff options
context:
space:
mode:
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.tex36
1 files changed, 36 insertions, 0 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
new file mode 100644
index 00000000000..c8e5a97ceed
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-philosophy/test-verbose.tex
@@ -0,0 +1,36 @@
+% !TEX TS-program = LuaLaTeX
+% !TEX encoding = UTF-8 Unicode
+% !BIB TS-program = biber
+\documentclass{article}
+\usepackage[T1]{fontenc}
+\usepackage[utf8]{inputenc}
+
+
+%\usepackage[italian]{babel}
+\usepackage[style=italian]{csquotes}
+\usepackage[%
+%backend=biber,
+classical=true,
+style=philosophy-verbose,
+publocformat=ssloccolonpub,
+%commacit,
+%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}
+
+
+\printbibliography
+
+\end{document}