summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex/examples/81-style-draft.tex
blob: dd47330d8846393bd485301ba8780b49bc38922e (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
%
% 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}