Code: Select all
\begin{document}
\fontsize{12}{12}%
\selectfont
\linespread{1}\selectfont
Many thanks in advance!
Code: Select all
\begin{document}
\fontsize{12}{12}%
\selectfont
\linespread{1}\selectfont
Code: Select all
\documentclass[12pt]{article}
\usepackage{blindtext}
\begin{document}
This is single spaced text: \blindtext
\end{document}