mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #9305 LaTeX: backslash in sphinxupquote error with Japanese
This commit is contained in:
parent
7673cd6429
commit
ef9b55c961
2
CHANGES
2
CHANGES
@ -19,6 +19,8 @@ Bugs fixed
|
|||||||
* #9330: changeset domain: :rst:dir:`versionchanged` with contents being a list
|
* #9330: changeset domain: :rst:dir:`versionchanged` with contents being a list
|
||||||
will cause error during pdf build
|
will cause error during pdf build
|
||||||
* #9313: LaTeX: complex table with merged cells broken since 4.0
|
* #9313: LaTeX: complex table with merged cells broken since 4.0
|
||||||
|
* #9305: LaTeX: backslash may cause Improper discretionary list pdf build error
|
||||||
|
with Japanese engines
|
||||||
|
|
||||||
Testing
|
Testing
|
||||||
--------
|
--------
|
||||||
|
@ -765,7 +765,8 @@
|
|||||||
% break at . , ; ? ! /
|
% break at . , ; ? ! /
|
||||||
\sphinxbreaksviaactive
|
\sphinxbreaksviaactive
|
||||||
% break also at \
|
% break also at \
|
||||||
\let\sphinx@textbackslash\textbackslash
|
\setbox8=\hbox{\textbackslash}%
|
||||||
|
\def\sphinx@textbackslash{\copy8}%
|
||||||
\let\textbackslash\sphinxtextbackslash
|
\let\textbackslash\sphinxtextbackslash
|
||||||
% by default, no continuation symbol on next line but may be added
|
% by default, no continuation symbol on next line but may be added
|
||||||
\let\sphinxafterbreak\sphinxafterbreakofinlineliteral
|
\let\sphinxafterbreak\sphinxafterbreakofinlineliteral
|
||||||
|
Loading…
Reference in New Issue
Block a user