move "copy additional files" after "copying TeX support files" in latex builder.

It enables the user to override TeX support files such as sphinx.sty by setting latex_additional_files.
This commit is contained in:
shirou
2013-03-05 22:17:05 +09:00
parent 35c44b63fb
commit 8bec3b8777
2 changed files with 11 additions and 7 deletions
+3
View File
@@ -1147,6 +1147,9 @@ These options influence LaTeX output.
.. versionadded:: 0.6
.. versionchanged:: 1.1.3
This overrides the files which is provided from Sphinx such as sphinx.sty.
.. confval:: latex_preamble
Additional LaTeX markup for the preamble.