update to nextra 4

This commit is contained in:
2025-09-06 19:19:45 +02:00
parent d17a565130
commit 7864c38371
48 changed files with 998 additions and 500 deletions

12
content/latex.md Executable file
View File

@@ -0,0 +1,12 @@
# LaTeX
This is a collection of different LaTeX snippets for different use-cases.
## Building
I exclusively [Tectonic](https://tectonic-typesetting.github.io/en-US/) as build engine, as it is a modern alternative to the "OGs".
Most importantly, it supports lazy loading of dependencies, so the install size is tiny (in comparison).
## Pipeline
To build Latex in a GitHub Action, see [here](dev_ops/github-actions/latex)