-
Notifications
You must be signed in to change notification settings - Fork 0
/
letterhead-example.tex
63 lines (56 loc) · 1.56 KB
/
letterhead-example.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
56
57
58
59
60
61
62
63
%%% Graphically view the layout
\usepackage{layout}
%%%
%%% Colors!
\usepackage[usenames]{color}
%%%
%%% Hyperlinks
\usepackage{unicode}
\usepackage{hyperref}
\hypersetup{
colorlinks=true, % false: boxed links; true: colored links
linkcolor=black, % color of internal links
citecolor=green, % color of links to bibliography
filecolor=magenta, % color of file links
urlcolor=black % color of external links
}
%%%
%%% Change header
\usepackage{fancyhdr}
\pagestyle{plain}
\topmargin 5pt
\headheight 50pt
\headsep -25pt
\chead{%
\begin{picture}(0,0)%
\put(50,40){%
\makebox(0,0){%
\includegraphics[height=0.75in,width=1.05in]{/Users/statonjr/Desktop/TECHSHOW/logo-example.png}%
}%
}%
\end{picture}
\sffamily{Example Law Firm}
}%
\cfoot{
\sffamily{Example Law Firm\\720 Michigan Avenue + Chicago, IL + 55555\\312.555.1234}
}
\renewcommand{\headrulewidth}{0pt}
%%% Change date format
\def\today{\number\day\space\ifcase\month\or January\or February\or March\or April\or May\or June\or July\or August\or September\or October\or November\or December\fi \space\number\year}
%%% XeTeX Fonts
\usepackage{fontspec,xltxtra,xunicode}
\defaultfontfeatures{Mapping=tex-text}
\setromanfont[Mapping=tex-text]{Hoefler Text}
\setsansfont[Scale=MatchLowercase,Mapping=tex-text,Colour=999999]{Futura}
\setmonofont[Scale=MatchLowercase]{Andale Mono}
%%%
\address{ }
\signature{
\begin{picture}(0,0)
\put(0,0){
\includegraphics{/Users/statonjr/Desktop/TECHSHOW/signature-example.png}
}
\end{picture} \\
Attorney Name\\
}
%%% EOF