Some custom LaTeX Packages to write up lecture notes and exercise sheets.
Go to file
2021-09-18 10:37:47 +02:00
environments fix autorefname of theorem in case hyperref is loaded 2021-09-12 17:56:30 +02:00
lecture-notes add dependency on xifthen package 2021-09-10 11:45:48 +02:00
math some slight reworking 2021-09-12 00:04:15 +02:00
utils add counters package to print all counters to aux file 2021-09-17 19:35:35 +02:00
wip add proof with asteriks 2021-09-17 23:01:10 +02:00
.gitignore add .gitignore, 2021-09-07 11:59:39 +02:00
castel-incfig.sty rename package for clarity 2021-09-10 10:14:01 +02:00
LICENSE adjust spacing in LICENSE 2021-09-06 22:47:42 +02:00
mkessler-hypersetup.sty make cleveref an option 2021-09-10 11:41:06 +02:00
mkessler-vocab.sty add options to vocab class for providing index or not. give index an internal name and provide \printvocabindex command 2021-09-10 09:43:26 +02:00
README.md adjust readme 2021-09-09 23:19:30 +02:00
todo.md add mkessler-exsheet todo 2021-09-17 22:27:24 +02:00

Latex Packages

Rework in progress

I try to rework the math package in this branch, so this is wip

This is a collection of some packages I regularly use. Feel free to use them as well, if you want to.

However, some of them (especially mkessler-math) might be heavily customized for myself and do not form a real package in the Unix philosophy sense and are more of my preamble, that everyone gets to copy around that I bundled up in a central place. Some others (especially mkessler-fancythm) follow (or at least try to) this philosophy, so they should be designed to work with your documents and online provide specific functionality.

Mostly, they are available as a repository so that

  • People that I work on the same documents with have access to all the source code I used, without having to send them package files each time
  • I can use these as a submodule in various other projects, e.g. the write-up of my lecture notes. This bundles re-usability and easy modifiability at a central place whilst also allowing project-specific (small) adaptations
  • I like sharing things that could help others, as I profit from others way too often
  • This motivates me to keep things organized

Bugs

As already mentioned, not all of these are intended for generic use. If you however feel like this should be the case, feel free to point out bugs or troubles when using these here at GitHub or to me directly.

Contribute

Feel free to send pull requests if you have suggestions for improvements.

License

This is MIT-licensed and thus free software. You can freely share, distribute, modify and use these packages.