summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-philosophy/Test-philosophy-verbose.tex
blob: e0b35796a517922ae5d03be353cc672140a4fee1 (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
\documentclass[article]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[italian]{babel}

\usepackage[italian=guillemets]{csquotes}
\usepackage[%
style=philosophy-verbose,
%backend=biber,%SE DECOMMENTATO SERVE ''BIBER''
%shorthandintro=false,
%origfields=none,%origed
%origfieldsformat=parens,%brackets
%scauthors,
%scauthorsbib,
%scauthorscite,
%publocformat=loccolonpub,%locpubyear
%volnumformat=strings,%parens
%volumeformat=roman,%romansc,romanupp
%editionformat=roman,%romansc,romanupp
%inbeforejournal,
%annotation,
%library=false,
%latinemph,
%commacit,
hyperref,
backref]{biblatex}
\addbibresource{biblatex-philosophy.bib}%

\usepackage{hyperref}
  

\begin{document}

\section{Test file for \texttt{philosophy-verbose}}

Questa è la prima citazione degli \citetitle{Bringhurst:1992} di R.~Bringhurst.\footcite[Cfr.][{}43]{Bringhurst:1992} Ora citiamo nuovamente quest'opera ma richiamando un'altra pagina.\footcite[26]{Bringhurst:1992}. E infine citiamo lo stesso luogo precedente.\footcite[26]{Bringhurst:1992}. Ora citiamo un'altra voce, che verrà riportata per esteso.\footcite[59--61]{Termini:2007} e di nuovo il testo di Bringhurst, che apparirà abbreviato.\footcite[54]{Bringhurst:1992}

\subsection{Voci \texttt{@incollection}}

Questa è una \texttt{@incollection}\footnote{\label{nota:federspil}\cite{Federspil:2009}.} e questa un'altra.\footnote{\label{nota:corrocher}\cite{Corrocher:2009}.} 

Le informazioni della \texttt{@collection} sono richiamate nella nota \ref{nota:federspil} ma sono abbreviate nella nota \ref{nota:corrocher}. Nella bibliografia, invece, ogni \texttt{@incollection} o \texttt{@inbook} viene citata per esteso. 

% Shorthands
	\printshorthands

% Bibliographies
	\defbibnote{example}{This is a note to the first bibliography}
	\defbibnote{references}{This is a note to the first bibliography. The \texttt{annotation} field is used to produce commented entries.}
	% Examples
		\phantomsection{}
		\addcontentsline{toc}{section}{Examples}
		\printbibliography[prenote=example,title=Examples,keyword=esempio]
	% References
		\phantomsection{}
		\addcontentsline{toc}{section}{\refname}
		\printbibliography[prenote=references,title=\refname,keyword=primaria]

\end{document}