diff options
author | Karl Berry <karl@freefriends.org> | 2013-03-17 21:52:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-03-17 21:52:06 +0000 |
commit | e6826e3bb3139f2329f722784dfa24c5cbb824dc (patch) | |
tree | e770a052734db40bf9e6b77d167444b5ff6c4634 /Master/texmf-dist/doc/latex/biblatex-philosophy/test-classic.tex | |
parent | f6ebf7e69e4c372ab549c769ce5058a8f864336d (diff) |
biblatex-philosophy
git-svn-id: svn://tug.org/texlive/trunk@29411 c570f23f-e606-0410-a88d-b1316a301751
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.tex | 50 |
1 files changed, 50 insertions, 0 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 new file mode 100644 index 00000000000..067f6b2be86 --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-philosophy/test-classic.tex @@ -0,0 +1,50 @@ +\documentclass{article} +\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{biblatex-philosophy.bib} and \texttt{biblatex-examples.bib} files. + +\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} + +\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} + +\subsection{\cmd{footcitet}} + +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} + +\textcite{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} + +\printbibliography + +\end{document} |