Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-04 | use titlepage command \publishers for licensing (and drop package titling), ↵ | Jonas Smedegaard | |
to revive subtitle This reverts commit e16a3bde3b1901b6f38dee4bc8d7c2ae7b213661. | |||
2024-06-04 | add licensing at bottom of title page | Jonas Smedegaard | |
2024-06-04 | increase PDF font size to 12pt (from default 11pt) | Jonas Smedegaard | |
2024-04-01 | use PlantUML for Gantt diagrams | Jonas Smedegaard | |
2024-03-16 | enable hypothes.is annotation of reports | Jonas Smedegaard | |
2024-02-22 | localize TeX template template.tex | Jonas 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-21 | localize TeX template doc-class.tex | Jonas 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-21 | move LaTeX templates to subdir _templates/ | Jonas Smedegaard | |
2024-02-15 | add table of contents to reports | Jonas Smedegaard | |
2024-02-13 | localize TeX template title.tex | Jonas 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-13 | render only html by default | Jonas Smedegaard | |