Skip to content

Instantly share code, notes, and snippets.

@fmitha
Created March 7, 2022 16:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fmitha/b8afa2573c6d05647fe6f36eb5dffeb7 to your computer and use it in GitHub Desktop.
Save fmitha/b8afa2573c6d05647fe6f36eb5dffeb7 to your computer and use it in GitHub Desktop.
\documentclass[
12pt,
sections,
headheight=30pt,
headinclude,
firstfoot=false,
enlargefirstpage=true,
foldmarks=false,
backaddress=false,
subject=titled,
twoside=semi,
cleardoublepage=current
]{scrletter}
\usepackage{lipsum}
\begin{document}
\begin{letter}{Name}
\opening{Dear Name,}
\lipsum
\end{letter}
\setlength\footskip{100pt}
\begin{letter}{Name}
\opening{Dear Name,}
\lipsum
\end{letter}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment