From 33620f94b3fe407f2f5381ac12a77ad49febaa90 Mon Sep 17 00:00:00 2001 From: Thomas Kuschel Date: Thu, 15 Feb 2024 02:14:48 +0100 Subject: [PATCH 1/5] UPD sisetup --- documentation/linux_configuration.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/linux_configuration.tex b/documentation/linux_configuration.tex index ca51da3..e7fad94 100644 --- a/documentation/linux_configuration.tex +++ b/documentation/linux_configuration.tex @@ -31,8 +31,8 @@ % Math mode with value and units framework, e.g. for 15.11.18.1 \usepackage{siunitx} \sisetup{ - locale=DE, - range-independent-prefix = true + locale=DE + %,range-independent-prefix = true } \hypersetup{ pdftitle={Linux Konfiguration in deutscher Sprache}, From 3690bc81f207d9d75efa73dab6fdad016eadd001 Mon Sep 17 00:00:00 2001 From: Thomas Kuschel Date: Mon, 19 Feb 2024 12:41:54 +0100 Subject: [PATCH 2/5] UPD LSI MPT Fusion per-mode=symbol for Host Adapter --- documentation/linux_configuration.pdf | 4 ++-- documentation/linux_configuration_15_device_drivers.tex | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/linux_configuration.pdf b/documentation/linux_configuration.pdf index 3bef919..f4fd102 100644 --- a/documentation/linux_configuration.pdf +++ b/documentation/linux_configuration.pdf @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cfe1bfbc3dd479744566f74ca2a05e1d1750b8f634dd6001f89227fa876239b8 -size 1044280 +oid sha256:d99fe4e01bb4173b8e019be3cf2030226ebd31c07909cf4b250d6e2ec3b4842b +size 1087832 diff --git a/documentation/linux_configuration_15_device_drivers.tex b/documentation/linux_configuration_15_device_drivers.tex index 86d6188..3d227f0 100644 --- a/documentation/linux_configuration_15_device_drivers.tex +++ b/documentation/linux_configuration_15_device_drivers.tex @@ -3324,7 +3324,7 @@ Das Modul wird \texttt{megaraid\_sas} genannt. \paragraph{LSI MPT Fusion SAS 3.0 \& SAS 2.0 Device Driver}$~$\\ CONFIG\_SCSI\_MPT3SAS [=m] \textbf{[M]}\\* -This driver supports PCI"=Express SAS $\qty{12}{\giga\bit\per\second}$ Host Adapters. +This driver supports PCI"=Express SAS $\qty[per-mode=symbol]{12}{\giga\bit\per\second}$ Host Adapters. From 88ec6f5513b0f0d93844553805c97f6317fc8c31 Mon Sep 17 00:00:00 2001 From: Thomas Kuschel Date: Mon, 19 Feb 2024 13:39:33 +0100 Subject: [PATCH 3/5] UPD siunitx module --- documentation/linux_configuration.pdf | 4 ++-- documentation/linux_configuration.tex | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/documentation/linux_configuration.pdf b/documentation/linux_configuration.pdf index f4fd102..b9b8d02 100644 --- a/documentation/linux_configuration.pdf +++ b/documentation/linux_configuration.pdf @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d99fe4e01bb4173b8e019be3cf2030226ebd31c07909cf4b250d6e2ec3b4842b -size 1087832 +oid sha256:93bb664c89105e89a9bcca66ef4aaaf0663e3391bc314888db0c06eac315a8b8 +size 1128938 diff --git a/documentation/linux_configuration.tex b/documentation/linux_configuration.tex index 252067e..0174366 100644 --- a/documentation/linux_configuration.tex +++ b/documentation/linux_configuration.tex @@ -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. From 1826faf72f9fd32e2b9ab9bc9e6ef4514eddf25f Mon Sep 17 00:00:00 2001 From: Thomas Kuschel Date: Mon, 19 Feb 2024 14:37:06 +0100 Subject: [PATCH 4/5] FIX old siunitx version - print --- documentation/linux_configuration.tex | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/documentation/linux_configuration.tex b/documentation/linux_configuration.tex index 0174366..6b93f6d 100644 --- a/documentation/linux_configuration.tex +++ b/documentation/linux_configuration.tex @@ -30,20 +30,24 @@ % Math mode with value and units framework, e.g. for 15.11.18.1 \usepackage{siunitx} -\IfPackageAtLeastTF{siunitx}{2023-07-31} +\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 } +\newcommand{\siunitxold}{} } {% old version \sisetup{ locale=DE, exponent-to-prefix=true } -\newcommand{\siunitxold}{The module is older then 2023-07-31} +\newcommand{\siunitxold}{% +\\Please update your \LaTeX module \textit{siunitx}: The module is older then \siunitxversionfrom +}% }% \hypersetup{ @@ -103,9 +107,7 @@ 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 -} +\siunitxold \subsection{Konfiguration für ein verteiltes Kompilieren auf mehreren Rechnern} Sie sollten schon einiges an Erfahrung mit dem Kompilieren unter Linux mitbringen. From 8dd1337de4713a6772c7c6cc9e03430e0b3df828 Mon Sep 17 00:00:00 2001 From: Thomas Kuschel Date: Mon, 19 Feb 2024 14:44:29 +0100 Subject: [PATCH 5/5] UPD Linux 6.7.5 --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 45c50ee..b371d0f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # copied from Jan Alexander Steffens (heftig) pkgbase=linux-tom -pkgver=6.7.4.arch1 +pkgver=6.7.5.arch1 pkgrel=1 pkgdesc='Linux' url='https://github.com/archlinux/linux'