Adds start of envelope template
This commit is contained in:
parent
893d76c427
commit
2f798142fe
1 changed files with 32 additions and 0 deletions
32
pandoc/templates/template-envelope.tex
Normal file
32
pandoc/templates/template-envelope.tex
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
\documentclass{article}
|
||||||
|
\usepackage{pbox}
|
||||||
|
\usepackage{geometry}
|
||||||
|
\geometry{
|
||||||
|
left= 0.15in,
|
||||||
|
right= 0.15in,
|
||||||
|
top= 0.15in,
|
||||||
|
paperwidth=220mm,
|
||||||
|
paperheight=110mm
|
||||||
|
}
|
||||||
|
\setlength\parskip{0pt}
|
||||||
|
\setlength\parindent{0pt}
|
||||||
|
\pagestyle{empty}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
\scriptsize
|
||||||
|
FROM-NAME\\
|
||||||
|
FROM-STREET ADDRESS\\
|
||||||
|
FROM-CITY, STATE, \ ZIP
|
||||||
|
|
||||||
|
\vspace{1.0in}\large
|
||||||
|
\setlength\parindent{0pt}
|
||||||
|
|
||||||
|
\begin{center}
|
||||||
|
\pbox{0.4\textwidth}{
|
||||||
|
TO-NAME\\
|
||||||
|
TO-STREET ADDRESS\\
|
||||||
|
TO-CITY, STATE, \ ZIP
|
||||||
|
}
|
||||||
|
\end{center}
|
||||||
|
|
||||||
|
\end{document}
|
Loading…
Add table
Add a link
Reference in a new issue