Created
March 7, 2022 16:50
-
-
Save fmitha/b8afa2573c6d05647fe6f36eb5dffeb7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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