Files
sphinx/doc
jfbu a550c7075f LaTeX: Allow linebreaks at \ (in literals, code-blocks, parsed-literal)
Default configuration is to allow the linebreak after the backslash.
It is possible at user side via 'preamble' key and some LaTeX code
to allow the linebreak before the backslash, but each of inline-literal,
code-block, and parsed-literal has its more or less cumbersome way for
that.

Closes: #6000, #6001

This commit handles only the \ character, which had been left aside
by accident so far. Inline-literals could break at more characters
but this is not yet done in this commit. In this context, in future
it could be useful to modify sphinx.util.texescape to use mark-up
such as \sphinxtextbackslash rather than naked \textbackslash and
similarly for some other characters. This could then be used to
allow linebreaks even in regular text paragraphs.
2019-11-06 18:59:09 +01:00
..
2014-09-21 20:23:24 +02:00
2014-09-19 13:18:29 +02:00
2019-01-10 18:08:12 +01:00
2019-05-26 10:53:53 +09:00
2008-06-23 12:35:22 +00:00
2019-07-07 16:08:54 +09:00
2019-10-26 17:21:57 +09:00
2018-06-17 15:24:23 +09:00
2018-06-21 15:11:35 +01:00
2019-05-30 01:07:05 +09:00
2019-05-26 10:53:53 +09:00