Commit Graph

116 Commits

Author SHA1 Message Date
Anton Mosich cfa5e1ba80
Fix Definition of Determinants
Natürlich muss phi hier eine alternierende n-Linearform sein, sonst
würde die Determinante so gar nicht machen was wir eigentlich wollen.
2024-04-14 21:19:39 +02:00
Anton Mosich f342350b51
Replace :=/=: with \coloneq/\eqcolon 2023-11-14 12:37:13 +01:00
Anton Mosich ff2b11213d Add nix flakes 2023-08-22 02:01:56 +02:00
Anton Mosich c88e79716d Update pre-commit hooks 2023-05-26 10:51:24 +02:00
Anton Mosich 6b610ac012 Replace ":" with \colon where it is appropriate
In math mode : is interpreted as a relation, while \colon is properly
interpreted as punctuation. This makes for way better spacing of the
colon.
2023-03-28 11:46:57 +02:00
Anton Mosich daedb97dbf Update pre-commit hooks 2023-03-28 10:53:45 +02:00
Anton Mosich a37ec63bba
Fix typo
Thanks to Mina Joksimovic for telling me about it
2023-01-31 13:30:38 +01:00
Anton Mosich 19606d24e0
Add latexindent config and update hooks 2023-01-09 12:29:46 +01:00
Anton Mosich af89ca8f3c
Fix compilation errors cause by updates 2023-01-04 23:18:29 +01:00
Anton Mosich af2902e2ab
Fix errors introduced by tcolorbox update
For more information see https://github.com/T-F-S/tcolorbox/blob/v5.1.0/doc/latex/tcolorbox/CHANGES.md?plain=1#L69-L71
2023-01-04 21:56:36 +01:00
Anton Mosich f3afd54605
Update pre-commit hooks 2022-12-06 12:47:51 +01:00
Anton Mosich a20b7bff63
Fix typos 2022-10-05 18:46:19 +02:00
Anton Mosich 5c3d0f60a2
Smaller fixes 2022-06-30 13:04:01 +02:00
Anton Mosich ed42875810
Fix typos 2022-06-29 12:50:59 +02:00
Anton Mosich 0902e2aaf2
Fix several typos 2022-06-28 14:44:50 +02:00
Anton Mosich 86e5ce74e2
Fix typos and replace R with Re for real part 2022-06-22 10:05:40 +02:00
Anton Mosich 5d12091d07
Fix a few typos 2022-06-18 18:20:57 +02:00
Anton Mosich aa3c7802cd
Merge branch 'lorenz' 2022-06-17 11:44:03 +02:00
Anton Mosich 1da22f7998
Add few corrections from Lorenz 2022-06-17 11:43:44 +02:00
Anton Mosich 51c35107d5
Add additionial proof needed for proseminar 2022-06-17 11:37:48 +02:00
Anton Mosich 6fb48c603f
Improve parantheses in some instances 2022-06-15 19:34:43 +02:00
Anton Mosich 2dfb8db4a8
Add possibility to hide proofs 2022-06-15 19:33:18 +02:00
Anton Mosich ef4bd6a1e9
Fix small types 2022-06-15 12:25:56 +02:00
Anton Mosich 8176824798
Update pre-commit hooks 2022-06-13 11:49:22 +02:00
Anton Mosich 19da5a94f5
Improve induction proofs 2022-06-13 11:44:23 +02:00
Anton Mosich a0b1aab4da
Add command for linear span 2022-06-13 11:29:12 +02:00
Anton Mosich 29a2223b3e
Replace manual lverts with abs 2022-06-13 10:53:40 +02:00
Anton Mosich db9c8dd607
Improve rendering of several bracket types 2022-06-13 10:52:46 +02:00
Anton Mosich a79192e01c
Reimplement unnumbered theorems 2022-06-11 12:51:34 +02:00
Anton Mosich b9d29d426d
Reintroduce necessary leavevmodes 2022-06-10 00:29:02 +02:00
Anton Mosich acc127d2e8
Change colors again and fix typo 2022-06-09 23:44:55 +02:00
Anton Mosich b158a0bc33
Add last missing content for KW23 2022-06-09 21:49:40 +02:00
Anton Mosich 7333c8b318
Replace ^+ with ^\dagger 2022-06-09 18:17:33 +02:00
Anton Mosich 1592ce8ba3
Make Loss on Title Page bigger 2022-06-09 16:15:44 +02:00
Anton Mosich 4b255ca0a3
Add latexindent backupfiles to build files 2022-06-09 15:39:11 +02:00
Anton Mosich 0fd8914a46
Merge branch 'KW23' 2022-06-09 15:32:27 +02:00
Anton Mosich ec25058e87
Additional contents of KW23 2022-06-09 15:14:39 +02:00
Anton Mosich 2f67bb9c19
Change colors to get my own touch into it 2022-06-09 14:53:46 +02:00
Anton Mosich 18afd12ba1
Update parts to newest handwritten Skriptum 2022-06-09 14:43:42 +02:00
Anton Mosich 356add4ff9
Reduce page margins and fix overfull boxes 2022-06-09 11:00:51 +02:00
Anton Mosich 7cfcedfd3d
Add different color for Definition colorboxes 2022-06-09 10:59:32 +02:00
Anton Mosich 3ab7bec456
Remove \leavevmode because ntheorem handles it 2022-06-09 10:38:15 +02:00
Anton Mosich e26ea018a9
Add build files to gitignore and latexmk clean_ext 2022-06-09 10:28:58 +02:00
Anton Mosich 6a33f0fb12
Add proof for 3.5.7 2022-06-09 10:18:13 +02:00
Anton Mosich 59f03a9a16
Add rough VO 9.6.2022 2022-06-09 10:17:48 +02:00
Anton Mosich e60e82d20f
Improve box design 2022-06-08 23:42:08 +02:00
Anton Mosich bb335de79f
Move proofs out of theorem environments
Regex used: \\begin{(lemma|korollar|satz|theo|folgerung)}(?P<theorem>\X*?)(?P<proof>\\begin{proof}\X*?\\end{proof})\s+?\\end{(?1)}
Substitution used: \\begin{$1}\n${theorem}\\end{$1}\n${proof}
2022-06-08 23:25:28 +02:00
Anton Mosich 4701aa7bce
Boxes init 2022-06-08 23:13:15 +02:00
Anton Mosich a2ab62c1db
Add title, author, date to title page 2022-06-08 22:09:57 +02:00
Anton Mosich 998bb4228d
Add loss meme to title page 2022-06-08 22:09:26 +02:00