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):
"""