Index: /v2/trunk/de.ugoe.cs.swe.bnftools.ebnf/src/de/ugoe/cs/swe/bnftools/generator/EbnfGenerator.xtend
===================================================================
--- /v2/trunk/de.ugoe.cs.swe.bnftools.ebnf/src/de/ugoe/cs/swe/bnftools/generator/EbnfGenerator.xtend	(revision 84)
+++ /v2/trunk/de.ugoe.cs.swe.bnftools.ebnf/src/de/ugoe/cs/swe/bnftools/generator/EbnfGenerator.xtend	(revision 85)
@@ -21,4 +21,5 @@
 import org.eclipse.xtext.generator.IFileSystemAccessExtension2
 import org.eclipse.xtext.generator.IGenerator
+import de.ugoe.cs.swe.bnftools.ebnf.SectionHeading
 
 /**
@@ -105,4 +106,13 @@
 			«bnfEntry.rule.compile»
 		«ENDIF»
+		«IF bnfEntry.sectionheader!= null»
+			«bnfEntry.sectionheader.compile»
+		«ENDIF»
+	'''
+	
+	def compile(SectionHeading sHeading) '''
+		
+		<fo:block role="H1" font-weight="bold"> «sHeading.sectionHeader» </fo:block>
+		
 	'''
 
