- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Latex: terms are not separated by a newline #9985
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
Comments
I don't think this is not a bug. It's not promised a term and description of the definition list are displayed as line-folded. But I agree it's better to fold them as HTML does. |
…tion list by a new line
Great, thanks for the suggested pull request! |
@marxin It may take some time before a solution is found because the natural #9988 approach breaks some numpy's LaTeX hack. As a work-around you may try to add to your project their hack
I am not completely happy with the resulting looks (see #9988 (comment)) but it may serve temporarily. |
LaTeX: separate terms from their definitions by a CR (close #9985)
Describe the bug
I use simple indentations for terms and their explanation:
Example:
Which results in the following HTML output:
Alabaster:
RTD theme:
While xelatex output does not contain a new line:
@jfbu
How to Reproduce
Build the snippet.
Expected behavior
No response
Your project
Build the snippet
Screenshots
No response
OS
Linux
Python version
3.8
Sphinx version
4.3.0
Sphinx extensions
No response
Extra tools
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: