Some custom LaTeX Packages to write up lecture notes and exercise sheets.
Go to file
2022-01-10 01:07:39 +01:00
.build Build rework 2021-10-24 08:35:53 +00:00
.ci make script executable 2021-10-24 11:24:07 +02:00
PyTeX@5e077e77d8 integrate separate dictionary for proof package 2022-01-09 14:30:58 +01:00
src add todo package for quick aliases of some todonotes 2022-01-10 01:07:39 +01:00
tests add todo package for quick aliases of some todonotes 2022-01-10 01:07:39 +01:00
.gitignore adjust test 2021-10-10 13:53:19 +02:00
.gitlab-ci.yml source git set up script 2021-10-24 11:26:00 +02:00
.gitmodules Build rework 2021-10-24 08:35:53 +00:00
build.py Build rework 2021-10-24 08:35:53 +00:00
LICENSE adjust spacing in LICENSE 2021-09-06 22:47:42 +02:00
Makefile make all target for building packages 2022-01-10 01:06:47 +01:00
README.md remove travis stuff 2021-10-24 10:42:22 +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.