From 5ca53c1c9e54bc6650a539ec3944054b0898c10e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Sun, 12 Sep 2021 00:04:15 +0200 Subject: [PATCH] some slight reworking --- math/mkessler-mathalias.sty | 1 - math/mkessler-mathfixes.sty | 1 + math/mkessler-mathfont.sty | 2 +- removed.sty | 8 +++----- todo.md | 23 +++++++++++++++++++++++ 5 files changed, 28 insertions(+), 7 deletions(-) diff --git a/math/mkessler-mathalias.sty b/math/mkessler-mathalias.sty index d531651..6f73daf 100644 --- a/math/mkessler-mathalias.sty +++ b/math/mkessler-mathalias.sty @@ -43,4 +43,3 @@ \expandafter\makealiasesforwith\expandafter\mathcal\expandafter{\expandafter c\expandafter}\expandafter{\mkessler@mathalias@all} \expandafter\makealiasesforwith\expandafter\mathfrak\expandafter{\expandafter f\expandafter}\expandafter{\mkessler@mathalias@all} \fi - diff --git a/math/mkessler-mathfixes.sty b/math/mkessler-mathfixes.sty index d2aae2d..cbf80e5 100644 --- a/math/mkessler-mathfixes.sty +++ b/math/mkessler-mathfixes.sty @@ -28,6 +28,7 @@ \AtBeginDocument{ \let\phi\mkessler@mathfixes@stored@varphi \let\uglyphi\mkessler@mathfixes@stored@phi + \let\oldphi\mkessler@mathfixes@stored@phi } \let\mkessler@mathfixes@stored@epsilon\epsilon diff --git a/math/mkessler-mathfont.sty b/math/mkessler-mathfont.sty index c139e3c..69ad8f7 100644 --- a/math/mkessler-mathfont.sty +++ b/math/mkessler-mathfont.sty @@ -21,7 +21,7 @@ \let\mathfrak\mkessler@mathfonts@amsfonts@mathfrak % Set \mathfrak to mathfrak from amsfonts \let\mathscr\mkessler@mathfonts@mathrsfs@mathscr % Set \mathscr to mathscript from mathrsfs package \let\mathcat\mkessler@mathfonts@mathrsfs@mathscr % Set \mathcat to mathscript from mathrsfs package - \let\mathcom\mkessler@mathfonts@eucal@optionmathscr@mathscr % Set \mathcom (for comic) to \mathscr from [mathscr]{eucal} package + \let\mathcalo\mkessler@mathfonts@eucal@optionmathscr@mathscr % Set \mathcom (for comic) to \mathscr from [mathscr]{eucal} package } \AtBeginDocument{\mkessler@mathfonts@restorefonts} diff --git a/removed.sty b/removed.sty index d309973..500acd2 100644 --- a/removed.sty +++ b/removed.sty @@ -16,6 +16,9 @@ \RequirePackage[shortlabels]{enumitem} } +\newcommand\setItemnumber[1]{\setcounter{enum\romannumeral\@enumdepth}{\numexpr#1-1\relax}} + + \newcommand{\emphasize}[1]{{\color{red} #1}} @@ -25,11 +28,6 @@ \RequirePackage{wrapfig} % Wrap text around figures -\newcommand\setItemnumber[1]{\setcounter{enum\romannumeral\@enumdepth}{\numexpr#1-1\relax}} % Math-related \RequirePackage[export]{adjustbox} - -\def\category#1{\mathcat{#1}} -\newcommand{\cat}[1]{ \mathscr{#1} } - diff --git a/todo.md b/todo.md index aa97858..d44a597 100644 --- a/todo.md +++ b/todo.md @@ -16,3 +16,26 @@ There is an option clash (since TexLive 2018) between thmtools, IEEEtrantools an See also https://tex.stackexchange.com/questions/515560/incompatibility-of-thmtools-ieeetrantools-and-cleveref-in-tex-live-2018-2019 + + + +## Ideas for new macros + +- Cup with point above for disjoint union +- Print a complex number i differently +- function restriction (f|_X f\mid_X is not nice, take spacing from \upharpoonright ?) l. 156 \defon +- macro for 'entspricht' +- cev for reversed direction vector, l. 170 \cev +- integration for mathbf? + +# Package reworks +## mkessler-mathfonts +- get old calligraphic font and provide it as \mathcalo +- +## mkessler-fancythm +- spacing of subsection before fancy thm + + +# Package ideas +- Define new math environment column types +