This repo contains a [LaTeX document](cookbook.tex), usable as a cookbook (different "recipes" to achieve various things in LaTeX) as well as as a template.
The resulting PDF covers LaTeX-specific topics and instructions on compiling the LaTeX source.
See the [releases page](https://github.com/alexpovel/latex-cookbook/releases) for more downloads.
See the [releases page](CHANGELOG.md) for more downloads.
## Features
...
...
@@ -20,7 +20,7 @@ The following is simply a brief overview of the features contained in this repo.
If you open this repository in [Visual Studio Code](https://code.visualstudio.com/), it should automatically put you into the correct Docker container environment for development, and just work™.
See [here](.devcontainer/README.md) for more info.
- in the image, [`pandoc`](https://pandoc.org/) is available with the [Eisvogel](https://github.com/Wandmalfarbe/pandoc-latex-template) template, allowing beautiful PDFs to be generated from Markdown (like this [README](https://collaborating.tuhh.de/cvw2346/latex-cookbook/-/jobs/artifacts/master/raw/README.pdf?job=README.pdf); it currently looks lackluster because this README is mainly PNGs)
- in the image, [`pandoc`](https://pandoc.org/) is available with the [Eisvogel](https://github.com/Wandmalfarbe/pandoc-latex-template) template, allowing beautiful PDFs to be generated from Markdown (like this [README](jobs/artifacts/master/raw/README.pdf?job=README.pdf); it currently looks lackluster because this README is mainly PNGs)
-[tests](tests/config.yml) for your PDF, using Python to ensure some (basic) properties of your output adhere to expectations
- a [Makefile](Makefile) to facilitate ease of use and platform independence (commands like `make file.pdf` work locally as well as in CI pipelines)
...
...
@@ -78,4 +78,4 @@ The following is simply a brief overview of the features contained in this repo.