how do i change the line spacing??
also i want single space on some pages and double space on others
Page Layout ⇒ line spacing
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
line spacing
Hi,
you could use the setspace package. Have a look into the setspace.sty file for its documentation.
Stefan
you could use the setspace package. Have a look into the setspace.sty file for its documentation.
Stefan
LaTeX.org admin
line spacing
i tried it but didnt seem to work for meStefan_K wrote:Hi,
you could use the setspace package. Have a look into the setspace.sty file for its documentation.
Stefan
i put this at the top...
\usepackage{setspace}
then when i wanted to start using double spaces, i did
\doublespacing
\begin{abstract}
text text text
text text text
\end{abstract}
...but the abstract still came out singlespaced
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
line spacing
The problem is not comprehensible for me.
Best regards
Thorsten¹
Code: Select all
\documentclass[11pt,a4paper,english]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage[onehalfspacing]{setspace}
\usepackage{blindtext}
\begin{document}
\begin{abstract}
\blindtext
\end{abstract}
\blindtext
\end{document}
Best regards
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10