Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upTable counter is overrided by code-block's in LaTeX #2319
Comments
tk0miya
added
the
latex
label
Feb 14, 2016
added a commit
to jfbu/sphinx
that referenced
this issue
Feb 14, 2016
jfbu
referenced this issue
Feb 14, 2016
Merged
LaTeX captions of literal blocks now glued to framed verbatim #2297
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
jfbu
Feb 14, 2016
Contributor
Screenshot if using jfbu@59de4bf
(commit branch on top of 1.3.5 Sphinx release)
|
Screenshot if using jfbu@59de4bf |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
jfbu
Feb 14, 2016
Contributor
This does not change the fact that indeed threeparttable environment should better be used from inside a table environment with suitable caption therein.
|
This does not change the fact that indeed |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Fixed by #2297. |
tk0miya
closed this
Mar 6, 2016
jfbu
referenced this issue
Apr 14, 2016
Closed
VerbatimBorderColor wrongly used also for captions of PDF literal blocks #2447
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

tk0miya commentedFeb 14, 2016
In Sphinx-1.3.5, the counter of tables is overrided by code-block's in latex output.

You can see the caption of table starts with 'Listings ...' in following screenshot:
The screenshot above is generated from following reST:
This behavior comes from the combination of
threeparttableandcaptionof.As a test, I wraped the
threeparttableintableenvironment. Then the problem was fixed.