diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/iodhbwm/test-doc.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/iodhbwm/test-doc.tex | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/iodhbwm/test-doc.tex b/Master/texmf-dist/doc/latex/iodhbwm/test-doc.tex new file mode 100644 index 00000000000..0692f0dfdb6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/iodhbwm/test-doc.tex @@ -0,0 +1,40 @@ +% --------------------------------------------------- +% 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 +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 + +% --------------------------------------------------- +% --- --- - Change default biblatex options - --- --- +% --------------------------------------------------- +% You can almost change every option with this command. There are +% only some exception like the backend and the style. +% If you want to change the citeystyle have a look at the custom +% cite style example or see the documentation for biblatex/citestyle +% option. +% --------------------------------------------------- +% Change the sorting and supress the DOI output +\ExecuteBibliographyOptions{hyperref=true} + +% --------------------------------------------------- +% --- --- --- --- Begin actual content -- --- --- --- +% --------------------------------------------------- +\begin{document} + \blindtext \cite{doody} + +% \nocite{*} % Cite every entry from the passed file + \printbibliography + + % --------------------------------------------------- +\end{document}
\ No newline at end of file |