Commit Graph

5856 Commits

Author SHA1 Message Date
Takeshi KOMIYA
ddf6acd33c Update CHANGES for PR #2204 2016-01-02 20:23:01 +09:00
jfbu
297c164711 Load graphicx without specifying the driver
This is issue #2164.

On the current main TeX installations (TeXLive, MikTeX), \pdftexversion is defined also when running latex to produce dvi files. This commit deletes TeX code which resulted in the "pdftex" driver being always assumed, which made it a priori impossible to compile via latex.

The graphicx packages is smart enough to detect correctly the driver (pdftex, xetex, ...) and defaults to dvips.
2016-01-02 19:30:22 +09:00
Takeshi KOMIYA
a4e37fe7bf Update CHANGES for PR #2200 2016-01-02 17:59:50 +09:00
Hong Xu
01c381363e Run xelatex and lualatex as well in latex tests. 2016-01-02 17:58:41 +09:00
Hong Xu
83da5df505 LaTeX: Disable specific UTF-8 support commands for XeTeX and LuaTeX
XeTeX and LuaTeX have builtin UTF-8 support.
2016-01-02 17:58:41 +09:00
Takeshi KOMIYA
00b909f9b6 Fix warnings caused by renaming pngmath in CHANGES and docs 2016-01-02 17:58:41 +09:00
Takeshi KOMIYA
d4584d6295 Merge pull request #2212 from jwilk/spelling
Fix typos
2016-01-02 11:13:47 +09:00
Jakub Wilk
f86217c9d1 Fix typos. 2016-01-01 20:54:30 +01:00
Takeshi KOMIYA
5f9547bc21 Update CHANGES for PR #2192 2016-01-01 21:07:43 +09:00
Takeshi KOMIYA
8dace2871e Merge pull request #2192 from xuhdev/imgmath
Imgmath (pngmath with svg support)
2016-01-01 21:06:02 +09:00
Takeshi KOMIYA
525a03b21b Upate CHANGES for PR #1899 2016-01-01 11:04:28 +09:00
Takeshi KOMIYA
5f7ef4db60 Merge pull request #1899 from Eric89GXL/opts
FIX: Ensure list is sent to OptParse
2016-01-01 11:02:50 +09:00
Takeshi KOMIYA
ed196a8adf Fix README 2016-01-01 01:29:35 +09:00
Hong Xu
d8990b4612 Add deprecation information to sphinx.ext.pngmath 2015-12-29 15:14:04 -08:00
Hong Xu
f233c604ef imgmath: Make the size of the displayed math customizable. 2015-12-29 15:14:04 -08:00
Hong Xu
ea25284d0a Replace pngmath with imgmath in quickstart. 2015-12-29 15:14:04 -08:00
Hong Xu
657ebc2ab0 Add Hong Xu to the AUTHOR list 2015-12-29 15:14:04 -08:00
Hong Xu
f68bfbdbb7 Update the pngmath doc to synchronize with imgmath 2015-12-29 15:14:04 -08:00
Hong Xu
355fe2a233 Add the imgmath extension, the successor of pngmath.
In addition to the features which pngmath supports, imgmath also
supports svg output format.
2015-12-29 15:13:57 -08:00
Takeshi KOMIYA
026fde47b0 Fix #2183 porterstemmer causes make json to fail
Drop PorterStemmer package support.
For now, PyStemmer can accelarate stemming process of snowballstemmer.
2015-12-26 13:11:22 +09:00
Takeshi KOMIYA
4234c88f21 Fix #2113: Allow `:class:` option to code-block directive 2015-12-20 22:44:32 +09:00
shimizukawa
bf1cc70996 Merge with 'stable' 2015-12-20 08:48:38 +09:00
Takayuki SHIMIZUKAWA
ec176d83e7 Merge pull request #2185 from sphinx-doc/use-with-to-open-file-for-testing
Fix #2185: Use with syntax to open files on testing.
2015-12-20 08:44:04 +09:00
shimizukawa
91fe0b6ceb Fix #2185: Use with syntax to open files on testing. 2015-12-20 08:13:02 +09:00
Takeshi KOMIYA
9669f2a48b Fix #2171: cannot linkcheck url with unicode 2015-12-19 22:58:53 +09:00
Takeshi KOMIYA
788c0ebffc Add testcase for encoding URIs in linkcheck builder 2015-12-19 22:49:14 +09:00
Takeshi KOMIYA
209e5f29b1 Fix #2168: raw directive does not work for text writer 2015-12-19 20:34:27 +09:00
shimizukawa
0b0f6d66cb Fix #2158: test_latex_build.test_footnote and some tests fail on Windows environment with py3 2015-12-19 19:00:39 +09:00
Takeshi KOMIYA
157375baa3 Merge pull request #2159 from sphinx-doc/1237_footnote_in_deflist
Fix #1237 footnotes not working in definition list in LaTeX
2015-12-19 17:55:07 +09:00
Takeshi KOMIYA
a21bfb1061 Make ShowUrlsTransform plain class 2015-12-19 16:53:15 +09:00
Takeshi KOMIYA
9f96bbaf35 Move testcases for footnotes to roots/test-footnote 2015-12-19 16:45:23 +09:00
Takeshi KOMIYA
5983d02787 Fix #1237 footnotes not working in definition list in LaTeX 2015-12-19 16:45:23 +09:00
Takeshi KOMIYA
5fc4536040 Fix invalid node id was assigned
Because document.ids is reset on pickling doctree...
2015-12-19 16:44:45 +09:00
Takeshi KOMIYA
9fec96d327 Refactor latex_show_urls processor to Transform class 2015-12-19 16:44:45 +09:00
Takeshi KOMIYA
885b997a25 Add testcases for latex_show_urls 2015-12-19 16:40:10 +09:00
Takeshi KOMIYA
e859543f8b Fix #967: SVG inheritance diagram is not hyperlinked (clickable) 2015-12-19 16:12:26 +09:00
Takeshi KOMIYA
39458552ec Update CHANGES for PR #2176 2015-12-19 15:20:55 +09:00
Takeshi KOMIYA
e568f03e38 Merge pull request #2176 from xuhdev/graphviz-interactive-svg
sphinx.ext.graphviz: use <object> instead of <img> to embed svg
2015-12-19 15:15:13 +09:00
Takeshi KOMIYA
cb3f8c62ae Fix typo in CHANGES 2015-12-19 15:12:44 +09:00
Takeshi KOMIYA
cc84702257 Update CHANGES for PR #1833 2015-12-19 10:52:53 +09:00
Takeshi KOMIYA
7f55295650 Merge pull request #1833 from xuhdev/latex-mailto
Email addresses should not be showed again if latex_show_urls is not None
2015-12-19 10:45:53 +09:00
Daniel Jakob
cb484a4172 perform a lower() on german index terms #2083 2015-12-18 21:44:01 +01:00
Georg Brandl
f3dbea14a9 Merge pull request #2181 from usox/2083-fix_german_searchindex
perform a lower() on german index terms #2083
2015-12-18 21:43:23 +01:00
Georg Brandl
8232707a12 merge stable to default 2015-12-18 21:42:55 +01:00
Georg Brandl
17a8f91922 Merge pull request #2182 from xuhdev/latex-dots-images
Fix #981: LaTeX: support image file names with more than 1 dots
2015-12-18 21:42:11 +01:00
Georg Brandl
0e38d445ec More parallel code optimizations. 2015-12-18 21:37:29 +01:00
Daniel Rings
8d373b9ab1 Fix #2177: Remove parallel hangs 2015-12-18 21:37:29 +01:00
Georg Brandl
580405c714 More parallel code optimizations. 2015-12-18 21:37:20 +01:00
Daniel Rings
9cdaf3406f Fix #2177: Remove parallel hangs 2015-12-18 21:37:20 +01:00
Hong Xu
2ee03a2729 Fix #981: LaTeX: support image file names with more than 1 dots
LaTeX cannot detect image file names with more than 1 dots in it
correctly. The solution is to use '{}' to surround the base name. See
https://tex.stackexchange.com/questions/10574/includegraphics-dots-in-filename

Fix #981
2015-12-17 19:03:31 -08:00