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