13 lines
292 B
TeX
13 lines
292 B
TeX
\documentclass{iditacard}
|
|
|
|
\cardtype{yellow!30}
|
|
\rarity{common}
|
|
|
|
\begin{document}
|
|
\begin{card}
|
|
\draw [line width=5mm] (49.0/300.0,1.75) -- (701.0/300.0,1.75)
|
|
node [midway, above] {\textbf{Hypothermia}}
|
|
node [midway, below] {\textbf{Starvation}};
|
|
\end{card}
|
|
\end{document}
|