From 3bec8e06588ab0b05839c962befd8a0791975f4c Mon Sep 17 00:00:00 2001 From: Jan Wille <jan.wille@stud.hs-hannover.de> Date: Sat, 5 Jun 2021 16:22:16 +0200 Subject: [PATCH] removed abbreviations option from siuntix to fix #2 --- HsH-classes.dtx | 2 +- src/HsH-article.cls | 14 +++++++------- src/HsH-report.cls | 14 +++++++------- src/HsH-standalone.cls | 14 +++++++------- test.tex | 2 +- 5 files changed, 23 insertions(+), 23 deletions(-) diff --git a/HsH-classes.dtx b/HsH-classes.dtx index 41c7630..eb8d99c 100644 --- a/HsH-classes.dtx +++ b/HsH-classes.dtx @@ -141,7 +141,7 @@ %% options for not loaded packages ---------------------------------------------------------------- % %<article|report>\PassOptionsToPackage{backend=biber,style=alphabetic,sorting=nyt}{biblatex} -\PassOptionsToPackage{free-standing-units,abbreviations}{siunitx} +\PassOptionsToPackage{free-standing-units}{siunitx} \PassOptionsToPackage{european,EFvoltages,straightvoltages,betterproportions}{circuitikz} %</article|report|standalone> diff --git a/src/HsH-article.cls b/src/HsH-article.cls index f1de34f..508169a 100644 --- a/src/HsH-article.cls +++ b/src/HsH-article.cls @@ -5,21 +5,21 @@ %% The original source files were: %% %% HsH-classes.dtx (with options: `article') -%% +%% %% This is a generated file. -%% +%% %% Copyright (C) 2021 by Jan Wille <mail@janwille.de> -%% +%% %% This file may be distributed and/or modified under the conditions of %% the LaTeX Project Public License, either version 1.3 of this license %% or (at your option) any later version. The latest version of this %% license is in: -%% +%% %% http://www.latex-project.org/lppl.txt -%% +%% %% and version 1.3 or later is part of all distributions of LaTeX version %% 2021/01/01 or later. -%% +%% \typeout{Adapted from KOMA script for use in Hochschule Hannover <2021-04-21> Jan Wille} \NeedsTeXFormat{LaTeX2e} \newcommand{\myClassName}{HsH-article} @@ -95,7 +95,7 @@ \RequirePackage{pgffor} %% options for not loaded packages ---------------------------------------------------------------- \PassOptionsToPackage{backend=biber,style=alphabetic,sorting=nyt}{biblatex} -\PassOptionsToPackage{free-standing-units,abbreviations}{siunitx} +\PassOptionsToPackage{free-standing-units}{siunitx} \PassOptionsToPackage{european,EFvoltages,straightvoltages,betterproportions}{circuitikz} %% title matters ---------------------------------------------------------------------------------- diff --git a/src/HsH-report.cls b/src/HsH-report.cls index e04f752..782cbd0 100644 --- a/src/HsH-report.cls +++ b/src/HsH-report.cls @@ -5,21 +5,21 @@ %% The original source files were: %% %% HsH-classes.dtx (with options: `report') -%% +%% %% This is a generated file. -%% +%% %% Copyright (C) 2021 by Jan Wille <mail@janwille.de> -%% +%% %% This file may be distributed and/or modified under the conditions of %% the LaTeX Project Public License, either version 1.3 of this license %% or (at your option) any later version. The latest version of this %% license is in: -%% +%% %% http://www.latex-project.org/lppl.txt -%% +%% %% and version 1.3 or later is part of all distributions of LaTeX version %% 2021/01/01 or later. -%% +%% \typeout{Adapted from KOMA script for use in Hochschule Hannover <2021-04-21> Jan Wille} \NeedsTeXFormat{LaTeX2e} \newcommand{\myClassName}{HsH-report} @@ -95,7 +95,7 @@ \RequirePackage{pgffor} %% options for not loaded packages ---------------------------------------------------------------- \PassOptionsToPackage{backend=biber,style=alphabetic,sorting=nyt}{biblatex} -\PassOptionsToPackage{free-standing-units,abbreviations}{siunitx} +\PassOptionsToPackage{free-standing-units}{siunitx} \PassOptionsToPackage{european,EFvoltages,straightvoltages,betterproportions}{circuitikz} %% title matters ---------------------------------------------------------------------------------- diff --git a/src/HsH-standalone.cls b/src/HsH-standalone.cls index 2ae116d..01e4b2e 100644 --- a/src/HsH-standalone.cls +++ b/src/HsH-standalone.cls @@ -5,21 +5,21 @@ %% The original source files were: %% %% HsH-classes.dtx (with options: `standalone') -%% +%% %% This is a generated file. -%% +%% %% Copyright (C) 2021 by Jan Wille <mail@janwille.de> -%% +%% %% This file may be distributed and/or modified under the conditions of %% the LaTeX Project Public License, either version 1.3 of this license %% or (at your option) any later version. The latest version of this %% license is in: -%% +%% %% http://www.latex-project.org/lppl.txt -%% +%% %% and version 1.3 or later is part of all distributions of LaTeX version %% 2021/01/01 or later. -%% +%% \typeout{Adapted from KOMA script for use in Hochschule Hannover <2021-04-21> Jan Wille} \NeedsTeXFormat{LaTeX2e} \newcommand{\myClassName}{HsH-standalone} @@ -78,7 +78,7 @@ \RequirePackage{amsmath} \if@german\RequirePackage{ziffer}\fi %% options for not loaded packages ---------------------------------------------------------------- -\PassOptionsToPackage{free-standing-units,abbreviations}{siunitx} +\PassOptionsToPackage{free-standing-units}{siunitx} \PassOptionsToPackage{european,EFvoltages,straightvoltages,betterproportions}{circuitikz} %% typesetting indexes upright or standart diff --git a/test.tex b/test.tex index 9542069..cd95176 100644 --- a/test.tex +++ b/test.tex @@ -51,7 +51,7 @@ noch ein test \normalsubscripts$R_t$ \upsubscripts$R_t$ - mit einheit: $R=200\,\milli\ohm+ \SI{0.34567453}{\volt\per\metre}$ + mit einheit: $R=200\,\mohm+ \SI{0.34567453}{\volt\per\metre}$ \cite{laboranleitung:physik} \vspace{2cm}\\ eine zahl: $3,5+3.5$\footnote[1]{hello}\\ -- GitLab