summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-philosophy/test-classic.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-philosophy/test-classic.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-philosophy/test-classic.tex52
1 files changed, 15 insertions, 37 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-philosophy/test-classic.tex b/Master/texmf-dist/doc/latex/biblatex-philosophy/test-classic.tex
index 7edf6e75bc1..048d1a861e0 100644
--- a/Master/texmf-dist/doc/latex/biblatex-philosophy/test-classic.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-philosophy/test-classic.tex
@@ -5,50 +5,28 @@
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
-\usepackage[style=italian]{csquotes}
-\usepackage[%
-backend=biber,
-style=philosophy-classic,
-annotation=true,
-hyperref,
-backref]{biblatex}
-\addbibresource{philosophy-examples.bib}
-
-\usepackage{hyperref}
-
-\newcommand{\cmd}[1]{\texttt{\textbackslash #1}}
-
-\begin{document}
-
-\textbf{N.B.} For other examples see \texttt{philosophy-examples.bib} and \texttt{biblatex-examples.bib} files.
+%\usepackage{polyglossia}
+%\setmainlanguage{italian}
+%\setotherlanguage{french}
-\section{Standard commands}
-\begin{description}
-\item[\cmd{cite\{eco:2004\}}] \cite{eco:2004}\\
-\item[\cmd{textcite\{eco:2004\}}] \textcite{eco:2004}\\
-\item[\cmd{parencite\{eco:2004\}}] \parencite{eco:2004}\\
-\item[\cmd{autocite\{eco:2004\}}]\autocite{eco:2004}
-\end{description}
+\usepackage[autostyle]{csquotes}
+\usepackage[english,italian]{babel}
+%\frenchbsetup{AutoSpacePunctuation=false,StandardLayout=false,GlobalLayoutFrench=false}
-\section{Special commands}
-\subsection{\cmd{sdcite\{key\}}}
-
-This command is deprecated. Use the \texttt{entrysubtype} mechanism instead: \cite{aristotle:physics} (see documentation for details).
-
-\begin{description}
-\item[\cmd{sdcite\{guzman:sd\}}] \sdcite{guzman:sd}
-\end{description}
+\usepackage[%
+defaultrangedash=true,
+backend=biber,style=philosophy-verbose,
+autolang=other]{biblatex}
+\addbibresource{philosophy-examples.bib}
-\subsection{\cmd{footcitet}}
+%\usepackage{hyperref}
-Typeset a footnote using the same style of \cmd{textcite}.\footcitet[12-13]{eco:2004} Compare with this one.\footcite[12-13]{eco:2004}
-\section{Some miscellaneous citations}
+\begin{document}
-\textcite{Agati1991,Alpers1991,Mori:2008,comenio:oo,eco:2004,heidegger:sz,pantieri:artelatex,Poincare:1968-ORIG,popper-logik,descartes:discours,kant:kpv:xref,kant:ku:xref,Spencer:1891vol2,guzman:sd,Berti:1977,Spencer:1891b,berto:sep-impossible-worlds,corrocher:2009,federspil:2009,Valbusa:2007,britannica,ctan,guit:sito,SEP}
+\cite{Agati1991}
+\end{document}
-\printbibliography
-\end{document}