Skip to main content
comment out pagestyle, clarify problem
Source Link
Dirk
  • 2.7k
  • 4
  • 27
  • 38

Is it possible to move the footer on the second page in scrlttr2 a bit down? The bottom margin in the screenshot (red line) seems very high.

The document looks much better when I switch of footsepline but I would like to use it.

Here is a MWE:

\documentclass[headsepline, footsepline, enlargefirstpage, firstfoot=false]{scrlttr2}
\usepackage[ngerman]{babel}
\usepackage{blindtext}
\pagestyle%\pagestyle{headings}   % not necessary for this MWE
\setkomavar{fromname}{It is me}
\setkomavar{subject}{Subject}
\begin{document}
\begin{letter}{xxx}
\opening{Hello,}
\Blindtext
\end{letter}
\end{document}

enter image description here

Is it possible to move the footer on the second page in scrlttr2 a bit down? The bottom margin in the screenshot (red line) seems very high.

Here is a MWE:

\documentclass[headsepline, footsepline, enlargefirstpage, firstfoot=false]{scrlttr2}
\usepackage[ngerman]{babel}
\usepackage{blindtext}
\pagestyle{headings}
\setkomavar{fromname}{It is me}
\setkomavar{subject}{Subject}
\begin{document}
\begin{letter}{xxx}
\opening{Hello,}
\Blindtext
\end{letter}
\end{document}

enter image description here

Is it possible to move the footer on the second page in scrlttr2 a bit down? The bottom margin in the screenshot (red line) seems very high.

The document looks much better when I switch of footsepline but I would like to use it.

Here is a MWE:

\documentclass[headsepline, footsepline, enlargefirstpage, firstfoot=false]{scrlttr2}
\usepackage[ngerman]{babel}
\usepackage{blindtext}
%\pagestyle{headings}   % not necessary for this MWE
\setkomavar{fromname}{It is me}
\setkomavar{subject}{Subject}
\begin{document}
\begin{letter}{xxx}
\opening{Hello,}
\Blindtext
\end{letter}
\end{document}

enter image description here

add document options to enlarge first page
Source Link
Dirk
  • 2.7k
  • 4
  • 27
  • 38

Is it possible to move the footer on the second page in scrlttr2 a bit down? The bottom margin in the screenshot (red line) seems very high.

Here is a MWE:

\documentclass[headsepline, footsepline]footsepline, enlargefirstpage, firstfoot=false]{scrlttr2}
\usepackage[ngerman]{babel}
\usepackage{blindtext}
\pagestyle{headings}
\setkomavar{fromname}{It is me}
\setkomavar{subject}{Subject}
\begin{document}
\begin{letter}{xxx}
\opening{Hello,}
\Blindtext
\end{letter}
\end{document}

enter image description here

Is it possible to move the footer on the second page in scrlttr2 a bit down? The bottom margin in the screenshot (red line) seems very high.

Here is a MWE:

\documentclass[headsepline, footsepline]{scrlttr2}
\usepackage[ngerman]{babel}
\usepackage{blindtext}
\pagestyle{headings}
\setkomavar{fromname}{It is me}
\setkomavar{subject}{Subject}
\begin{document}
\begin{letter}{xxx}
\opening{Hello,}
\Blindtext
\end{letter}
\end{document}

enter image description here

Is it possible to move the footer on the second page in scrlttr2 a bit down? The bottom margin in the screenshot (red line) seems very high.

Here is a MWE:

\documentclass[headsepline, footsepline, enlargefirstpage, firstfoot=false]{scrlttr2}
\usepackage[ngerman]{babel}
\usepackage{blindtext}
\pagestyle{headings}
\setkomavar{fromname}{It is me}
\setkomavar{subject}{Subject}
\begin{document}
\begin{letter}{xxx}
\opening{Hello,}
\Blindtext
\end{letter}
\end{document}

enter image description here

Source Link
Dirk
  • 2.7k
  • 4
  • 27
  • 38

scrlttr2 - change footheight on second page

Is it possible to move the footer on the second page in scrlttr2 a bit down? The bottom margin in the screenshot (red line) seems very high.

Here is a MWE:

\documentclass[headsepline, footsepline]{scrlttr2}
\usepackage[ngerman]{babel}
\usepackage{blindtext}
\pagestyle{headings}
\setkomavar{fromname}{It is me}
\setkomavar{subject}{Subject}
\begin{document}
\begin{letter}{xxx}
\opening{Hello,}
\Blindtext
\end{letter}
\end{document}

enter image description here