UPD siunitx module
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d99fe4e01bb4173b8e019be3cf2030226ebd31c07909cf4b250d6e2ec3b4842b
|
||||
size 1087832
|
||||
oid sha256:93bb664c89105e89a9bcca66ef4aaaf0663e3391bc314888db0c06eac315a8b8
|
||||
size 1128938
|
||||
|
||||
@@ -30,11 +30,22 @@
|
||||
|
||||
% Math mode with value and units framework, e.g. for 15.11.18.1
|
||||
\usepackage{siunitx}
|
||||
\IfPackageAtLeastTF{siunitx}{2023-07-31}
|
||||
{% new version
|
||||
\sisetup{
|
||||
locale=DE,
|
||||
exponent-to-prefix=true,
|
||||
range-independent-prefix=true
|
||||
}
|
||||
}
|
||||
{% old version
|
||||
\sisetup{
|
||||
locale=DE,
|
||||
exponent-to-prefix=true
|
||||
}
|
||||
\newcommand{\siunitxold}{The module is older then 2023-07-31}
|
||||
}%
|
||||
|
||||
\hypersetup{
|
||||
pdftitle={Linux Konfiguration in deutscher Sprache},
|
||||
pdfsubject={(c) KW4NZ, Tom},
|
||||
@@ -92,6 +103,9 @@ Hier ist der Standarwert ein Nein [n], meine persönliche Einstellung ein Ja [Y]
|
||||
dann schicken Sie dies mit Erläuterungen und dem Hinweis auf die obenstehende
|
||||
Version \version ~an:
|
||||
\href{mailto:oe1tkt@gmail.com}{oe1tkt@gmail.com}}
|
||||
\@ifdefined{siuntixold}{
|
||||
\\Please update your \LaTeX module \textit{siunitx}: \siunitxold
|
||||
}
|
||||
|
||||
\subsection{Konfiguration für ein verteiltes Kompilieren auf mehreren Rechnern}
|
||||
Sie sollten schon einiges an Erfahrung mit dem Kompilieren unter Linux mitbringen.
|
||||
|
||||
Reference in New Issue
Block a user