-
Notifications
You must be signed in to change notification settings - Fork 10
/
invitation_rsvp.tex
81 lines (70 loc) · 1.88 KB
/
invitation_rsvp.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
\documentclass[a4paper,9pt,oneside,landscape]{memoir}
% RSVP cards
%
% Typeset by Tristan Miller <http://www.nothingisreal.com/>
% February 2016
%
% This source code is released under the Creative Commons
% Attribution 4.0 International (CC BY 4.0) licence.
\usepackage[svgnames]{xcolor}
\usepackage{fontspec}
\usepackage{xunicode}
\usepackage{microtype}
\usepackage{wasysym}
\defaultfontfeatures{Ligatures=TeX}
\setmainfont[RawFeature={+ss05,+dlig,+hlig,+calt,+liga},ItalicFeatures={RawFeature={+cv04,+clig,+swsh,+calt,+liga,+hlig,+ss05},CharacterVariant=5:0}]{EB Garamond}
\usepackage[newdimens]{labels}
\LabelCols=4%
\LabelRows=4%
\LeftPageMargin=0mm%
\RightPageMargin=0mm%
\TopPageMargin=0mm%
\BottomPageMargin=0mm%
\InterLabelColumn=0mm%
\InterLabelRow=0mm%
\LeftLabelBorder=5mm%
\RightLabelBorder=5mm%
\TopLabelBorder=8mm%
\BottomLabelBorder=5mm%
\newcommand{\h}[1]{\textcolor{FireBrick}{#1}}
\newcommand{\rsvp}[1]{\addresslabel[\fboxsep=5mm]{%
\centering%
{\Large \textsc{\h{R}.\,\kern-0.05em \h{S}.\,\kern-0.1em \h{V}\kern-0.15em .\,\h{P}\kern-0.1em .}}
\bigskip
\textsc{#1}
\bigskip
\parbox{43mm}{%
\Square\ I will attend the thesis defence.\\
\Square\ I will attend the buffet dinner.\\
\Square\ I am unable to attend either event.
}
\bigskip
{%
\small\emph{Kindly return this card or send an e-mail to}\strut\\
\textsc{[email protected]}\strut\\
\emph{by March 8, 2016.}\strut}
}}
\begin{document}
\rsvp{Erika Mustermann}%
\rsvp{Ivan Ivanov}%
\rsvp{Jan Jansen}%
\rsvp{Jan Publiek}%
\rsvp{Jane Roe}%
\rsvp{Jean Dupont}%
\rsvp{Jef Van Pijperzele}%
\rsvp{Joe Bloggs}%
\rsvp{John Doe}%
\rsvp{Jonas Petraitis}%
\rsvp{Lieschen Müller}%
\rsvp{Mario Rossi}%
\rsvp{Max Mustermann}%
\rsvp{Minta János}%
\rsvp{Numerius Negidius}%
\rsvp{Otto Normalverbraucher}%
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-PDF-mode: t
%%% TeX-engine: xetex
%%% TeX-master: t
%%% End: