diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-04-01 03:22:12 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-04-01 03:22:12 +0200 |
commit | 0fd0eaab3b8bfc154b83a3507c3caa9d9ab556c6 (patch) | |
tree | d96bea9deadaf86f49d2bf31a30983d042c77aeb /_report.yml | |
parent | 29cee1399c977def72f1c8e1e13d83a841b75c89 (diff) |
use PlantUML for Gantt diagrams
Diffstat (limited to '_report.yml')
-rw-r--r-- | _report.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_report.yml b/_report.yml index 0117bfe..44be2ba 100644 --- a/_report.yml +++ b/_report.yml @@ -10,6 +10,8 @@ format: # links-as-notes: true colorlinks: false pdf-engine: lualatex +# permit preprocessing PlantUML SVG files with inkscape + pdf-engine-opt: --shell-escape documentclass: scrreprt classoption: - DIV=calc |