-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_format.yml
More file actions
68 lines (63 loc) · 1.64 KB
/
Copy path_format.yml
File metadata and controls
68 lines (63 loc) · 1.64 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
67
68
format:
html:
code-overflow: wrap
toc: true
# self-contained: true
# standalone: true
# embed-resources: true
toc-depth: 3
code-block-border-left: "#31BAE9"
code-block-bg: true
highlight-style: github
# include-in-header:
# - text: |
# <style>
# .cell-output-stdout code {
# word-break: break-wor !important;
# white-space: pre-wrap !important;
# }
# </style>
revealjs:
slide-number: true
smaller: true
# embed-resources: true
theme: moon
code-overflow: wrap
output-ext: slides.html
# multiplex: true
transition: slide
# typst:
# toc: true
# section-numbering: 1.1.a
# columns: 1
# papersize: a4
pdf:
toc: true
number-sections: true
mainfont: LiberationSerif
monofont: LiberationMono
keep-tex: true
# pdf-engine: lualatex
# pdf-engine: xelatex
papersize: A4
documentclass: scrartcl
shift-heading-level-by: 2
link-citations: true
linkcolor: blue
include-in-header:
text: |
\usepackage{fvextra}
\DefineVerbatimEnvironment{Highlighting}{Verbatim}{breaklines,commandchars=\\\{\}}
\DefineVerbatimEnvironment{OutputCode}{Verbatim}{breaklines,commandchars=\\\{\}}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\fancyfoot[C]{\thepage}
include-before-body:
text: |
\RecustomVerbatimEnvironment{verbatim}{Verbatim}{
showspaces = false,
showtabs = false,
breaksymbolleft={},
breaklines
}