-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
Man page using :samp: with braces - font doesn't reset #1860
Comments
Fixed at c6c9c5c |
tk0miya
added a commit
that referenced
this issue
Jan 8, 2016
It is not a part of 'testcase for #1860'. It's my miss commit. Sorry.
Apparently, I face the same problem with the latest release index.rst:
conf.py:
and template Makefile is needed:
|
Apparently, it's problematic only when a |
marxin
added a commit
to marxin/sphinx
that referenced
this issue
Jun 16, 2021
When a samp begins with a variable part, it is not unwrapped for manual pages. Fixes sphinx-doc#1860.
marxin
added a commit
to marxin/sphinx
that referenced
this issue
Jun 16, 2021
When a samp begins with a variable part, it is not unwrapped for manual pages. Fixes sphinx-doc#1860.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There are issues with the man page rendering when using :samp:
{blah}
The font change doesn't reset after the closure of the samp but runs onto subsequent lines until certain 'resetting' elements are encountered, such as a bullet, heading and probably others I haven't tested for.
:samp:
like this
is ok. HTML and Latex (pdf) formats are also unaffected by this issue.MWE included with screen shot.
Manpage Test
:samp:
Sample Text (with 'samp') {and this text in braces}
Text that should be plain.
And back to normal.
:samp:
{this text in braces} but not this
More text that should be plain.
And back to normal.
:samp:
Now a 'samp' with no braces
All ok on this line.
The text was updated successfully, but these errors were encountered: