-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
69 lines (62 loc) · 1.57 KB
/
_quarto.yml
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
project:
type: book
output-dir: docs
book:
title: A Quarto Template Repo to Create Big Reports and Very Long Title Because Long Titles are Common
subtitle: Some tips on creating reports with Quarto with a focus on tables and replicated tables and figures
author:
- name: Jane Doe
affiliations:
- name: University of XXX
department: Department of YYY
- name: Eva Nováková
affiliations:
- name: University of XXX
department: Department of YYY
- name: Matti Meikäläinen
affiliations:
- name: University of XXX
department: Department of YYY
chapters:
- index.qmd
- preface.qmd
- text/tips.qmd
- text/tables.qmd
- text/tables_in_a_for_loop.qmd
- text/kable_flex.qmd
- text/figures.qmd
- text/conclusion.qmd
- references.qmd
appendices:
- text/appendix_tables.qmd
site-url: https://rverse-tutorials.github.io/QmdReport/
repo-url: https://github.com/RVerse-Tutorials/QmdReport
repo-actions: [edit, source, issue]
search: true
downloads: [pdf, docx]
bibliography: references.bib
execute:
echo: false
code-overflow: wrap
format:
docx:
toc: true
reference-doc: template.docx
always_allow_html: true
html:
theme: cosmo
toc: true
code-fold: true
code-tools: true
pdf:
documentclass: scrbook
classoption: ["oneside"]
template-partials: ["partials/before-body.tex"]
keep-tex: true
toc: true
lof: true
lot: true
include-in-header:
- partials/inheader.tex
geometry:
- a4paper