aboutsummaryrefslogtreecommitdiff
path: root/templates/headers/LaTeX.header
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-08-01 06:35:42 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-08-01 06:35:42 +0000
commitba32c2ec42182bcd7bdb995f90cd1405353fa400 (patch)
tree8469007a7aa19aebddff982048d005bba9179660 /templates/headers/LaTeX.header
parent04e09cf031a7685e896df1d0c32bba808b1d4313 (diff)
downloadpandoc-ba32c2ec42182bcd7bdb995f90cd1405353fa400.tar.gz
Simplified build process using template haskell.
+ Text/Pandoc/ASCIIMathML.hs, Text/Pandoc/DefaultHeaders.hs, and Text/Pandoc/Writers/S5.hs are no longer built in Setup.hs from templates in the templates/ directory. + Instead, they use template haskell to read data at compile time from the relevant files in data/. + Setup.hs is back to the default simple configuration. + Removed old templates and Extra-Tmp-Files field from pandoc.cabal. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1357 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'templates/headers/LaTeX.header')
-rw-r--r--templates/headers/LaTeX.header6
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/headers/LaTeX.header b/templates/headers/LaTeX.header
deleted file mode 100644
index a6729cf2d..000000000
--- a/templates/headers/LaTeX.header
+++ /dev/null
@@ -1,6 +0,0 @@
-\documentclass{article}
-\usepackage{amsmath}
-\usepackage[mathletters]{ucs}
-\usepackage[utf8x]{inputenc}
-\setlength{\parindent}{0pt}
-\setlength{\parskip}{6pt plus 2pt minus 1pt}