Being a first time user of Latex (Texmaker 3.3.4), i've encountered a peculiar problem. Blank lines appear before and after a specific paragraph of my text (other paragraphs are unaffected), thusly:

Packages in use:
Code: Select all
\usepackage{graphicx}
\usepackage{multicol}
\usepackage{blindtext}
\usepackage{indentfirst}
\usepackage[hyphens]{url}
\usepackage[colorlinks=true,urlcolor=blue]{hyperref}
Code: Select all
The last figure at each period (figures ...) gives the cell temperature over time. At a first look different materials are more efficient at different periods. A PCM's efficiency at reducing cell temperature is also reflected at the internal PCM temperature.\par
During the first three periods RT20 produces lower cell temperatures. During the periods in April and May the PV-RT20 system starts with lower temperatures but overall RT27 provides a better thermal control. It should be noted that despite that fact that RT27 and SP25A8 display similar thermo-physical properties, SP25A8 consistently under-performs in comparison with RT27. This is attributed to the SP25A8's higher density. During the summer periods a gradual increase in the cell temperature levels is noticed. In some cases cell temperature ends up higher than those of a PV panel without the use of PCM. This is reflected by the fact that PCMs enter into the liquid phase during the day, sometimes even fully, without being able to release the absorbed heat during the night. This is attributed to the very low heat conductivity (RT20 and RT27: $0.2 W/mK$, SP25A8: $0.6 W/mK$) that makes them function as heat insulators above a certain temperature level. This can be mitigated with forced convection (i.d. fans) or the insertion of a metal mesh inside the phase change materials, effectively increasing the rate with which the materials expel stored heat [3].\par
Overall, with the exclusion of the summer periods where all materials end up performing poorly, RT27 achieves better results. Even in the winter periods where it under-performs in comparison to RT20 it still yields a considerable temperature reduction.
edit: I toyed with this some more and found out that these "vertical gaps" are of variable height depending on the page. I also found this very old thread:
http://latex-community.org/forum/viewto ... 10877&f=47
Inserting
Code: Select all
\setlength{\parskip}{0pt}
Code: Select all
\documentclass{article}