rename some packages for uniform naming: math prefix for math packages (except faktor) and singular forms

This commit is contained in:
Maximilian Keßler 2021-09-11 17:22:13 +02:00
parent 7d5c3f035c
commit 4c7106c7a7
3 changed files with 5 additions and 5 deletions

View file

@ -14,7 +14,7 @@
\ProcessOptions\relax
%%%% Import the other custom math packages
\RequirePackage{mkessler-mathfonts} % Load this first to ensure untouched fonts
\RequirePackage{mkessler-mathfont} % Load this first to ensure untouched fonts
\RequirePackage{amsmath}
\RequirePackage{mathtools}
@ -35,8 +35,8 @@
\RequirePackage{mkessler-faktor}
\RequirePackage{mkessler-mathsymb}
\RequirePackage[basic]{mkessler-mathalias}
% mkessler-mathfonts has already been imported
\RequirePackage[\if@mkessler@math@english english\else german\fi]{mkessler-operators}
% mkessler-mathfont has already been imported
\RequirePackage[\if@mkessler@math@english english\else german\fi]{mkessler-mathop}
\RequirePackage{mkessler-mathfig}
\RequirePackage{mkessler-unicodechar}
\RequirePackage{mkessler-mathfixes} % Load this last since it renews behaviour

View file

@ -1,5 +1,5 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{mkessler-mathfonts}[2021-09-06 - Collects several math fonts together]
\ProvidesPackage{mkessler-mathfont}[2021/09/06 - Collects several math fonts together]
%%% Store away the several (partially conflicting) fonts in internal macros

View file

@ -1,5 +1,5 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{mkessler-operators}[2021-04-27 - Operator Package]
\ProvidesPackage{mkessler-mathop}[2021-04-27 - Operator Package]
%%%%%%%%%%%%%%%%%
%Provides some commonly used Operators used in the write-ups of my lecture notes