Initial commit

This commit is contained in:
Daniel Herzog
2017-01-15 18:55:11 +00:00
commit ae8ff708a9
11 changed files with 125 additions and 0 deletions

View File

@ -0,0 +1,37 @@
# Introduction
This is the first paragraph of the introduction chapter.
## First
This is the first subsection. Please, admire the gloriousnes of Figure \ref{seagull_image}.
![A cool seagull.\label{seagull_image}](images/seagull.png)
## Second
This is the second subsection.
Please, check [First] subsection.
Please, check [this](#first) subsection.
Please, check Table \ref{example_table}.
| Index | Name |
| ----- | ---- |
| 0 | AAA |
| 1 | BBB |
| ... | ... |
Table: This is an example table.\label{example_table}
## Third
Formula example: $\mu = \sum_{i=0}^{N} \frac{x_i}{N}$
Now, full size:
$$\mu = \sum_{i=0}^{N} \frac{x_i}{N}$$

View File

@ -0,0 +1,11 @@
# Installation
This is the installation chapter.
For further information, check the [Introduction] chapter.
For further information, check the [this chapter](#introduction).
For further information, check the [this chapter's subsection](#first) section.

3
chapters/03-usage.md Normal file
View File

@ -0,0 +1,3 @@
# Usage
This is the usage chapter.

View File

@ -0,0 +1,4 @@
# References
- [Pandoc](http://pandoc.org/)
- [Wikipedia: Markdown](https://wikipedia.org/wiki/Markdown)