Lab Session 5: Introduction to Quarto
University of Hamburg
Weave together narrative text and code to produce elegantly formatted output (quarto.org)


.Rmd files without modification.

Open a new quarto document .qmd file and render
.pdf, .html, .docx, \(\ldots\)
Render using the VS Studio features (Ctrl + Shift + k) or command line Quarto Render
View preview and/or open rendered file

The Quarto documentation has a chapter on Markdown Basics
Most importantly, you can use the syntax to format text
*italics* and **bold** \(\rightarrow\) italics and bold
superscript^2^ / subscript~2~ \(\rightarrow\) superscript2 / subscript2
~~strikethrough~~ \(\rightarrow\) `verbatim code` \(\rightarrow\) verbatim code
Use # to format headers / section or slide titles
#’s, the smaller the header<digitalcausalitylab.github.io> \(\rightarrow\) <digitalcausalitylab.github.io>
[DigitalCausalityLab](digitalcausalitylab.github.io) \(\rightarrow\) DigitalCausalityLab
 \(\downarrow\)
DCL Logo
Include code as
Formualae work just the same as in latex
inline math: $E = mc^{2}$ \(\rightarrow\) inline math: \(E = mc^{2}\)
$$E = mc^{2}$$ \(\downarrow\)
\[E = mc^{2}\]
Causal Inference & DCL