[Tex/LaTex] change vertical gap between two paragraphs

spacing

I only need to change the white gap between two paragraphs in a particular spot in my thesis. In particular I want to reduce the vertical white space. I know that I can do \\[5pt] to add more space. So I tried \\[-5pt]. But it did not work. Is there a quick way to just reduce the vertical white space between paragraphs.

Best Answer

To reduce the white space between paragraphs:

Paragraph1 text text

\vspace{-5pt}

Paragraph 2 text text