10:00
— Creating documents —
Add classes, attributes, and other identifiers to content using Divs and Span in [Callout Blocks].
Source: RStudio - HTML Basics
Source: RStudio - Markdown basics
Style documents with css (cascading style sheets)
Particularly useful with divs and spans for special styling
See the Pandoc documentation on Divs and Spans for additional details.
Source: RStudio - HTML Basics
Write a little bit about your self. A sentence or two about your background and education.
Create a list in your document, listing your favourite foods, at least the top three. Render it.
Make the list ordered. Render it.
10:00
Most html options can be controlled via yaml
Most options come under the html format tag
be careful of indentation, it matters!
More: RStudio - HTML yaml
10:00
10:00
05:00
Type | Label Prefix |
---|---|
Figures | fig- |
Tables | tbl- |
Equations | eq- |
Sections | sec- |
Code listing | lst- |
Theorem | thm- |
10:00
Can be added via insert -> citation
Can also be added directly with @
References are stored in bibtex files in your project
Markdown Format | Output (author-date format) |
---|---|
|
Blip blop bloop [see Biswal et al. (2010), pp. 33-35; also , chap. 1] |
|
Blip blop bloop (Biswal et al. 2010, 33–35, 38–39 and passim) |
|
Blip blop bloop (Mowinckel and Vidal-Piñeiro 2019; Biswal et al. 2010). |
|
Mowinckel says blah (2019) |
|
Biswal et al. (2010) says bloop. |
::: {#refs}
:::
10:00
60:00
---
title: "My document"
format:
pdf:
toc: true
toc-depth: 2
toc-title: Contents
number-sections: true
colorlinks: true
keep-tex: true
---
Source: RStudio - Quarto PDF basics
10:00
05:00
revealjs — reveal.js (HTML)
pptx — PowerPoint (MS Office)
beamer — Beamer (LaTeX/PDF)
---
title: "9 to 5"
author: "Dolly Parton"
format: revealjs
---
# Tumble out of bed
- I stumble to the kitchen
- Pour myself a cup of ambition
- yawn and stretch and try to come to life
## Jump in the shower
- the blood starts pumpin'
- Out on the street
- the traffic starts jumpin'
---
title: "9 to 5"
author: "Dolly Parton"
format: revealjs
---
# Tumble out of bed
- I stumble to the kitchen
- Pour myself a cup of ambition
- yawn and stretch and try to come to life
---
- Jump in the shower
- the blood starts pumpin'
- Out on the street
- the traffic starts jumpin'
10:00
05:00
Awesome quarto - Curated list of Quarto talks and websites
Quarto tag - RStudio Community