-
Notifications
You must be signed in to change notification settings - Fork 10
/
invitation_outer.tex
46 lines (43 loc) · 1.22 KB
/
invitation_outer.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
\documentclass[12pt,a4paper]{article}
% Invitation outer page
%
% 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{wallpaper}
\usepackage{fontspec}
\usepackage{xunicode}
\usepackage{microtype}
\defaultfontfeatures{Ligatures=TeX}
\setmainfont[RawFeature={+ss05,+dlig,+hlig,+calt,+liga},ItalicFeatures={RawFeature={+cv04,+clig,+swsh,+calt,+liga,+hlig,+ss05},CharacterVariant=5:0}]{EB Garamond}
\pagestyle{empty}
\newcommand{\h}[1]{\textcolor{FireBrick}{#1}}
\newcommand{\cover}[1]{\mbox{}\newpage\mbox{}\vfill \textsc{#1} \vfill\vfill\newpage}
\begin{document}
\centering\huge
\cover{Erika Mustermann}%
\cover{Ivan Ivanov}%
\cover{Jan Jansen}%
\cover{Jan Publiek}%
\cover{Jane Roe}%
\cover{Jean Dupont}%
\cover{Jef Van Pijperzele}%
\cover{Joe Bloggs}%
\cover{John Doe}%
\cover{Jonas Petraitis}%
\cover{Lieschen Müller}%
\cover{Mario Rossi}%
\cover{Max Mustermann}%
\cover{Minta János}%
\cover{Numerius Negidius}%
\cover{Otto Normalverbraucher}%
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-PDF-mode: t
%%% TeX-engine: xetex
%%% TeX-master: t
%%% End: