14 lines
396 B
TeX
14 lines
396 B
TeX
% Compile with XeLaTeX
|
|
% Now tests new features!
|
|
\documentclass{iditacard}
|
|
% Montage with `montage -tile 3x3 -geometry 750x1050+50+25 in* out.pdf`
|
|
|
|
\begin{document}
|
|
\begin{playcard}[special]{utility}{legendary}
|
|
\costs{1}{2}{3}
|
|
\name{Example Card}
|
|
\text{Move 10 myrameters. Shuffle your discard pile into your deck.}
|
|
\flava{What doesn't kill you makes you stronger.}
|
|
\end{playcard}
|
|
\end{document}
|