summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/wargame/source/hex/tile.dtx
blob: 76eceb27c4075af18a1513e87a8ae1732f6dff6a (plain)
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
% \iffalse
% ====================================================================
% This is simply to create tile images.
% 
%<*tile> 
\documentclass{standalone}
\usepackage[terrainpic]{wargame}
\begin{document}%
\begin{tikzpicture}%
  \pic{hex/terrain/%
%<beach>beach
%<city>city
%<lightwoods>light woods
%<mountains>mountains
%<rough>rough
%<sea>sea
%<swamp>swamp
%<town>town
%<village>village
%<woods>woods
};%
\end{tikzpicture}
\end{document}
%</tile>
% \fi