Merge pull request #6891 from jfbu/latex_6890_curlyquote

LaTeX: avoid quotes and TeX ligature replacements in PDF output
This commit is contained in:
Takeshi KOMIYA
2019-12-15 23:21:55 +09:00
committed by GitHub
31 changed files with 230 additions and 178 deletions

View File

@@ -21,6 +21,7 @@ Deprecated
* ``sphinx.io.SphinxStandaloneReader.env``
* ``sphinx.util.texescape.tex_escape_map``
* ``sphinx.util.texescape.tex_hl_escape_map_new``
* ``sphinx.writers.latex.LaTeXTranslator.no_contractions``
Features added
--------------
@@ -86,6 +87,8 @@ Bugs fixed
* #6867: text: extra spaces are inserted to hyphenated words on folding lines
* #6886: LaTeX: xelatex converts straight double quotes into right curly ones
(shows when :confval:`smartquotes` is ``False``)
* #6890: LaTeX: even with smartquotes off, PDF output transforms straight
quotes and consecutive hyphens into curly quotes and dashes
* #6876: LaTeX: multi-line display of authors on title page has ragged edges
* #6887: Sphinx crashes with docutils-0.16b0
* #6920: sphinx-build: A console message is wrongly highlighted