- 5,997
- 3,137
Perhaps up to a year ago, I used to be able to get a space between paragraphs with #" "# "\ "\ "#" "#". That no longer works with the latest Latex version. What command can I use to get a space between paragraphs?
The discussion revolves around the issue of paragraph spacing in LaTeX, particularly focusing on commands that can be used to create spaces between paragraphs. Participants explore the functionality of LaTeX in the context of recent updates and the behavior of MathJax.
Participants express varying experiences with paragraph spacing in LaTeX, and while some solutions are proposed, there is no consensus on a definitive command or method that resolves the issue universally.
Limitations include the dependency on the specific version of LaTeX and MathJax being used, as well as unresolved issues regarding line breaks in the MathJax environment.
A comment from the same person there suggested that usingWrichik Basu said:It seems that v3 of MathJax hasn't implemented line breaks yet. See this issue: https://github.com/mathjax/MathJax/issues/2312
And it seems that this will not be fixed before next year: see this comment from the above issue.
Thanks. This is what I needed. Hitting the "Enter" button a couple of times works. :)mfb said:It seems to ignore all line breaks within the LaTeX environment. You can end the LaTeX environment, add normal line breaks and begin a new LaTeX formula.
$$a=b$$
$$c=d$$