Compare commits
13 commits
master
...
galois-coh
Author | SHA1 | Date | |
---|---|---|---|
|
84861677ae | ||
|
222faf184e | ||
|
394cbce902 | ||
|
52d634d9d2 | ||
|
5146969d91 | ||
|
58524d68ad | ||
|
20c6ce0805 | ||
|
4f73631c1e | ||
|
1362b08cb9 | ||
|
605e90446d | ||
|
816863e814 | ||
|
f6ed553230 | ||
|
667b8e9f46 |
5 changed files with 20 additions and 5 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
*.swp
|
|
@ -1,5 +1,5 @@
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{mkessler-fancythm}[2021/04/27 - Theorem-Environment Package]
|
\ProvidesPackage{mkessler-fancythm}[2021/09/04 - Theorem-Environment Package]
|
||||||
%%%%%%%%m
|
%%%%%%%%m
|
||||||
%Provides fancy theorem-like-environments usedd in the write-ups of my lecture nots
|
%Provides fancy theorem-like-environments usedd in the write-ups of my lecture nots
|
||||||
|
|
||||||
|
@ -466,6 +466,9 @@
|
||||||
\declarebigtheorem[Proposition und Definition][Proposition and Definition]{thmredmarginbluefill}{propositiondef}
|
\declarebigtheorem[Proposition und Definition][Proposition and Definition]{thmredmarginbluefill}{propositiondef}
|
||||||
\declarebigtheorem{thmvioletmarginandfill}{notation}
|
\declarebigtheorem{thmvioletmarginandfill}{notation}
|
||||||
\declarebigtheorem[zuSatz][Addition to Theorem]{thmredmarginandfill}{additiontheorem}
|
\declarebigtheorem[zuSatz][Addition to Theorem]{thmredmarginandfill}{additiontheorem}
|
||||||
|
\declarebigtheorem[Hilfssatz(?)][Helper Theorem(?)]{thmredmarginandfill}{helpertheorem}
|
||||||
|
\declarebigtheorem[Not so serious theorem][Not so serious theorem]{thmredmarginandfill}{notsoserioustheorem}
|
||||||
|
\declarebigtheorem[Hochgestochener Satz][Highbrow theorem]{thmredmarginandfill}{highbrowtheorem}
|
||||||
|
|
||||||
%%%Environments that are not numbered by default (notation, question, example, remark etc) have two forms:
|
%%%Environments that are not numbered by default (notation, question, example, remark etc) have two forms:
|
||||||
% - normal form: won't be numbered unless 'numbersmallenvironments' is set
|
% - normal form: won't be numbered unless 'numbersmallenvironments' is set
|
||||||
|
@ -480,6 +483,7 @@
|
||||||
\declaresmalltheorem[Frage]{thmblackmarginandfill}{question}
|
\declaresmalltheorem[Frage]{thmblackmarginandfill}{question}
|
||||||
\declaresmalltheorem[Organisatorisches][Organisational stuff]{thmblackmargin}{orga}
|
\declaresmalltheorem[Organisatorisches][Organisational stuff]{thmblackmargin}{orga}
|
||||||
\declaresmalltheorem[Fakt]{thmredmargin}{fact}
|
\declaresmalltheorem[Fakt]{thmredmargin}{fact}
|
||||||
|
\declaresmalltheorem[Random Fakt][Random fact]{thmredmargin}{randfact}
|
||||||
\newcounter{blatt}
|
\newcounter{blatt}
|
||||||
%\RequirePackage{savesym}
|
%\RequirePackage{savesym}
|
||||||
%\savesymbol{aside}
|
%\savesymbol{aside}
|
||||||
|
@ -552,6 +556,7 @@
|
||||||
{\end{mdframed}}
|
{\end{mdframed}}
|
||||||
|
|
||||||
\ifbeamer\else\newtheorem*{answer}{\ifenglish Answer\else Antwort\fi}\fi
|
\ifbeamer\else\newtheorem*{answer}{\ifenglish Answer\else Antwort\fi}\fi
|
||||||
|
\ifbeamer\else\newtheorem*{trick}{Trick}\fi
|
||||||
\newtheorem{observe}[theorem]{\ifenglish Observe\else Beobachte\fi}
|
\newtheorem{observe}[theorem]{\ifenglish Observe\else Beobachte\fi}
|
||||||
\ifbeamer\else\newtheorem*{property}{\ifenglish Property\else Eigenschaft\fi}\fi
|
\ifbeamer\else\newtheorem*{property}{\ifenglish Property\else Eigenschaft\fi}\fi
|
||||||
\ifbeamer\else\newtheorem*{intuition}{Intuition}\fi
|
\ifbeamer\else\newtheorem*{intuition}{Intuition}\fi
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\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
|
%%%%%%Provides the basic math packages used for my lecture-note write-ups
|
||||||
|
|
||||||
%The language to pass to babel
|
%The language to pass to babel
|
||||||
|
@ -188,6 +188,4 @@
|
||||||
\RequirePackage[ngerman,ruled,vlined]{algorithm2e}
|
\RequirePackage[ngerman,ruled,vlined]{algorithm2e}
|
||||||
|
|
||||||
|
|
||||||
%%Load additional operators
|
|
||||||
\RequirePackage{mkessler-operators}
|
\RequirePackage{mkessler-operators}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{mkessler-operators}[2021-04-27 - Operator Package]
|
\ProvidesPackage{mkessler-operators}[2021-09-05 - Operator Package]
|
||||||
%%%%%%%%%%%%%%%%%%mmmm
|
%%%%%%%%%%%%%%%%%%mmmm
|
||||||
%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
|
||||||
|
|
||||||
|
@ -138,3 +138,10 @@
|
||||||
\DeclareMathOperator{\res}{res}
|
\DeclareMathOperator{\res}{res}
|
||||||
\DeclareMathOperator{\infl}{inf}
|
\DeclareMathOperator{\infl}{inf}
|
||||||
\DeclareMathOperator{\cov}{cov}
|
\DeclareMathOperator{\cov}{cov}
|
||||||
|
\DeclareMathOperator{\cor}{cor}
|
||||||
|
\DeclareMathOperator{\ord}{ord}
|
||||||
|
\DeclareMathOperator{\tg}{tg}
|
||||||
|
\DeclareMathOperator{\Ver}{Ver}
|
||||||
|
\DeclareMathOperator{\inv}{inv}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -119,3 +119,7 @@
|
||||||
\DeclareMathOperator\Ord{Ord}
|
\DeclareMathOperator\Ord{Ord}
|
||||||
\DeclareMathOperator\otp{otp}
|
\DeclareMathOperator\otp{otp}
|
||||||
\DeclareMathOperator\Card{Card}
|
\DeclareMathOperator\Card{Card}
|
||||||
|
|
||||||
|
|
||||||
|
\def\daniel{Daniel Harrer}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue