diff options
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 | \( |