-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
64 lines (60 loc) · 1.44 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
project:
type: book
engine: jupyter
book:
title: "Building reproducible analytical pipelines with Python"
author: "Bruno Rodrigues"
date: "2024-08-12"
search: true
repo-url: "https://github.com/b-rodrigues/raps_with_py"
repo-actions: [edit, issue]
repo-branch: "master"
issue-url: "https://github.com/b-rodrigues/raps_with_py/issues"
sharing: [twitter, facebook]
downloads: [pdf, epub]
chapters:
- index.qmd
- preface.qmd
- intro.qmd
- setting_up.qmd
- project_start.qmd
- references.qmd
page-navigation: true
bibliography: references.bib
format:
epub:
toc:
true
lang:
en-GB
date:
"2024-01-13"
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'