% ---------------------------------------------------
% 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{sorting=none, doi=false}

% ---------------------------------------------------
% --- --- --- --- Begin actual content -- --- --- ---
% ---------------------------------------------------
\begin{document}
    \Blinddocument % Dummy content
    
    \nocite{*}     % Cite every entry from the passed file

    % ---------------------------------------------------
\end{document}