This repository has Quarto and LaTeX templates for use at CTU Bern.
Templates reside in their own branches.
To install, type the following into the terminal, replacing branch
with the relevant name, and accept to install
quarto install extension CTU-Bern/quarto@branch
Once installed, you can create a new directory with all necessary files via the following command, again, replacing branch
with the relevant name
quarto use template CTU-Bern/quarto@branch
It will ask if you trust the author of the template (hopefully you do...), and then for a directory name. Type the path relative to your current location.
!!! Templates are still in prep !!!
The LaTeX templates run outside of quarto. They rely on the older Sweave method for compiling PDFs.
Download the content of the branch and unzip it in the relevant folder.
Branch | Format | Details |
---|---|---|
pres | revealjs | Presentation template. Presentations run in the internet browser. |
html | html | HTML report template for a basic statistical analysis report. |
html-rec | html | HTML recruitment report template for a basic recruitment report. |
html-ss | html | HTML sample size calculation report template. |
latex | LaTeX template for compiling reports via Sweave and LaTeX. !!! In prep !!! | |
typst | Typst template for creating PDFs without using LaTeX !!! In prep !!! |