add hyphanation and new acronym command for SI units

main
Sebastian Preisner 2 years ago
parent a9c3019cec
commit e6a7e31800

@ -309,6 +309,13 @@ $if(numbersections)$
\setcounter{secnumdepth}{$if(secnumdepth)$$secnumdepth$$else$5$endif$}
%\setcounter{secnumdepth}{-\maxdimen} % remove section numbering
$endif$
$if(acronym)$
% This is for adding Acronym with SI units correct
\newcommand{\siacl}[3]{\num{#1} \acl{#2} (\si{#3})}
$endif$
$if(hyphenation)$
\hyphenation{$for(hyphenation)$$hyphenation$$sep$ $endfor$}
$endif$
% --------------------------------------------------------------
% begin document

Loading…
Cancel
Save