rename some packages for uniform naming: math prefix for math packages (except faktor) and singular forms
This commit is contained in:
parent
7d5c3f035c
commit
4c7106c7a7
3 changed files with 5 additions and 5 deletions
|
@ -14,7 +14,7 @@
|
||||||
\ProcessOptions\relax
|
\ProcessOptions\relax
|
||||||
|
|
||||||
%%%% Import the other custom math packages
|
%%%% 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{amsmath}
|
||||||
\RequirePackage{mathtools}
|
\RequirePackage{mathtools}
|
||||||
|
@ -35,8 +35,8 @@
|
||||||
\RequirePackage{mkessler-faktor}
|
\RequirePackage{mkessler-faktor}
|
||||||
\RequirePackage{mkessler-mathsymb}
|
\RequirePackage{mkessler-mathsymb}
|
||||||
\RequirePackage[basic]{mkessler-mathalias}
|
\RequirePackage[basic]{mkessler-mathalias}
|
||||||
% mkessler-mathfonts has already been imported
|
% mkessler-mathfont has already been imported
|
||||||
\RequirePackage[\if@mkessler@math@english english\else german\fi]{mkessler-operators}
|
\RequirePackage[\if@mkessler@math@english english\else german\fi]{mkessler-mathop}
|
||||||
\RequirePackage{mkessler-mathfig}
|
\RequirePackage{mkessler-mathfig}
|
||||||
\RequirePackage{mkessler-unicodechar}
|
\RequirePackage{mkessler-unicodechar}
|
||||||
\RequirePackage{mkessler-mathfixes} % Load this last since it renews behaviour
|
\RequirePackage{mkessler-mathfixes} % Load this last since it renews behaviour
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\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
|
%%% Store away the several (partially conflicting) fonts in internal macros
|
|
@ -1,5 +1,5 @@
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\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
|
%Provides some commonly used Operators used in the write-ups of my lecture notes
|
||||||
|
|
Loading…
Reference in a new issue