UPD 03 processor type and features TODO
This commit is contained in:
@@ -29,9 +29,8 @@
|
||||
\usepackage[a4paper,margin=25mm]{geometry}
|
||||
\usepackage[english, ngerman]{babel} %Verwendung von \glqq \qrgg{}; ngerman als default (zuerst)
|
||||
\usepackage{hyperref}
|
||||
\usepackage{linux_configuration_hyphenation} %Datei mit Vorschlägen zur Silbentrennung einbetten
|
||||
%% \usepackage{ulem} %strike through with /sout{}
|
||||
\usepackage{linux_configuration_hyphenation}
|
||||
% you have to install texlive-plaingeneric first :
|
||||
\usepackage{ulem}
|
||||
% to get rid off the warning with \texttt{ \{ \} }
|
||||
%\usepackage{lmodern}
|
||||
@@ -48,28 +47,22 @@
|
||||
|
||||
% Math mode with value and units framework, e.g. for 15.11.18.1
|
||||
\usepackage{siunitx}
|
||||
%\newcommand{\siunitxversionfrom}{2023-07-31}% range-independent-prefix support added since that day
|
||||
%\IfPackageAtLeastTF{siunitx}{\siunitxversionfrom}
|
||||
%{% new version
|
||||
\sisetup{
|
||||
locale=DE,
|
||||
exponent-to-prefix=true,
|
||||
range-independent-prefix=true,
|
||||
per-mode=symbol
|
||||
}
|
||||
%\newcommand{\siunitxold}{}
|
||||
%}
|
||||
%{% old version
|
||||
%\sisetup{
|
||||
% locale=DE,
|
||||
% exponent-to-prefix=true,
|
||||
% range-independent-prefix=true,
|
||||
% per-mode=symbol
|
||||
%}
|
||||
%\newcommand{\siunitxold}{%
|
||||
%\\Please update your \LaTeX module \textit{siunitx}: The module is older then \siunitxversionfrom
|
||||
%}%
|
||||
%}%
|
||||
|
||||
\sisetup{%
|
||||
locale = DE,
|
||||
detect-all,
|
||||
detect-weight = true,
|
||||
output-complex-root = \mathrm{j},%output j instead of i
|
||||
complex-phase-command = \phase,% using Steinmetz
|
||||
complex-root-position = before-number,% using j234 instead of 234j
|
||||
mode = math,
|
||||
per-mode = symbol
|
||||
}
|
||||
% Ein Font, der auch $\varDelta$ usw. unterstützt:
|
||||
%\usepackage{kpfonts}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user