Some custom LaTeX Packages to write up lecture notes and exercise sheets.
Go to file
2021-09-09 21:01:44 +02:00
math move math packages to subfolder 2021-09-09 21:01:44 +02:00
.gitignore add .gitignore, 2021-09-07 11:59:39 +02:00
castel-figures.sty adjust package to use includes and the figures folder 2021-09-08 14:48:49 +02:00
IEEEtrantools.sty add IEEEtrantools package for travis CI 2021-09-07 21:03:46 +02:00
lang-input.sty first restructuring approach: sorted packages 2021-09-09 18:15:10 +02:00
LICENSE adjust spacing in LICENSE 2021-09-06 22:47:42 +02:00
mkessler-bibliography.sty refactor bibliography commands into own package 2021-09-07 10:52:58 +02:00
mkessler-fancythm.sty fix golden color 2021-08-28 11:38:50 +02:00
mkessler-findpackage.sty add findpackage 2021-09-08 20:52:52 +02:00
mkessler-hypersetup.sty add xcolor package 2021-09-08 16:21:49 +02:00
mkessler-lectures.sty add option for fancy header 2021-09-08 14:49:49 +02:00
mkessler-script.cls remove unneccessary appendix rewrite 2021-09-08 14:49:40 +02:00
mkessler-vocab.sty refactor vocab command into own package - remove from script class 2021-09-06 22:22:52 +02:00
README.md add license, adjust readme 2021-09-06 22:38:37 +02:00
removed.sty first restructuring approach: sorted packages 2021-09-09 18:15:10 +02:00
todo.md add todolist for packages 2021-09-08 14:49:18 +02:00

Latex Packages

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.