-
Notifications
You must be signed in to change notification settings - Fork 0
/
msp-lab-sign.tex
100 lines (87 loc) · 2.78 KB
/
msp-lab-sign.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
\documentclass[a4]{article}
\usepackage{fullpage, graphicx, multicol}
\usepackage[margin=0.1in]{geometry}
\usepackage{tikz}
\usetikzlibrary{decorations.pathmorphing}
\usepackage[overlay, absolute]{textpos}
%%%%% Macros %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\crossout}[1]{\raisebox{0mm}{%
\tikz{\draw(0,0) node[anchor=west,inner sep=0,text depth=0.2mm](crossedWord){#1};
\draw[decorate,decoration={random steps,amplitude=1pt},line width=3pt,opacity=0.6](crossedWord.west) -- (crossedWord.east);
}}}
\newcommand{\person}[1]{\def\labelitemi{--}\item #1}
\newcommand{\Xperson}[1]{\def\labelitemi{{\small--}}\ifkeepOld{\item \small \crossout{#1}}\else\fi}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newif\ifkeepOld
\renewcommand{\familydefault}{\sfdefault} % default font
%\def\labelitemi{--} % - instead of * for items.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% Keep old names? %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\keepOldtrue
%\keepOldfalse
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\title{\vspace{-4ex}\Huge \textbf{Mathematically Structured Programming Group}}
\date{\vspace{-10ex}}
\begin{document}
\maketitle
\thispagestyle{empty} % remove page numbering
{
\huge
\begin{multicols}{2}
\begin{itemize}
\Xperson{Robin Adams (Visitor)}
\Xperson{Guillaume Allais}\ifkeepOld{\small\crossout{(RA)}}\else\fi
\person{Malin Altenm\"{u}ller}
\Xperson{Stevan Andjelkovic}
\Xperson{Bob Atkey (RA)}
\Xperson{Simone Barlocco}
\Xperson{Alwin Blok}
\Xperson{Peio Borthelle}
\person{Dylan Braithwaite}
\person{Matteo Capucci}
\Xperson{Jacques Carette (Visitor)}
\Xperson{James Chapman (RA)}
\Xperson{Joseph Collins}
\Xperson{Pierre-Evariste Dagand}
\Xperson{Kevin Dunne}
\person{Clovis Eberhart (RA)}
\person{Samuel Fish}
\Xperson{Cl\'{e}ment Fumex}
\person{Stuart Gale}
\Xperson{Bruno Gavranovi\'c}
\person{April Gonçalves}
\Xperson{Adam Gundry}
\Xperson{Peter Hancock (RA)}
\Xperson{Adam Katona}
\person{Alasdair Lambert}
\Xperson{J\'er\'emy Ledent (RA)}
\Xperson{Sam Lindley (RA)}
\Xperson{Ioan Luca}
\Xperson{Lorenzo ``Mr. Baby'' Malatesta}
\Xperson{Johannes Marti (RA)}
\Xperson{Jade Master (RA)}
\person{Georgi Nakov}
\Xperson{Fredrik Nordvall Forsberg (RA)}
\Xperson{Federico Orsanigo}
\Xperson{Ben Price}
\Xperson{Iwan Qu\'emerais}
\person{Eigil Rischel}
\Xperson{Tim Revell}
\Xperson{Denis Rochelle}
\person{Riu Rodr\'iguez Sakamoto}
\person{Ezra Schoen}
\Xperson{Zachary Sole}
\person{Andr\'e Videla}
\person{Sean Watters}
\Xperson{James Wood}
\person{Dilsat Yuksel}
\end{itemize}
{
\textblockcolor{white}
\begin{textblock}{3.5}(13.0,14.2)
\includegraphics[scale=0.6]{semicolon.png}
\end{textblock}
}
\end{multicols}
}
\end{document}