Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
luanguimaraesla committed Jun 1, 2018
1 parent 3a0c8f4 commit 1dbe7d4
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,25 @@ Read more about pandoc-citeproc: [pandoc-citeproc man page](https://github.com/j
### Mathematics
You can write math following the LaTeX style. All you want to do is use double `$` to mathematics blocks, `$$ <math-code> $$`, and single `$` to inline mathematics `$ <math-code> $`.
You can write math code following the LaTeX style. All you want to do is use double `$` to mathematics blocks:
We usually use [codecogs](https://www.codecogs.com/latex/eqneditor.php?lang=pt-br) to generate my math code.
```
Text text text

$$
<math-code>
$$

Text text text
```
It is possible to add inline math code using a single `$`:
```
Text text $ <math-code> $, text text.
```
We usually use [codecogs](https://www.codecogs.com/latex/eqneditor.php?lang=pt-br) to generate math code.
### Cross Reference
Expand Down

0 comments on commit 1dbe7d4

Please sign in to comment.