From e6a7e31800c42ac0ceb62880764315f614530452 Mon Sep 17 00:00:00 2001 From: Sebastian Preisner Date: Wed, 16 Feb 2022 20:37:54 +0100 Subject: [PATCH] add hyphanation and new acronym command for SI units --- wbh.tex | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/wbh.tex b/wbh.tex index db808dc..b09f82e 100644 --- a/wbh.tex +++ b/wbh.tex @@ -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