% use the corresponding paper size for your ticket definition \documentclass[a4paper,10pt]{letter} % common stuff \input{header} % background picture \renewcommand{\emblem}{% \put(55, 10){\includegraphics[width=40mm]{graphics/emblem_source}} } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Basic variant % % text for explanation \renewcommand{\explaintext}{ You are what they call a source, a massive object somewhere deep in space, sending out its signals. \textbf{First}, write your name on the front. Then check the info about yourself and start looking for \textbf{detectors} that can detect your messengers. The messengers in \textit{italics} haven't really been seen yet from that source, but we will play as if they have. Count how many times you've been detected like so: \includegraphics[height=1em]{graphics/countingmarks}. And any time you're wondering what all these crazy words actually mean, just ask one of the \textbf{physicists}. } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Basic variant, French % \renewcommand{\explaintext}{ % Vous êtes ce qu'on appelle une source, un objet massif quelque part dans l'espace profond, envoyant un signal. % \textbf{D'abord}, écrivez votre nom à l'avant. Ensuite, lisez les informations vous concernant et commencez à chercher un détecteur qui peut observer vos messagers. Les messagers en \textit{italique} n'ont pas encore été observés en provenance de cette source, mais nous jouerons comme s'ils l'avaient été. % Comptez le nombre de fois où vous avez été détecté comme suit : \includegraphics[height=1em]{graphics/countingmarks}. % À chaque fois que vous vous demandez ce que ces termes un peu barbares signifient, n'hésitez pas à questionner un des \textbf{physiciens} présents. % } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Variant A % % text for explanation % \renewcommand{\explaintext}{ % You are what they call a source, a massive object somewhere deep in space, sending out its signals. % \textbf{First}, write your name on the badge and put it on. Then check the info on this card, and ask the \textbf{detectors} if they can detect your messengers. The messengers in \textit{italics} haven't really been seen yet from that source, but we will play as if they have. Only show your card when asked! % Count how many times you've been detected underneath your name: \includegraphics[height=1em]{graphics/countingmarks}. % And any time you're wondering what all these crazy words actually mean, just ask one of the \textbf{physicists}. % } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Variant B % % text for explanation % \renewcommand{\explaintext}{ % You are what they call a source, a massive object somewhere deep in space, sending out its signals. % \textbf{First}, write your name on the front. Then check the info about yourself and start looking for teams of \textbf{detectors} that can detect several of your different messengers. Those in \textit{italics} haven't really been seen yet from that source, but we will play as if they have. Count how many detectors have seen you like so: \includegraphics[height=1em]{graphics/countingmarks}. % And any time you're wondering what all these crazy words actually mean, just ask one of the \textbf{physicists}. % } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% the pins for the partipiciants ... %% you can generate this part from a database! \begin{document} % source messengers other info \badge{Neutron Star merger} {gravitational waves, gamma rays} {\?{cosmic rays,} \?{neutrinos}} % \badge{Black Hole merger} {gravitational waves} {} \badge{Blazar flare} {radio, optical, X-rays, gamma rays} {\?{cosmic rays,} \?{neutrinos}} \badge{Solar flare} {radio, optical, X-rays, gamma rays} {\?{cosmic rays,} \?{neutrinos}} \badge{Supernova} {optical, X-rays, gamma rays} {cosmic rays, neutrinos} \badge{Gamma Ray Burst} {gamma rays} {\?{cosmic rays,} \?{neutrinos}} \badge{Sun} {sunlight, X-rays, gamma rays} {cosmic rays, neutrinos} \badge{Obscured Blazar} {radio, \?{neutrinos}} {} % \badge{}{}{} % \explanationpage %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Variant A % \emptypage % \blankpage \end{document}