-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnameplate.tex
91 lines (76 loc) · 2.21 KB
/
nameplate.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
\documentclass{article}
% http://www.tug.dk/FontCatalogue/
\usepackage[T1]{fontenc}
%\usepackage{times}
%\usepackage{bookman}
%\usepackage{aurical} % \Fontlukas
%\usepackage{va} % \va
%\usepackage{aurical}
%\usepackage[adobe-utopia]{mathdesign}
\usepackage{libertine}
\usepackage{lmodern} \renewcommand*\familydefault{\ttdefault}
%\usepackage[scaled]{helvet}
%\font\comicsans=ComicSansMS at 18pt
\usepackage{tikz}
\usepackage{fullpage}
\usepackage{graphicx}
\usepackage{setspace}
\usepackage[margin=0.5in]{geometry}
\usetikzlibrary{decorations.text}
%\geometry{paperwidth=6.25in,paperheight=4.1in}
\newcommand{\phd}[1]{\textbf{#1}, PhD.}
\newcommand{\cphil}[1]{\textbf{#1}, C.Phil.}
\newcommand{\ms}[1]{#1, M.S.}
\begin{document}
\noindent\begin{tikzpicture}
%[font=\huge\Fontskrivan\setstretch{0.8}]
[font=\huge\setstretch{0.85}]
%\draw (6in,-2in) node [rotate=90, anchor=south]
% {\fontsize{68}{68}\selectfont\textbf{SCIENCE!}};
%\draw (4.95in, -2in) node {\includegraphics{packet-inspector.jpg}};
\draw (4.8in, -4.05in) [anchor=south]node {\includegraphics[scale=0.85]{HAL9000.png}};
% The outline box.
\draw (0in,0in) rectangle (6.0in,-4in) [color=gray];
% The name box
\draw (0in,-4in) node
[
anchor=south west,
text width=4.5in,
]
{
\cphil{Neha Chachra}\\
%{Rishan Chen}\\ % Commented out per discussion 15/4/2015
\cphil{Mike Conley}\\
\ms{Joe DeBlasio}\\
\cphil{Tristan Halvorson}\\
\ms{Danny Y. Huang}\\
{David Kohlbrenner}\\
\cphil{Wilson Lian}\\
\cphil{Keaton Mowery}\\
{Edward Sullivan}\\
%{Zhuoer Wang}\\ % Commented out per discussion 15/4/2015
};
% The alum box
\draw (4.25in,0in) node
[
anchor=north west,
text width=3in,
font=\scriptsize
]
{
\underline{Hall of Fame}\\
\phd{He ``Lonnie'' Liu (2015)}\\
\phd{Christos Kozanitis (2013)}\\
\phd{Radhika Mysore (2013)}\\
\phd{Danny Turner (2013)}\\
\phd{Meg Walraed-Sullivan (2012)}\\
\phd{John C. McCullough (2012)}\\
\phd{Chris Kanich (2012)}\\
\phd{Cynthia Taylor (2012)}\\
\phd{Marti Motoyama (2011)}\\
\phd{Dionysios Logothetis (2011)}\\
\phd{Mikhail Afanasyev (2009)}\\
\phd{Marvin McNett (2008)}\\
};
\end{tikzpicture}
\end{document}