-
Notifications
You must be signed in to change notification settings - Fork 1
/
BP.Rmd
45 lines (37 loc) · 788 Bytes
/
BP.Rmd
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
---
output: pdf_document
fontsize: 12pt
geometry: "left=4cm,right=2.5cm,top=2.5cm,bottom=2.5cm"
fig_caption: yes
bibliography: ["Bibliografie.bib"]
csl: acm.csl
header-includes: \usepackage[czech]{babel}
\usepackage{docmute}
\usepackage{float}
\usepackage{booktabs}
---
```{r setup, include=FALSE, cache = TRUE}
knitr::opts_chunk$set(echo = TRUE)
require("ggplot2")
require("markdown")
require("knitr")
require("plotrix")
set.seed(666)
x <- rnorm(100, 0, 1)
```
<!-- Zmena titulni strany -->
<!--\input{Tit_list_vse.tex}-->
\input{Tit_list.tex}
<!-- -->
\tableofcontents
\newpage
```{r, child = 'Chapter_0.Rmd'}
```
\newpage
```{r, child = 'Chapter_1.Rmd'}
```
\newpage
```{r, child = 'Chapter_2.Rmd'}
```
\newpage
#Literatura