Guest User

Untitled

a guest
Mar 20th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. \documentclass{article}
  2.  
  3. \usepackage{microtype}
  4.  
  5. \newcommand\fitpar{\looseness=-1}
  6.  
  7. \begin{document}
  8.  
  9. This is a long paragraph on multiple lines, really a lot of useless lines, with
  10. lots of useless characters and lots of useless punctuation, which could fit
  11. better into four lines. This trick works at its best on long paragraphs because
  12. there's more room to play with spaces and glues so we can avoid having this ugly
  13. extra word.
  14.  
  15. \bigskip
  16.  
  17. This is a long paragraph on multiple lines, really a lot of useless lines, with
  18. lots of useless characters and lots of useless punctuation, which could fit
  19. better into four lines. This trick works at its best on long paragraphs because
  20. there's more room to play with spaces and glues so we can avoid having this ugly
  21. extra word.\fitpar
  22.  
  23. \end{document}
Add Comment
Please, Sign In to add comment