summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-philosophy/test-classic.tex
blob: 048d1a861e0c0229e35a7acd545316c506f7f127 (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
% !TEX encoding = UTF-8 Unicode
% !TEX TS-program = pdflatex
% !BIB TS-program = biber
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}

%\usepackage{polyglossia}
%\setmainlanguage{italian}
%\setotherlanguage{french}


\usepackage[autostyle]{csquotes}
\usepackage[english,italian]{babel}
%\frenchbsetup{AutoSpacePunctuation=false,StandardLayout=false,GlobalLayoutFrench=false}


\usepackage[%
defaultrangedash=true,
backend=biber,style=philosophy-verbose,
autolang=other]{biblatex}
\addbibresource{philosophy-examples.bib}

%\usepackage{hyperref}


\begin{document}

\cite{Agati1991}
\end{document}