summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-philosophy/test-verbose.tex
blob: 08c4b04b38adf41ef27d7746f12c32caaa1467be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
% !TEX TS-program = pdfLaTeX
% !TEX encoding = UTF-8 Unicode
% !BIB TS-program = biber
\documentclass[12pt,a4paper,twoside,openright,titlepage]{book}
\usepackage[norules,swapnames]{frontespizio}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english,italian]{babel}
\usepackage[style=italian]{csquotes}
\usepackage[style=philosophy-verbose,scauthors=true,scauthorscite=true,indexing=cite,backend=biber]{biblatex}
	\addbibresource{Bibliografia.bib}
\usepackage{indentfirst}
\usepackage[a4paper,top=2.5cm,bottom=2.5cm,left=3cm,right=3cm,bindingoffset=5mm]{geometry}
\usepackage{url}
\usepackage{hyperref}
\usepackage{setspace}
\usepackage{blindtext}
\usepackage{epigraph}
\usepackage{emptypage}
\usepackage{makeidx}
\renewcommand{\textflush}{flushepinormal}

\DeclareIndexFieldFormat{indextitle}{}{}{}

\defbibheading{primaria}{\subsection*{Bibliografia Primaria}}
\defbibheading{secondaria}{\subsection*{Bibliografia Secondaria}}

\makeindex
\onehalfspacing

\addbibresource{philosophy-examples.bib}%


\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}