-
Notifications
You must be signed in to change notification settings - Fork 12
/
basic.tex
55 lines (37 loc) · 965 Bytes
/
basic.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
\documentclass{letter}
\usepackage[left=.2in,top=0.15in,papersize={4.12in,9.37in},landscape,twoside=false]{geometry}
\usepackage{graphicx}
\usepackage[center,dvips,frame]{crop}
\usepackage{wrapfig}
\setlength\parskip{0pt}
\pagestyle{empty}
\graphicspath{ {/vagrant/app/static/img/}}
\begin{document}
\large{
\begin{wrapfigure}{l}{0.25\textwidth}
\includegraphics[width=0.9\linewidth]{nyc_seal_letterhead}
\end{wrapfigure}
\textbf{}
\textbf{\LARGE POLICE DEPARTMENT}
\textbf{LEGAL BUREAU}
F.O.I.L UNIT ROOM 110C
ONE POLICE PLAZA
NEW YORK, N.Y. 10038
\textbf{}
\textbf{}
\textbf{LBF\#: $\rule{2in}{0.15mm}$}
\textbf{}
}
\vspace{.25in}
\large {
\setlength\parindent{4.5in}
Recipient Name
Company Name
Street Address
City, State \ Zip
}
\vfill {
FOR POLICE \underline{EMERGENCY ONLY}
\setlength\parindent{1.1in}DIAL 911
}
\end{document}