diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-06 02:17:57 +0000 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-06 02:17:57 +0000 |
commit | 14623524bd0d2d01c7a539c771f506a010a46695 (patch) | |
tree | 58243c8fe69328b74dd6853272dfbd26bc16ae5b /provider/posts | |
parent | f0e10a9ea21f351f2617b23f2e615f8d82f089bd (diff) | |
download | dirty-haskell.org-14623524bd0d2d01c7a539c771f506a010a46695.tar dirty-haskell.org-14623524bd0d2d01c7a539c771f506a010a46695.tar.gz dirty-haskell.org-14623524bd0d2d01c7a539c771f506a010a46695.tar.bz2 dirty-haskell.org-14623524bd0d2d01c7a539c771f506a010a46695.tar.xz dirty-haskell.org-14623524bd0d2d01c7a539c771f506a010a46695.zip |
Started on post about LaTeX-support
For now: just for testing
Diffstat (limited to 'provider/posts')
-rw-r--r-- | provider/posts/tex-support.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/provider/posts/tex-support.md b/provider/posts/tex-support.md new file mode 100644 index 0000000..16468ca --- /dev/null +++ b/provider/posts/tex-support.md | |||
@@ -0,0 +1,14 @@ | |||
1 | --- | ||
2 | title: Cursory LaTeX-Support | ||
3 | published: 2015-11-05 | ||
4 | tags: Blog Software | ||
5 | --- | ||
6 | |||
7 | I added some cursory support for LaTeX as shown below: | ||
8 | |||
9 | <div class="theorem"> | ||
10 | $$e^{ix} =\text{cos}(x) + i \text{sin} (x)$$ | ||
11 | </div> | ||
12 | <div class="theorem"> | ||
13 | $$\text{tan}(\phi) = \frac{\text{sin}(\phi)}{\text{cos}(\phi)}$$ | ||
14 | </div> | ||