mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
No need for \n in previous change
This commit is contained in:
parent
0a11494e60
commit
0bca7c4d6e
@ -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}',
|
||||
|
Loading…
Reference in New Issue
Block a user