Advertisement
Guest User

Untitled

a guest
May 5th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. documentclass{article}
  2. setlength{parskip}{8pt}
  3. begin{document}
  4. This is the first paragraph
  5.  
  6. This is the second paragraph
  7.  
  8. This is the third paragraph
  9. end{document}
  10.  
  11. {setlength{parskip}{0pt}This is the third paragraph}
  12.  
  13. documentclass{article}
  14. setlength{parskip}{8pt}
  15. begin{document}
  16. This is the first paragraph
  17.  
  18. This is the second paragraphvspace{-8pt}
  19.  
  20. This is the third paragraph
  21. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement