Some custom LaTeX Packages to write up lecture notes and exercise sheets.
Go to file
Maximilian Keßler 505cdf92ca
Build LaTeX packages / build (push) Successful in 42s Details
Build LaTeX packages / pages (push) Successful in 59s Details
run jobs sequentially
2023-10-19 13:13:23 +02:00
.build dual license vial lppl and gplv3 2022-01-15 15:54:42 +01:00
.ci remove unneded script 2023-10-19 10:55:10 +02:00
.gitea/workflows run jobs sequentially 2023-10-19 13:13:23 +02:00
PyTeX@c9bb0e87c9 update submodule 2022-01-31 00:46:41 +01:00
doc Rework building of documentation files 2023-10-19 01:34:46 +02:00
licenses dual license vial lppl and gplv3 2022-01-15 15:54:42 +01:00
scripts set -e for compilation script 2023-10-19 02:49:26 +02:00
src Rework building of documentation files 2023-10-19 01:34:46 +02:00
tests add test 2022-02-10 01:29:05 +01:00
.gitignore fix gitignore 2022-01-24 01:17:04 +01:00
.gitmodules Build rework 2021-10-24 08:35:53 +00:00
LICENSE.md dual license vial lppl and gplv3 2022-01-15 15:54:42 +01:00
Makefile Rework building of documentation files 2023-10-19 01:34:46 +02:00
README.md update readme 2023-10-18 16:28:52 +02:00
build.py Build rework 2021-10-24 08:35:53 +00:00
todo.md add mkessler-exsheet todo 2021-09-17 22:27:24 +02:00

README.md

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

Usage

If you want to use these, just clone latex-packages-build into your ~/texmf/tex/latex directory, and you are ready to go. The builds are also available as single files or as zip at the pages.

Documentation

See the documentation folder (or zip file) at pages for documentation to most of the packages.

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 free software. Prior to version 2.6 this has been MIT-licensed. Starting with version 1.6 this is licensed under the LPPL and/or the GPLv3. See LICENSE.md for further details.

The quiver.sty package here is taken from varkor/quiver and licensed under the MIT License. It is redistributed unchanged for dependency reasons of my projects.