summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-style-option.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-style-option.tex')
-rw-r--r--macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-style-option.tex31
1 files changed, 31 insertions, 0 deletions
diff --git a/macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-style-option.tex b/macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-style-option.tex
new file mode 100644
index 0000000000..6fd6547da3
--- /dev/null
+++ b/macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-style-option.tex
@@ -0,0 +1,31 @@
+% ---------------------------------------------------
+% Date: 12.11.2018
+% Version: v0.1
+% Autor: Felix Faltin <ffaltin91[at]gmail.com>
+% Repository: https://github.com/faltfe/iodhbwm
+% ---------------------------------------------------
+% --- --- --- --- -- Class options -- --- --- --- ---
+% ---------------------------------------------------
+\documentclass[
+ add-bibliography, % Include bibliography (needs biber run)
+ bib-file = biblatex-examples.bib, % Set bibliography file
+ biblatex/style = alphabetic, % Change citestyle and biblatex to alphabetic
+% biblatex/citestyle = alphabetic,
+% biblatex/bibstyle = alphabetic,
+ language = ngerman, % Set main document language
+ debug % Provide \lipsum, \blindtext
+]{iodhbwm}
+\usepackage[T1]{fontenc}
+%\usepackage[utf8]{inputenc} % UTF-8 is default at the latest release
+
+\begin{document}
+
+ % ---------------------------------------------------
+ % --- --- --- --- Begin actual content -- --- --- ---
+ % ---------------------------------------------------
+ \Blinddocument % Dummy content
+
+ \nocite{*} % Cite every entry from the passed file
+
+ % ---------------------------------------------------
+\end{document}