summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-ms/doc/examples/81-style-draft-ms.tex
blob: 9d07437c0a25c736cdbc92e7f2433c1cde1b7e4c (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
%
% This file presents the 'draft' style
%
\documentclass[a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[american]{babel}
\usepackage{csquotes}
\usepackage[style=draft,backend=biber]{biblatex-ms}
\usepackage{hyperref}
\addbibresource{biblatex-examples.bib}
% 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}