Skip to content

Commit

Permalink
Remove the siunitx package.
Browse files Browse the repository at this point in the history
I was getting errors. I moved the options over to the paper.
  • Loading branch information
khatchad committed Sep 30, 2024
1 parent bd831b2 commit 7590f9c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions programming.cls
Original file line number Diff line number Diff line change
Expand Up @@ -603,23 +603,6 @@
breaklines=true}
\setmintedinline{fontsize=\normalsize}}

% XXX: 2021-07-15: require v2 until everything is upgraded
\@ifpackagelater{scrbase}{2017/09/06} % gues TL from KOMA
{\AtEndPreamble{\RequirePackage{siunitx}[=v2]}} % syntax 2017+ ok
{\AtEndPreamble{\RequirePackage{siunitx}}} % not needed/possible <=2016 anyway
\AfterPackage{siunitx}{%
\sisetup{
binary-units,
detect-all,
free-standing-units,
space-before-unit,
unit-optional-argument,
parse-units = false}
\AtEndPreamble{
% If siunitx support pgf-setting, use it.
\@ifpackageloaded{pgf}{\csuse{SendSettingsToPgf}}{}
\addto\extrasenglish{\sisetup{locale = US}}}}

\PassOptionsToPackage{style=numeric,sortcites}{biblatex}
\AfterPackage{biblatex}{
\setcounter{biburllcpenalty}{7000}
Expand Down

0 comments on commit 7590f9c

Please sign in to comment.