Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 1
    Welcome to TeX.SE! Could you explain a bit further why putting % on a blank line is not a good solution for you? Commented Mar 13, 2018 at 19:50
  • anything is possible but a blank line is reported to TeX as \par and changing that is bound to break lots of things. Note you should not use $$ in latex documents Commented Mar 13, 2018 at 20:00
  • 2
    As you say, this is really a duplicate question, asking it again doesn't really change the fact that using % commented lines is almost certainly the best answer. Commented Mar 13, 2018 at 20:01
  • Also, if you disable blank lines creating new paragraphs (somehow: simplest would be to process your .tex file to strip the blank lines before TeX sees them), how do you plan to indicate new paragraphs? By typing \par? Commented Mar 14, 2018 at 0:01