No need for \n in previous change

This commit is contained in:
Dmitry Shachnev 2013-02-10 18:15:28 +04:00
parent 0a11494e60
commit 0bca7c4d6e

View File

@ -139,7 +139,7 @@ class LaTeXTranslator(nodes.NodeVisitor):
'extraclassoptions': '',
'inputenc': '\\usepackage[utf8]{inputenc}',
'utf8extra': '\\DeclareUnicodeCharacter{00A0}{\\nobreakspace}',
'cmappkg': '\\usepackage{cmap}\n',
'cmappkg': '\\usepackage{cmap}',
'fontenc': '\\usepackage[T1]{fontenc}',
'babel': '\\usepackage{babel}',
'fontpkg': '\\usepackage{times}',