From b77b8199329b20ca0d1db70060cef4e81704e74d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 15 Feb 2010 01:10:02 +0000 Subject: new (long-awaited) package biblatex 0.9 (14feb10) git-svn-id: svn://tug.org/texlive/trunk@17026 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/biblatex/examples/81-style-draft.tex | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/biblatex/examples/81-style-draft.tex (limited to 'Master/texmf-dist/doc/latex/biblatex/examples/81-style-draft.tex') diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/81-style-draft.tex b/Master/texmf-dist/doc/latex/biblatex/examples/81-style-draft.tex new file mode 100644 index 00000000000..f80759973ac --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex/examples/81-style-draft.tex @@ -0,0 +1,31 @@ +% +% This file presents the `draft' style +% +\documentclass[a4paper]{article} +\usepackage[T1]{fontenc} +\usepackage[american]{babel} +\usepackage{csquotes} +\usepackage[style=draft]{biblatex} +\usepackage{hyperref} +\bibliography{biblatex-examples} +% Some generic settings: +\newcommand{\cmd}[1]{\texttt{\textbackslash #1}} +\begin{document} + +\section*{The \texttt{draft} style} + +This is a draft style which simply uses the entry keys as citations. +The entry keys are also included the in the bibliography which will +be sorted by entry key. + +\subsection*{\cmd{cite} examples} + +\cite{bertram,companion,gillies,aristotle:anima} + +\subsection*{\cmd{autocite} examples} + +\autocite{baez/article,hammond,reese,spiegelberg} + +\printbibliography + +\end{document} -- cgit v1.2.3