Text Formatting ⇒ Line spacing
Line spacing
Please I was asked to format my tex document so that it will be equivalent of micosoft word document with font size 12 point, Times New Roman and line spacing 1pt. Please I need help
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Line spacing
Perhaps like this:
But you can show the result to your supervisor to confirm if it meets the expectations or not.
Or make a MS Word print and hold the printed pages next to each other, or behind each other against light.
Stefan
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
LaTeX.org admin
Line spacing
Thanks Stefan. I tried the code but it could not run on my basic miktex- 2.9.4250.
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm