From ba32c2ec42182bcd7bdb995f90cd1405353fa400 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Fri, 1 Aug 2008 06:35:42 +0000 Subject: 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 --- templates/headers/LaTeX.header | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 templates/headers/LaTeX.header (limited to 'templates/headers/LaTeX.header') 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} -- cgit v1.2.3