Initial commit
This commit is contained in:
37
chapters/01-introduction.md
Normal file
37
chapters/01-introduction.md
Normal 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}.
|
||||
|
||||
|
||||

|
||||
|
||||
## 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}$$
|
||||
11
chapters/02-installation.md
Normal file
11
chapters/02-installation.md
Normal 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
3
chapters/03-usage.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Usage
|
||||
|
||||
This is the usage chapter.
|
||||
4
chapters/04-references.md
Normal file
4
chapters/04-references.md
Normal file
@ -0,0 +1,4 @@
|
||||
# References
|
||||
|
||||
- [Pandoc](http://pandoc.org/)
|
||||
- [Wikipedia: Markdown](https://wikipedia.org/wiki/Markdown)
|
||||
Reference in New Issue
Block a user