LaTeX line spacing
\renewcommand{\baselinestretch}{0.9}
% \baselineskip is a length command which specifies the minimum space between the botton of two successive lines in a paragraph.
% \baselinestretch scales the value of \baselineskip. Its default value is 1.0 but it may be reset with a \renewcommand command.