17 lines
477 B
TeX
17 lines
477 B
TeX
\documentclass{iditacard}
|
|
|
|
\leglevel{secondleg}
|
|
|
|
\begin{document}
|
|
\begin{leg}
|
|
\legname{Downhill}
|
|
\onlegspace{2}{\includegraphics[width=1cm]{icons/hypo.png}}
|
|
\onlegspace{4}{\includegraphics[width=1cm]{icons/damage.png}}
|
|
\onlegspace{5}{\includegraphics[width=1cm]{icons/hypo.png}}
|
|
\onlegspace{6}{\includegraphics[width=1cm]{icons/damage.png}}
|
|
\onlegspace{8}{\includegraphics[width=1cm]{icons/hypo.png}}
|
|
\legeffect{\speed{3}}
|
|
\end{leg}
|
|
\end{document}
|
|
|