update dates in provided packages, do not use relative importing path
This commit is contained in:
parent
222faf184e
commit
84861677ae
3 changed files with 4 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
\NeedsTeXFormat{LaTeX2e}
|
||||
\ProvidesPackage{mkessler-fancythm}[2021/04/27 - Theorem-Environment Package]
|
||||
\ProvidesPackage{mkessler-fancythm}[2021/09/04 - Theorem-Environment Package]
|
||||
%%%%%%%%m
|
||||
%Provides fancy theorem-like-environments usedd in the write-ups of my lecture nots
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
\NeedsTeXFormat{LaTeX2e}
|
||||
\ProvidesPackage{mkessler-math}[2021/03/31 - Math package]
|
||||
\ProvidesPackage{mkessler-math}[2021/09/04 - Math package]
|
||||
%%%%%%Provides the basic math packages used for my lecture-note write-ups
|
||||
|
||||
%The language to pass to babel
|
||||
|
@ -188,6 +188,4 @@
|
|||
\RequirePackage[ngerman,ruled,vlined]{algorithm2e}
|
||||
|
||||
|
||||
%%Load additional operators
|
||||
\RequirePackage{LatexPackages/mkessler-operators}
|
||||
|
||||
\RequirePackage{mkessler-operators}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
\NeedsTeXFormat{LaTeX2e}
|
||||
\ProvidesPackage{mkessler-operators}[2021-04-27 - Operator Package]
|
||||
\ProvidesPackage{mkessler-operators}[2021-09-05 - Operator Package]
|
||||
%%%%%%%%%%%%%%%%%%mmmm
|
||||
%Provides some commonly used Operators used in the write-ups of my lecture notes
|
||||
|
||||
|
|
Loading…
Reference in a new issue