We love seeing people contribute patches to the this project and the process is simple.
In general, we follow GitHub's fork & pull request model.
The code is licensed under MIT
the examples using CC0
.
This is nothing special, but important for users of the genereator and the snippets.
In case you found an interesting or new LaTeX package on CTAN, you might want to add it to the generator.
You need to craft two files and include a reference to them in main.*.tex
.
The detailed steps are as follows:
[package].premable.en.tex
- for the LaTeX commands to be added to the preamble.[package].example.en.tex
- put examples in there- Add both
.tex
files to the appropriate place inmain.en.tex
- Find a similar place in
main.de.tex
. You don't need to provide a translation; just include a reference to the English file.
- Find a
.en.tex
file without a corresponding.de.tex
file. - Copy the
.en.tex
to a correspinding.de.tex
file. - Translate the content of the
.de.tex
file. - Change the file reference in
main.de.tex
.