Text Formatting ⇒ Line spacing
Line spacing
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
- Stefan Kottwitz
- Site Admin
- Posts: 10397
- Joined: Mon Mar 10, 2008 9:44 pm
Line spacing
Code: Select all
\documentclass[fontsize=12bp,headings=standardclasses]{scrreprt}
\usepackage[T1]{fontenc}
\usepackage{tgtermes}
\usepackage[english]{babel}
\usepackage{blindtext}
\begin{document}
\linespread{1.083333}
\blinddocument
\end{document}Or make a MS Word print and hold the printed pages next to each other, or behind each other against light.
Stefan
Line spacing
- Stefan Kottwitz
- Site Admin
- Posts: 10397
- Joined: Mon Mar 10, 2008 9:44 pm