shimizukawa
baaef9146d
pytest: remove deprecated with_app decorator functions
2017-01-06 01:14:47 +09:00
shimizukawa
5b7d237db3
pytest migration
2017-01-04 00:59:30 +09:00
Takeshi KOMIYA
01736bb397
Fix test_latex failed if stylefiles not found (refs: #3264 )
2016-12-24 19:30:32 +09:00
jfbu
9d1f95c9a0
fix 3 line too long style-check errors
2016-12-08 22:30:48 +01:00
jfbu
18e01c8341
fix one more test failure and fix previous fix test (missing u)
2016-12-08 22:05:08 +01:00
jfbu
2e9ee59ee9
fix tests for latex build
2016-12-08 21:43:04 +01:00
Takeshi KOMIYA
7e066e6513
Fix broken tests
2016-12-04 23:34:57 +09:00
shimizukawa
eb0aa50536
fix 3 test failures that cause by translation changed
2016-12-04 23:03:46 +09:00
Takeshi KOMIYA
0ee524e392
Merge branch 'stable' into 1.5-release
2016-11-23 13:22:38 +09:00
Takeshi KOMIYA
43197de299
Fix #3117 : LaTeX writer crashes if admonition is placed before first section title
2016-11-23 00:42:34 +09:00
jfbu
53d202440f
add `@skip_if_stylefiles_notfound
` to maxlistdepth test
2016-11-05 11:50:12 +01:00
jfbu
0473e438dc
add unit test for maxlistdepth (latex)
2016-11-04 23:57:00 +01:00
Takeshi KOMIYA
56958227c8
Refactor test_bulid_latex: add skip_if_stylefiles_notfound()
2016-11-04 15:14:41 +09:00
Takeshi KOMIYA
3f4721e140
Refactore test_build_latex: add compile_latex_document()
2016-11-04 12:06:19 +09:00
jfbu
4d3f5b3c1c
update style files checklist for latex tests
2016-10-27 11:43:20 +02:00
Jean-François B
b8e0e935e4
Improve LaTeX footnotes ( #3022 )
...
Allow code-blocks in footnotes for LaTeX PDF output.
This is done via using a ``footnote environment``, provided by LaTeX
package footnotehyper which replaces old problematic package footnote.
No need to ship a custom tabulary anymore.
The footnote markers are silently removed from the table of contents and
do not end in the PDF bookmarks (the old code in ``sphinx.sty`` copying
``footmisc.sty`` was not satisfactory and has been deleted and replaced
by use of better ``\sphinxfootnotemark``.) Footnotes can be used also in
captions of literal blocks.
2016-10-15 12:09:58 +02:00
Takeshi KOMIYA
dd3f12a7fc
Fix style-check violation
2016-10-11 18:59:12 +09:00
jfbu
e43a31da12
Re-insert check for LaTeX macro filename which got suppressed in merge
2016-10-10 21:15:53 +02:00
jfbu
34f1ce17fd
Fix #3018 : LaTeX problem with page dimensions and chapter titles
...
New key ``'geometry'`` to ``latex_elements``.
2016-10-07 23:40:39 +02:00
Takeshi KOMIYA
bc6b4bf70e
Remove unused LaTeX macro filename from tests
2016-10-02 06:58:55 +09:00
Takeshi KOMIYA
2b10fc0188
Fix #2916 : numref
role can also refer caption as an its linktext
2016-09-17 15:51:18 +09:00
Takeshi KOMIYA
1aafc7e2e5
Fix #326 : numref
role can also refer sections
2016-09-17 15:51:18 +09:00
Takeshi KOMIYA
6399f8703b
Invoke latex building tests using latex_engine
2016-07-19 11:03:38 +09:00
Takeshi KOMIYA
a692009808
Merge branch 'stable'
2016-07-15 00:51:29 +09:00
Takeshi KOMIYA
6686ebf158
Optimized tests: Add test-warnings
2016-07-14 23:12:57 +09:00
Takeshi KOMIYA
d1a427c51e
Merge branch 'stable'
2016-07-08 01:09:28 +09:00
Takeshi KOMIYA
7eca745b5c
Fix #2667 : latex crashes if resized images appeared in section title
2016-07-05 14:33:44 +09:00
Takeshi KOMIYA
efd74a9e14
latex, replace `pt
by TeX equivalent
bp
if found in
width
or
height
` attribute of an image (ref: #2714 )
2016-06-26 12:03:55 +09:00
Takeshi KOMIYA
51937f8089
#2597 : Show warning messages as darkred
2016-06-24 14:23:19 +09:00
jfbu
9002966085
Merge branch 'stable'
2016-06-22 18:42:13 +02:00
jfbu
01f1696d9b
Remove usage by sphinx.sty of latex package newfloat.sty
2016-06-19 16:22:49 +02:00
jfbu
beeeb56c27
latex `\noindent
` for non-inline images, not only if top level
2016-06-19 11:04:45 +02:00
jfbu
664e24cf86
Fix #2671 : image directive may lead to inconsistent spacing in pdf
2016-06-17 10:08:31 +02:00
jfbu
2cec5a25b2
Merge branch 'stable'
...
Conflicts:
sphinx/domains/cpp.py
sphinx/texinputs/sphinx.sty
tests/test_build_latex.py
2016-06-15 18:29:58 +02:00
jfbu
5510653d6e
Fix #2629 . Add new config option `latex_keep_old_macro_names
`
...
The cause of the issue was a clash about ``\titleref`` macro being already
defined in memoir class context. To avoid similar problems, this makes
the text styling macros
``\strong``, ``\code``, ``\bfcode``, ``\email``, ``\tablecontinued``,
``\titleref``, ``\menuselection``, ``\accelerator``, ``\crossref``,
``\termref``, ``\optional``,
also available with ``\sphinx`` prefix, with a conf.py boolean option to
let sphinx.sty only define ``\sphinx``-prefixed macros. As default value
is False, backwards compatibility is maintained.
On this occasion, some internal non-public macros have been renamed with
prefix ``\spx@``. The command
find . -name '*.sty' -exec grep -l \\\\spx@ {} \;
has been executed in TeXLive 2015 and 2016 installations to check no
package defines macros starting with ``\spx@``.
Some internal macros having public names (because they are written by
latex.py into the body of the latex document) have been renamed to have
``\sphinx`` prefix. The macros in sphinx.sty starting with \py@, or \DU,
or \PYG have not been modified. Similarly ``\release``, ``\version``,
``\releasename``, etc... have not been renamed.
2016-06-15 08:53:24 +02:00
Takeshi KOMIYA
e41a6340da
'%' is no needed after \sphinxAtStartFootnote
2016-06-12 00:43:29 +09:00
Takeshi KOMIYA
88c026d0bd
Merge branch 'stable'
2016-06-12 00:42:47 +09:00
Takeshi KOMIYA
80921b2ab8
Fix flake8 violation under tests/
2016-06-12 00:02:11 +09:00
Takeshi KOMIYA
f6ebd372d4
Merge branch 'stable'
2016-06-05 17:24:41 +09:00
jfbu
96e30b0d0e
Fix #2593 (continued): allow figure captions in LaTeX tabulary tables
2016-06-05 14:21:21 +09:00
Takeshi KOMIYA
bb6bb7ded6
Fix #2593 : latex crashes if any figures in the table
2016-06-05 14:21:21 +09:00
Takeshi KOMIYA
1b939042df
Make testcases robust
2016-06-03 00:30:39 +09:00
Takeshi KOMIYA
24beece2a3
Fix combination of figure directive options; width, figwidth and align (ref: #2595 )
2016-05-30 13:13:38 +09:00
Takeshi KOMIYA
e3be266be3
Merge branch 'stable'
2016-05-28 17:29:43 +09:00
Takeshi KOMIYA
b74b9cb585
Fix #2383 : The generated footnote by latex_show_urls
overflows lines
2016-05-28 14:46:13 +09:00
Takeshi KOMIYA
5cdf7a9a33
Adjust spacing in numref
role (ref: #2382 )
2016-05-28 13:23:37 +09:00
Takeshi KOMIYA
c64a23f3c6
Add testcase for #2382
2016-05-28 12:57:46 +09:00
Takeshi KOMIYA
771e715f50
`:maxdepth:
option of toctree affects
secnumdepth
` (ref: #2547 )
2016-05-26 23:23:07 +09:00
Takeshi KOMIYA
885653a35d
Fix the caption of figure is always put on center even if `:align:
` was specified
2016-05-04 01:27:54 +09:00
Takeshi KOMIYA
4789ef899f
Fix #2492 : Figure directive with :figwidth: generates incorrect Latex-code
2016-05-04 01:27:31 +09:00