0

I am typing up an article in LaTeX and everything works perfectly, but for some reason there is a point where there are a few paragraphs where there is a line break between each paragraph. Has anyone had this problem before or knows how to deal with it? I am simply typing out a line as follows

like this

then the next paragraph

Rather than moving down to the next line for the next paragraph as it does for most of the article, it instead skips a line.

Tom
  • 153
  • Welcome to TeX.SX! Could you please include a minimal working example (MWE) that allows others to reproduce the issue you describe? – leandriis Jun 15 '19 at 14:33
  • @ leandriis That's the thing, I don't even know how someone would reproduce it. The document is fine and then for no reason there are a few paragraphs with line breaks. – Tom Jun 15 '19 at 14:35
  • Copy your original document, comment out some lines of the content, compile and see if the problem stays. If so, repeat until you have the smallest possible document that still reproduces the issue. Include this document into your question. – leandriis Jun 15 '19 at 14:37
  • 1
    most likely you have a document with \flushbottom in effect and at the start of the next page there is a large unbreakable item that will not fit on this page. But we can only guess if you show no example – David Carlisle Jun 15 '19 at 14:40
  • 1
    https://tex.stackexchange.com/questions/36423/random-unwanted-space-between-paragraphs/36429#36429 or https://tex.stackexchange.com/questions/33977/how-to-prevent-the-paragraphs-to-spread-out-over-the-page/33981#33981 or ... – David Carlisle Jun 15 '19 at 14:45
  • @David Carlisle One of the answers to the first question had a quick solution which worked, thanks a lot. It was because I didn't have anything in the code to allow the height of each column to vary from page to page. – Tom Jun 15 '19 at 14:49

0 Answers0