mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge branch '1.8'
This commit is contained in:
commit
af87e026e3
1
CHANGES
1
CHANGES
@ -126,6 +126,7 @@ Bugs fixed
|
||||
* #5614: autodoc: incremental build is broken when builtin modules are imported
|
||||
* #5627: qthelp: index.html missing in QtHelp
|
||||
* #5659: linkcheck: crashes for a hyperlink containing multibyte character
|
||||
* #5754: DOC: Fix some mistakes in :doc:`/latex`
|
||||
|
||||
Testing
|
||||
--------
|
||||
|
@ -29,6 +29,9 @@
|
||||
;; to preamble of LaTeX document. However this character is not supported
|
||||
;; by the TeX "times" font used by default by Sphinx for pdflatex engine.
|
||||
;;
|
||||
;; **Update**: since LaTeX 2018/12/01, the \j as well as \SS, \k{} and
|
||||
;; \.{} need no extra user declaration anymore.
|
||||
;;
|
||||
;; - ẞ needs \DeclareUnicodeCharacter{1E9E}{\SS} (but ß needs no extra set-up).
|
||||
;;
|
||||
;; - U+02DB (˛) and U+02D9 (˙) are also not supported by inputenc
|
||||
|
Loading…
Reference in New Issue
Block a user