forked from kmowery/3140-nameplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnameplate.tex
105 lines (89 loc) · 2.66 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
92
93
94
95
96
97
98
99
100
101
102
103
104
\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}
%\renewcommand\familydefault{\sfdefault}
%\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.85in, -3.85in) [anchor=south]node {\includegraphics[scale=0.40]{CESR-meatball.png}};
%\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,-.10in) node
%\draw (0in,0in) node
\draw (.25in,-.25in) node
[
anchor=north west,
text width=4.5in,
]
{
\cphil{Louis Dekoven}\\
{Ariana Mirian}\\
{Gary Soeller}\\
\ms{Shu-Ting Wang} \\
};
%{Abdulrahman Alkhelaifi} \\
%{Nadah Feteih} \\
%{Liz Izhikevich} \\
%{Miguel Neves}\\
%{Steven Hill}\\ % :-(
%{Zhuoer Wang}\\ % Commented out per discussion 15/4/2015
%{Rishan Chen}\\ % Commented out per discussion 15/4/2015
%\draw (0in, -4.00in) [anchor=south west]node {\includegraphics[scale=0.35]{vacancy-sign-neon.jpg}};
% The alum box
\draw (3.90in,-.25in) node
[
anchor=north west,
text width=3in,
font=\scriptsize
]
{
\underline{Alumni}\\
\phd{Joe DeBlasio (2018)}\\
\phd{David Kohlbrenner (2018)}\\
\phd{Danny Y. Huang (2017)}\\
\phd{Wilson Lian (2016)}\\
\phd{Neha Chachra (2015)}\\
\phd{Mike Conley (2015)}\\
\phd{Tristan Halvorson (2015)}\\
\phd{Keaton Mowery (2015)}\\
\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}