Skip to content
Snippets Groups Projects
Commit 4ee74bb3 authored by jkoehne's avatar jkoehne
Browse files

:bug: Fixed error in siunitx

! Package keyvalue Error: Unknown option 'decimalsymbol' for package siunitx.
changed the option decimalsymbol to \sisetup{locale = DE}
parent 095cc6ae
No related branches found
No related tags found
No related merge requests found
\documentclass[index,index=totoc,bibliography=totoc,listof=totoc,english]{MDT-SADA}
% Keyword 'english' fuer eine englische Version. Die Bibliothekt muss noch angepasst werden.
% Keyword 'english' fuer eine englische Version. Die Bibliothek muss noch angepasst werden.
%\usepackage{listings} % Einbinden von Quellcode
\usepackage[withpage]{acronym} % Abkürzungsverzeichnis
\usepackage[autostyle=true,german=quotes]{csquotes} % für Zitation
\usepackage[binary-units=true,per-mode=symbol,decimalsymbol=comma]{siunitx}
\usepackage[binary-units=true,per-mode=symbol]{siunitx}
\sisetup{locale = DE}
\usepackage{pdfpages}
% http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/macros/latex/exptl/biblatex/doc/biblatex.pdf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment