Text Formatting ⇒ Baselinestretch and footnote
Baselinestretch and footnote
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.
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
- 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
\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¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10