Skip to content
Snippets Groups Projects
Commit 239f1644 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Update grid table examples

parent d6011ecd
No related branches found
No related tags found
No related merge requests found
......@@ -104,13 +104,31 @@ Formulas and equations can be specified using LaTeX syntax within the markdown s
$$My formula$$
E.g.
Examples:
```latex
$\left[\int_{-infty}^{\infty} f(x) \; dx\right]$
```
$$\left[\int_{-infty}^{\infty} f(x) \; dx\right]$$
```latex
$$ f(n) =
\begin{cases}
n/2 & \quad \text{if } n \text{ is even}\\
-(n+1)/2 & \quad \text{if } n \text{ is odd}
\end{cases}
$$
```
$$ f(n) =
\begin{cases}
n/2 & \quad \text{if } n \text{ is even}\\
-(n+1)/2 & \quad \text{if } n \text{ is odd}
\end{cases}
$$
More detailed information about formulas (operators, symbols, equations, ...) can be found at [LaTeX documentation](https://en.wikibooks.org/wiki/LaTeX/Mathematics)
## Anchors
## Notes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment