diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-08-05 08:00:30 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-08-05 08:00:30 +0200 |
commit | 45f2d64b191ee3ee12e9e514c0cb3f1d221da2ff (patch) | |
tree | 8f661a5cc0802a30a5456618070b065df43d03bf | |
parent | 6d90bf81f8212095a70b18537cfd6c9ca60e4029 (diff) |
update SETUP notes: mention dot-related requirements; explain that PlantUML in Debian is broken
-rw-r--r-- | SETUP.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -9,6 +9,7 @@ Install required packages: ``` sudo apt install texlive-luatex texlive-binaries-sse2 texlive-lang-european texlive-latex-extra texlive-fonts-extra sudo apt install git make citation-style-language-styles plantuml inkscape latexdiff +sudo apt install python-rdflib-tools xdot ``` ### Quarto @@ -45,6 +46,10 @@ cp --target-directory ~/.fonts fonts/*/opentype/* ### PlantUML +Debian-packaged PlantUML is broken +(or just severely outdated, not sure), +so the core java file needs to be replaced with a newer working one. + Download newest version of PlantUML from [their website](https://plantuml.com/download). |