-
Notifications
You must be signed in to change notification settings - Fork 1
/
cards.tex
68 lines (54 loc) · 1.56 KB
/
cards.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
\documentclass{article}
\usepackage{graphicx,txfonts}
\usepackage[space]{grffile}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{tikz}
\usepackage{lipsum} % For dummy text
\usepackage[margin=1cm]{geometry} % To make margins smaller
\usepackage{microtype} % To improve hyphenation, justification etc...
\usepackage{pgfpages}
\usepackage[noinfo,center,dvips,frame]{crop}
\usepackage{verbatim}
\pgfpagesuselayout{8 on 1}[a4paper,border shrink=0mm,landscape ]
\newcommand{\magicitem}[2]{
{\noindent \bfseries #1} \hspace*{\fill} #2
\newline
}
\newcommand\shield{%
\tikz [baseline] \draw (0,1.75ex) -- (0,0.75ex) arc [radius=0.75ex, start angle=-180, end angle=0] -- (1.5ex,1.75ex) -- cycle;%
}
\newcommand{\simpleline}{
{\par\noindent\raisebox{.8ex}{\hbox{\rule{\textwidth}{1pt}}}}
}
\newcommand{\monster}[8]{
{\noindent \bfseries \fontsize{40}{50}\selectfont #1} \hspace*{\fill}{ \fontsize{30}{30}\selectfont \begin{tabular}{llrr} \ensuremath\varheartsuit: & #2 \\ \shield:& #3\end{tabular}}
{\noindent \bfseries #4}
#5
\simpleline
{\noindent #6}
\simpleline
\textbf{Moves:}
\begin{itemize}
#7
\end{itemize}
\simpleline
#8
}
\pagestyle{empty}
\begin{document}
\fontsize{27}{24}\selectfont
\begin{comment}
\include{goblin_bane}
%\include{sword_etmours}
%\include{{"Immovable Rod/immovable_rod"}}
%\include{{"Lich Skull/file"}}
\include{{"Flask of breath/file"}}
\include{{"Bag of holding/file"}}
\include{"mon_ikarza"}
\include{"mon_elite_guard"}
\include{{"Iskander LoveLetter"}}
\include{{"Holt LoveLetter"}}
\end{comment}
\include{{"mon_vampire_lord"}}
\end{document}