From 31a956b65559ea669d5705e005ac3d6641d7518e Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Tue, 19 Dec 2006 22:00:41 +0000 Subject: Changes to build process relating to r234. + Corrected dependencies in Makefiles to ensure that templates get filled when the relevant files are modified. + Changed template placeholders to @xxx@ instead of , for consistency with our practice with the Cabal template. + Changed default font for RTF writer (this had been changed earlier, but in the target rather than the template!) git-svn-id: https://pandoc.googlecode.com/svn/trunk@235 788f1e2b-df1e-0410-8736-df70ead52e1b --- src/templates/S5.hs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/templates/S5.hs') diff --git a/src/templates/S5.hs b/src/templates/S5.hs index 1417e7d7d..537286040 100644 --- a/src/templates/S5.hs +++ b/src/templates/S5.hs @@ -14,25 +14,25 @@ import Text.Pandoc.Writers.HTML ( writeHtml ) import Text.Pandoc.Definition s5Javascript :: String -s5Javascript = "\n" +s5Javascript = "\n" s5CoreCSS :: String -s5CoreCSS = "" +s5CoreCSS = "@s5-core.css@" s5FramingCSS :: String -s5FramingCSS = "" +s5FramingCSS = "@framing.css@" s5PrettyCSS :: String -s5PrettyCSS = "" +s5PrettyCSS = "@pretty.css@" s5OperaCSS :: String -s5OperaCSS = "" +s5OperaCSS = "@opera.css@" s5OutlineCSS :: String -s5OutlineCSS = "" +s5OutlineCSS = "@outline.css@" s5PrintCSS :: String -s5PrintCSS = "" +s5PrintCSS = "@print.css@" s5CSS :: String s5CSS = "\n\n\n\n" -- cgit v1.2.3