File tree Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,7 @@ bookdown::gitbook:
18
18
twitter : no
19
19
facebook : no
20
20
all : no
21
+
22
+ # bookdown::pdf_book:
23
+ # includes:
24
+ # in_header: preamble.tex
Original file line number Diff line number Diff line change
1
+ % colored boxes (need to change rgb values for that to work)
2
+ \usepackage {color }
3
+ \usepackage {framed }
4
+ \setlength {\fboxsep }{.8em}
5
+ \usepackage [utf8 ]{inputenc }
6
+
7
+ \newenvironment {green-box}{
8
+ \definecolor {shadecolor}{rgb}{217, 255, 233}
9
+ \color {white}
10
+ \begin {shaded }}
11
+ {\end {shaded}}
12
+
13
+ \newenvironment {blue-box}{
14
+ \definecolor {shadecolor}{rgb}{230, 240, 255}
15
+ \color {white}
16
+ \begin {shaded }}
17
+ {\end {shaded}}
18
+
19
+ \newenvironment {orange-box}{
20
+ \definecolor {shadecolor}{rgb}{230, 240, 255}
21
+ \color {white}
22
+ \begin {shaded }}
23
+ {\end {shaded}}
24
+
25
+ \newenvironment {note}{
26
+ \definecolor {shadecolor}{rgb}{223, 221, 221}
27
+ \color {white}
28
+ \begin {shaded }}
29
+ {\end {shaded}}
30
+
31
+ % does not understand greek beta :)
32
+ \usepackage {newunicodechar }
33
+ \newunicodechar {β}{$ \mathbb {beta}$ }
34
+
35
+ % Remove Zenodo links to solve => Unknown graphics extension: .3988424.svg
You can’t perform that action at this time.
0 commit comments