summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-ms/doc/examples/81-style-draft-ms.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/biblatex-ms/doc/examples/81-style-draft-ms.tex')
-rw-r--r--macros/latex/contrib/biblatex-ms/doc/examples/81-style-draft-ms.tex32
1 files changed, 32 insertions, 0 deletions
diff --git a/macros/latex/contrib/biblatex-ms/doc/examples/81-style-draft-ms.tex b/macros/latex/contrib/biblatex-ms/doc/examples/81-style-draft-ms.tex
new file mode 100644
index 0000000000..9d07437c0a
--- /dev/null
+++ b/macros/latex/contrib/biblatex-ms/doc/examples/81-style-draft-ms.tex
@@ -0,0 +1,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}