Fix #2348: Move amsmath and amssymb to before fontpkg on LaTeX writer

This commit is contained in:
Takeshi KOMIYA
2016-03-03 21:17:35 +09:00
parent da94ca5699
commit 2a2da13cde
4 changed files with 3 additions and 10 deletions

View File

@@ -37,6 +37,7 @@ Bugs fixed
* #2360: Fix numref in LaTeX output is broken
* #2361: Fix additional paragraphs inside the "compound" directive are indented
* #2364: Fix KeyError 'rootSymbol' on Sphinx upgrade from older version.
* #2348: Move amsmath and amssymb to before fontpkg on LaTeX writer.
Documentation
-------------