Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. documentclass[12pt, a4paper]{report}
  2. usepackage{listings}
  3. linespread{1.5}
  4.  
  5. DeclareFixedFont{ttm}{T1}{txtt}{m}{n}{10pt}
  6.  
  7. lstset{
  8. basicstyle=ttmlinespread{0.8},
  9. }
  10.  
  11. begin{document}
  12. The line spacing is perfect here.
  13.  
  14. The line spacing is perfect here too.
  15.  
  16. begin{lstlisting}
  17. The code has
  18. too high
  19. line spacing
  20. end{lstlisting}
  21.  
  22. The line spacing is perfect here.
  23.  
  24. The line spacing is perfect here too.
  25.  
  26. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement