Skip to content
Snippets Groups Projects
Commit df26355e authored by Vasco Wild's avatar Vasco Wild
Browse files

relative paths

parent db662794
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
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.
![math-macros](images/bitmaps/readme/math-macros.png)
[download]: https://collaborating.tuhh.de/cvw2346/latex-cookbook/-/jobs/artifacts/master/raw/cookbook.pdf?job=tex
[download]: jobs/artifacts/master/raw/cookbook.pdf?job=tex
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment