diff --git a/data/GenericEvent42-1331353749.schild b/data/GenericEvent42-1331353749.schild
new file mode 100644
index 0000000000000000000000000000000000000000..dc15a02ef2992d593e510a2a70518ad5bb5e0e58
--- /dev/null
+++ b/data/GenericEvent42-1331353749.schild
@@ -0,0 +1 @@
+{"pdfname": "GenericEvent42-1331353749.schild.pdf", "img": "pictograms-nps-misc-camera.png", "headline": "Generic\r\nEvent42", "text": "Man kann Wiki-Syntax benutzen.\r\n\r\n* Zum Beispiel f\u00fcr\r\n\r\n* Bullet Lists", "markup": "latex", "reusefilename": "on", "textemplate": "image-left_bothtext-right.tex", "filename": "GenericEvent42-1331353749.schild"}
\ No newline at end of file
diff --git a/data/GenericEvent42-306092239.schild b/data/GenericEvent42-306092239.schild
new file mode 100644
index 0000000000000000000000000000000000000000..1253d344214ae9b202c4d41a6e13e1d34711a404
--- /dev/null
+++ b/data/GenericEvent42-306092239.schild
@@ -0,0 +1 @@
+{"pdfname": "GenericEvent42-306092239.schild.pdf", "img": "pictograms-nps-misc-camera.png", "headline": "GenericEvent42", "text": "Willkommen zum GenericEvent42!", "markup": "latex", "reusefilename": "on", "textemplate": "headline-top_image-left_text-right.tex", "filename": "GenericEvent42-306092239.schild"}
\ No newline at end of file
diff --git a/data/Generic_Event_42897947894.schild b/data/Generic_Event_42897947894.schild
new file mode 100644
index 0000000000000000000000000000000000000000..be38e6652c2a005af664891f09cdeb0f27ce347d
--- /dev/null
+++ b/data/Generic_Event_42897947894.schild
@@ -0,0 +1 @@
+{"pdfname": "Generic_Event_42897947894.schild.pdf", "img": "pictograms-nps-parking-2.png", "headline": "GenericEvent42", "text": "", "markup": "rst", "reusefilename": "on", "textemplate": "headline-top_arrowup_image-right.tex", "filename": "Generic_Event_42897947894.schild"}
\ No newline at end of file
diff --git a/data/Headline-417648766.schild b/data/Headline-417648766.schild
deleted file mode 100644
index 89aa4947525b980eeeb75ce378743c70f850e08e..0000000000000000000000000000000000000000
--- a/data/Headline-417648766.schild
+++ /dev/null
@@ -1 +0,0 @@
-{"headline": "Headline", "text": "Additional text.", "pdfname": "Headline-417648766.schild.pdf", "img": "pictograms-nps-showers.png", "textemplate": "headline-top_arrowup_image-right.tex"}
\ No newline at end of file
diff --git a/data/Headline1053846357.schild b/data/Headline1053846357.schild
deleted file mode 100644
index 063e891cf3dc7778df2a2000ed79f31b7db0584f..0000000000000000000000000000000000000000
--- a/data/Headline1053846357.schild
+++ /dev/null
@@ -1 +0,0 @@
-{"headline": "Headline", "text": "Additional text.", "pdfname": "Headline1053846357.schild.pdf", "img": "__none", "textemplate": "headline-top_arrowright_text-right.tex"}
\ No newline at end of file
diff --git a/data/Headline2075177871.schild b/data/Headline2075177871.schild
deleted file mode 100644
index 28bdd6901136f7fc4b8fcd158a73aad9b61a5a81..0000000000000000000000000000000000000000
--- a/data/Headline2075177871.schild
+++ /dev/null
@@ -1 +0,0 @@
-{"headline": "Headline", "text": "Additional text.", "pdfname": "Headline2075177871.schild.pdf", "img": "pictograms-nps-showers.png", "textemplate": "headline-top_arrowup_text-right.tex"}
\ No newline at end of file
diff --git a/schilder.py b/schilder.py
index bdc05c8964bad0f69054139a68f48fd66d37faf3..f0c09de6d38bdea96ea8bb409723f436c45b16e0 100755
--- a/schilder.py
+++ b/schilder.py
@@ -88,7 +88,7 @@ def run_pdflatex(context, outputfilename, overwrite=True):
         return
     if context['markup'] == 'rst':
         context['text'] = publish_parts(context['text'], writer_name='latex')['body']
-        context['headline'] = publish_parts(context['headline'], writer_name='latex')['body']
+        #context['headline'] = publish_parts(context['headline'], writer_name='latex')['body']
     tmpdir = tempfile.mkdtemp(dir=config.tmpdir)
     if context.has_key('img') and context['img'] and context['img'] != '__none':
         try: