Hi all,
sorry if this already came up.
What if I wanted to stretch the baseline in the text but NOT in the footnotes nor in the tables?
Thanks a lot.
Text Formatting ⇒ Baselinestretch and footnote
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Baselinestretch and footnote
This could be found out by using the search function of the forum.jgaspard wrote:[…] sorry if this already came up. […]
The setspace package only stretches interline spacing in the normal text, not in footnotes.
Code: Select all
Code, edit and compile here:
\documentclass[11pt,a4paper,english]{article}\usepackage[T1]{fontenc}\usepackage[latin1]{inputenc}\usepackage{babel}\usepackage{includeheadfoot,margin=2cm]{geometry}\usepackage[bottom,flushmargin,hang,multiple]{footmisc}\usepackage[onehalfspacing]{setspace}\usepackage{lmodern}\usepackage{blindtext}\parindent0em\begin{document}\blindtext\footnote{\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