generated from jtr13/bookdown-template
-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy path_quarto.yml
81 lines (78 loc) · 1.86 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
project:
type: book
book:
title: "Building reproducible analytical pipelines with R"
author: "Bruno Rodrigues"
date: "2023-10-03"
search: true
repo-url: "https://github.com/b-rodrigues/rap4all"
repo-actions: [edit, issue]
repo-branch: "master"
favicon: images/cover.png
issue-url: "https://github.com/b-rodrigues/rap4all/issues"
sharing: [twitter, facebook]
downloads: [pdf, epub]
chapters:
- index.qmd
- preface.qmd
- intro.qmd
- part: part1_intro.qmd
chapters:
- prerequisites.qmd
- project_start.qmd
- git.qmd
- github.qmd
- fprog.qmd
- lit_prog.qmd
- part1_conclusion.qmd
- part: part2_intro.qmd
chapters:
- project_rewrite.qmd
- repro_intro.qmd
- packages.qmd
- testing.qmd
- targets.qmd
- repro_cont.qmd
- ci_cd.qmd
- part2_conclusion.qmd
- book_conclusion.qmd
- references.qmd
page-navigation: true
bibliography: references.bib
format:
epub:
toc:
true
lang:
en-GB
date:
"2023-07-10"
css:
epub.css
html:
include-in-header:
file: header.html
theme:
light: flatly
dark: solar
css:
epub.css
pdf:
keep-tex: true
documentclass: scrbook
classoption: [paper=6in:9in,pagesize=pdftex,headinclude=on,footinclude=on,12pt]
include-in-header:
text: |
\usepackage{fvextra}
\DefineVerbatimEnvironment{Highlighting}{Verbatim}{breaklines,commandchars=\\\{\}}
\areaset[0.50in]{4.5in}{8in}
include-before-body:
text: |
\RecustomVerbatimEnvironment{verbatim}{Verbatim}{
showspaces = false,
showtabs = false,
breaksymbolleft={},
breaklines
% Note: setting commandchars=\\\{\} here will cause an error
}
fig-pos: 'H'