generated from finnoh/assignments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
report.qmd
67 lines (57 loc) · 1.29 KB
/
report.qmd
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
---
author: Students
title: Assignment 1
date: last-modified
date-format: long
code-color-bg: lightgray
header-includes:
\usepackage{fancyhdr}
\usepackage{fancyvrb}
\usepackage{float}
\usepackage{booktabs}
\usepackage{lscape}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{algorithm}
\usepackage{algpseudocode}
\DeclareMathOperator*{\argmin}{arg\,min}
pdf-engine: xelatex
format:
pdf:
documentclass: article
toc: false
number-sections: false
number-depth: 2
colorlinks: true
fig-pos: 'H'
fig-align: center
geometry:
- top = 30mm
- bottom = 30mm
- left = 20mm
- right = 20mm
papersize: dina4
bibliography: [references.bib, packages.bib]
echo: false
eval: true
messages: false
error: false
warning: false
nocite: '@*'
---
\pagestyle{fancy}
```{r, echo=FALSE}
suppressWarnings(suppressMessages(source("main.r")))
suppressWarnings(suppressMessages(knitr::write_bib(c(.packages(), "bookdown"), "packages.bib")))
```
{{< pagebreak >}}
# Code
Below, you can find the code for this project.
### main.r script
```{r, file = "main.r", echo=TRUE, eval=FALSE}
```
### toolbox.r script
```{r, file = "./dev/toolbox.r", echo=TRUE, eval=FALSE}
```
{{< pagebreak >}}
# References