adjust LaTeX notes
This commit is contained in:
parent
2d95304da4
commit
b7a79951c5
12
writing/tex/calendar.md
Normal file
12
writing/tex/calendar.md
Normal 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 .
|
||||
```
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: "LaTeX Setup the Hard Way"
|
||||
title: "LaTeX Packages"
|
||||
tags: [ "writing" ]
|
||||
---
|
||||
|
||||
@ -21,7 +21,7 @@ ls /opt/texlive/${YEAR}/texmf-dist/scripts/texlive/tlmgr.pl
|
||||
```
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user