Code: Select all
\renewcommand{\baselinestretch}{1.5}
Also, I tried to change the place of it into the chapter , but it effected same previous effect.
Where is the problem ?
Thx
Code: Select all
\renewcommand{\baselinestretch}{1.5}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Code: Select all
\usepackage[onehalfspacing]{setspace}
Code: Select all
\begin{spacing}{1.25}
% Text passage
\end{spacing}
Code: Select all
\setstretch{1.25}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis