adjust LaTeX notes

This commit is contained in:
Malin Freeborn 2025-05-21 16:11:11 +02:00
parent 2d95304da4
commit b7a79951c5
Signed by: andonome
GPG Key ID: 52295D2377F4D70F
2 changed files with 14 additions and 2 deletions

12
writing/tex/calendar.md Normal file
View File

@ -0,0 +1,12 @@
---
title: "Calendar"
tags: [ "writing", "tex", "fun" ]
requires: [ "LaTeX Packages" ]
---
```sh
yplan $(date +%Y) > ${file}.tex
pdflatex -output-directory=/tmp/ ${file}.tex
mv /tmp/${file}.pdf .
```

View File

@ -1,5 +1,5 @@
--- ---
title: "LaTeX Setup the Hard Way" title: "LaTeX Packages"
tags: [ "writing" ] tags: [ "writing" ]
--- ---
@ -21,7 +21,7 @@ ls /opt/texlive/${YEAR}/texmf-dist/scripts/texlive/tlmgr.pl
``` ```
Double-check the year. Double-check the year.
It should *not* match the real year, it should match the `texlive`. It should *not* match the current year, it should match the `texlive`.
## Problems along the Path ## Problems along the Path