ItEr49S06DocumentacionFormacionItEr48S06: Fix user doc compilation in pdf format
This commit is contained in:
parent
74f11ad9cc
commit
f42c98298e
1 changed files with 4 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue