We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug A clear and concise description of what the bug is.
! Argument of \TY@get@body has an extra }. <inserted text> \par l.107 ...\multicolumn{2}{|l|}\sphinxtablestrut{1}} &
To Reproduce Steps to reproduce the behavior:
TITLE ##### Complex table ============= +--------------------+----------------+ | 2 rows and 2 cols | 1 row x 3 cols | | +----+-----+-----+ | | A | B | C | +---+----------------+----+-----+-----+ | 1 | 2 | 3 | 4 | 5 | +---+----------------+----+-----+-----+
and make latexpdf
make latexpdf
Expected behavior
make latexpdf succeeds
Environment info
Additional context First bad commit is 20884bb (#8875)
There seems to be an extra } in latex output in tables. Sorry for not spotting problem.
}
The text was updated successfully, but these errors were encountered:
refactor: LaTeX: Use raw strings for LaTeX macros
20884bb
Merge pull request #9314 from jfbu/latex_9313_missing_curly_brace
669c35a
Fix #9313
7cc87d8
Update CHANGES for PR #9313
e7e92d3
Update CHANGES for PR sphinx-doc#9313
9c34217
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
and
make latexpdf
Expected behavior
make latexpdf
succeedsEnvironment info
Additional context
First bad commit is 20884bb (#8875)
There seems to be an extra
}
in latex output in tables. Sorry for not spotting problem.The text was updated successfully, but these errors were encountered: