aboutsummaryrefslogtreecommitdiff
path: root/_report.yml
AgeCommit message (Collapse)Author
2024-06-05add rdfs2dot diagrams, rendered conditionally as SVG or TeXJonas Smedegaard
2024-06-04use titlepage command \publishers for licensing (and drop package titling), ↵Jonas Smedegaard
to revive subtitle This reverts commit e16a3bde3b1901b6f38dee4bc8d7c2ae7b213661.
2024-06-04add licensing at bottom of title pageJonas Smedegaard
2024-06-04increase PDF font size to 12pt (from default 11pt)Jonas Smedegaard
2024-04-01use PlantUML for Gantt diagramsJonas Smedegaard
2024-03-16enable hypothes.is annotation of reportsJonas Smedegaard
2024-02-22localize TeX template template.texJonas Smedegaard
``` cp /opt/quarto/share/formats/pdf/pandoc/template.tex _templates/ ``` or ``` curl -O _templates/template.tex https://github.com/quarto-dev/quarto-cli/raw/main/src/resources/formats/pdf/pandoc/template.tex ```
2024-02-21localize TeX template doc-class.texJonas Smedegaard
``` cp /opt/quarto/share/formats/pdf/pandoc/doc-class.tex _templates/ ``` or ``` curl -O _templates/doc-class.tex https://github.com/quarto-dev/quarto-cli/raw/main/src/resources/formats/pdf/pandoc/doc-class.tex ```
2024-02-21move LaTeX templates to subdir _templates/Jonas Smedegaard
2024-02-15add table of contents to reportsJonas Smedegaard
2024-02-13localize TeX template title.texJonas Smedegaard
``` cp /opt/quarto/share/formats/pdf/pandoc/title.tex . ``` or ``` curl -O title.tex https://github.com/quarto-dev/quarto-cli/raw/main/src/resources/formats/pdf/pandoc/title.tex ```
2024-02-13render only html by defaultJonas Smedegaard