From 0775340a7a043395010c4242aff2e699815cfbd3 Mon Sep 17 00:00:00 2001 From: Barry Steyn Date: Wed, 30 Jan 2013 09:14:36 -0500 Subject: [PATCH] Added tripple quotes so that \n can be removed --- pelican/plugins/latex.py | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/pelican/plugins/latex.py b/pelican/plugins/latex.py index 8cad5688..8785fdff 100644 --- a/pelican/plugins/latex.py +++ b/pelican/plugins/latex.py @@ -76,23 +76,23 @@ this plugin works with a template, look at from pelican import signals -latexScript = '\n\ - \n\ -' +latexScript = """ + +""" def addLatex(gen, metadata): """