diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-07 19:24:34 +0000 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-07 19:24:34 +0000 |
commit | bb296bb319a1d9a0050577dfed96e30298390db7 (patch) | |
tree | 44b60ff682669c718e7431aef39f0fcbd1bd3b90 /provider/templates | |
parent | a1068fbdeea74a12e4f33069cf091302f87e8d17 (diff) | |
download | dirty-haskell.org-bb296bb319a1d9a0050577dfed96e30298390db7.tar dirty-haskell.org-bb296bb319a1d9a0050577dfed96e30298390db7.tar.gz dirty-haskell.org-bb296bb319a1d9a0050577dfed96e30298390db7.tar.bz2 dirty-haskell.org-bb296bb319a1d9a0050577dfed96e30298390db7.tar.xz dirty-haskell.org-bb296bb319a1d9a0050577dfed96e30298390db7.zip |
Working math support
Diffstat (limited to 'provider/templates')
-rw-r--r-- | provider/templates/default.html | 1 | ||||
-rw-r--r-- | provider/templates/math.tex | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/provider/templates/default.html b/provider/templates/default.html index 5bc0e9f..ba412e6 100644 --- a/provider/templates/default.html +++ b/provider/templates/default.html | |||
@@ -10,6 +10,7 @@ | |||
10 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> | 10 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> |
11 | <![endif]--> | 11 | <![endif]--> |
12 | <link rel="stylesheet" href="/css/default.css"> | 12 | <link rel="stylesheet" href="/css/default.css"> |
13 | <link rel="stylesheet" href="/css/math.css"> | ||
13 | <link rel="stylesheet" href="/css/syntax.css"> | 14 | <link rel="stylesheet" href="/css/syntax.css"> |
14 | $if(rss)$<link rel="alternate" type="application/atom+xml" href="$rss$" title="Atom 1.0">$endif$ | 15 | $if(rss)$<link rel="alternate" type="application/atom+xml" href="$rss$" title="Atom 1.0">$endif$ |
15 | </head> | 16 | </head> |
diff --git a/provider/templates/math.tex b/provider/templates/math.tex index 4d5455f..23774bf 100644 --- a/provider/templates/math.tex +++ b/provider/templates/math.tex | |||
@@ -1,5 +1,5 @@ | |||
1 | \documentclass[14pt,preview,border=1pt,class=extarticle]{standalone} | 1 | \documentclass[14pt,preview,border=1pt,class=extarticle]{standalone} |
2 | \include{preamble.tex} | 2 | \include{preamble} |
3 | \begin{document} | 3 | \begin{document} |
4 | \begin{preview} | 4 | \begin{preview} |
5 | \( | 5 | \( |