Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
title: bwi_veröffentlichung
authors:
- name: Norah Jones
affiliation: The University
roles: writing
corresponding: true
#bibliography: references.bib
bibliography: bibl.bib
csl: iso690-author-date-de.csl
language: ../_language-de.yml
lang: de
format:
pdf:
documentclass: scrreprt #Komascript reprt
include-in-header:
- text: |
\usepackage{easy-todo}
use-rsvg-convert: true
#default-image-extension: png
keep_tex: true
# wenn nur PDF: in der Console: quarto::quarto_render("your_document.qmd", output_format = "pdf")
# quarto::quarto_render("bwi_interpretationsworkshop.qmd", output_format = "revealjs")
docx:
toc: true
number-sections: true
html:
toc: true
# execute:
# freeze: true
editor_options:
markdown:
wrap: 72
editor: visual
---
## Section
This is a simple placeholder for the manuscript's main document
[@knuth84].
```{r}
1 + 1
```