From 7e6454218040e2d83b3261c29c5f361f9e8acc1f Mon Sep 17 00:00:00 2001 From: Erica Z Date: Mon, 23 Jun 2025 10:53:10 +0200 Subject: [PATCH] docs: add section for tex/latex --- _docs/configuration/latex.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 _docs/configuration/latex.md diff --git a/_docs/configuration/latex.md b/_docs/configuration/latex.md new file mode 100644 index 0000000..5d12d34 --- /dev/null +++ b/_docs/configuration/latex.md @@ -0,0 +1,22 @@ +--- +layout: book +title: TeX/LaTeX +section: 4.15 +--- + +Chimera Linux does not currently package the `texlive` suite. +Instead, you may use the [Tectonic](https://tectonic-typesetting.github.io) +typesetting system. To install it, make sure the +`user` repository is available and run: +``` +# apk add tectonic +``` + +You may then invoke it as such: +``` +$ tectonic document.tex +``` + +This will produce `document.pdf`. Tectonic will download all +necessary support files on demand, so there is no need to install +additional TeX packages.