ItEr49S06DocumentacionFormacionItEr48S06: Fix user doc compilation in pdf format

This commit is contained in:
Jose Maria Casanova Crespo 2010-03-01 18:22:05 +01:00
parent 74f11ad9cc
commit f42c98298e

View file

@ -131,6 +131,10 @@ class LaTeXStandaloneTranslator(latex2e.LaTeXTranslator):
#
if self.d_class.document_class == "igaliabk":
self.d_class.document_class = "book"
try:
del self.head_prefix[self.head_prefix.index(self.typearea)]
except ValueError:
pass
class LaTeXInsertTranslator(LaTeXStandaloneTranslator):
def astext(self):