-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
66 lines (63 loc) · 1.52 KB
/
Copy path_quarto.yml
File metadata and controls
66 lines (63 loc) · 1.52 KB
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
project:
type: book
book:
title: "Building Reproducible Analytical Pipelines"
subtitle: "Master of Data Science, University of Luxembourg - 2025"
author: "Bruno Rodrigues"
date: "2025-09-15"
search: true
repo-url: "https://github.com/b-rodrigues/rap4mads_2025"
repo-actions: [edit]
sharing: [twitter, facebook]
downloads: [pdf, epub]
chapters:
- index.qmd
- 02-intro-nix.qmd
- 03-git.qmd
- 04-functional-programming.qmd
- 05-unit-testing.qmd
- 06-packages.qmd
- 07-rixpress.qmd
- 08-docker.qmd
- 09-github_actions.qmd
- 10-what-else.qmd
- 11-conclusion.qmd
page-navigation: true
bibliography: references.bib
format:
epub:
toc:
true
lang:
en-GB
date:
"2025-09-15"
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'