forked from Prior99/cah-fullformat-german
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.tex
54 lines (45 loc) · 1.97 KB
/
test.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
%
% This file is part of Cards Against Humanity Fullformat German.
%
% Cards Against Humanity Fullformat German is free software:
% you can redistribute it and/or modify it under the terms of the
% GNU General Public License as published by the Free Software Foundation,
% either version 3 of the License, or (at your option) any later version.
%
% Cards Against Humanity Fullformat German is distributed in the hope that it
% will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.
%
% You should have received a copy of the GNU General Public License
% along with Cards Against Humanity Fullformat German.
% If not, see <http://www.gnu.org/licenses/>.
%
%
% Please note: All whitespace characters might break this document. Please
% avoid placing whitespace character that are not intended inside these files.
%
\documentclass[a4paper,parskip]{scrartcl}
\usepackage[a4paper,top=10mm,bottom=10mm,left=10mm,right=10mm]{geometry}
\usepackage{tikz}
\usepackage{arev}
\usepackage[ngerman]{babel}
\usepackage[utf8]{inputenc}
\usepackage{etoolbox}
\begin{document}
\def\SymbReg{\textsuperscript{\textregistered}}
\setlength{\parskip}{-1pt}
\setlength{\lineskip}{0pt}
\centering
\include{commands}
\titlecard{Test}%
\whitecard{Test}{Lorem Ipsum dolor sit amet.}%
\whitecard{Test}{Foo bar bas.}%
\whitecard{Test}{Die ist ein für\newline eine weisse\newline Karte relativ\newline langer Text.\newline Sehr viel länger\newline als so wird es\newline eigentlich nicht.}%%
\whitecard{Test}{Ein mittellanger Satz sähe dann in etwa so aus.}%
\blackcard{1}{Test}{Edipiscir \underl eunt omnia gallia.}%
\blackcard{1}{Test}{Divisa est partes?}%
\blackcard{2}{Test}{Tres gaius iulius caesar \underl.}%
\blackcard{3}{Test}{This \underl is a really long text and I want to know hot the \underl cards behave when the text is so fucking long. Will it break?}%
\makeCardLists
\end{document}