-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathtest_nine_cards_by_page.tex
36 lines (32 loc) · 1.09 KB
/
test_nine_cards_by_page.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
\documentclass[a4paper]{article} %landscape
\input{./latex/packages}
\input{./latex/tikzcards}
\geometry{hmargin=5mm, vmargin=10mm}
\begin{document}
\begin{center}
\begin{tabular}{@{}c@{\hspace{2mm}}c@{\hspace{2mm}}c@{}}
\input{./test_deck/0_rules_front.tex} &
\input{./test_deck/2_3laws_front.tex} &
\input{./test_deck/3_c3po_front.tex} \\
\input{./test_deck/1_bug_front.tex} &
\input{./test_deck/2_3laws_front.tex} &
\input{./test_deck/3_c3po_front.tex} \\
\input{./test_deck/1_bug_front.tex} &
\input{./test_deck/2_3laws_front.tex} &
\input{./test_deck/3_c3po_front.tex} \\
\end{tabular}
\end{center}
\begin{center}
\begin{tabular}{@{}c@{\hspace{2mm}}c@{\hspace{2mm}}c@{}}
\input{./test_deck/3_c3po_back.tex} &
\input{./test_deck/2_3laws_back.tex} &
\input{./test_deck/0_rules_back.tex} \\
\input{./test_deck/3_c3po_back.tex} &
\input{./test_deck/2_3laws_back.tex} &
\input{./test_deck/1_bug_back.tex} \\
\input{./test_deck/3_c3po_back.tex} &
\input{./test_deck/2_3laws_back.tex} &
\input{./test_deck/1_bug_back.tex} \\
\end{tabular}
\end{center}
\end{document}