summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--provider/posts/tex-support.md14
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---
2title: Cursory LaTeX-Support
3published: 2015-11-05
4tags: Blog Software
5---
6
7I 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>