summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/wargame/doc/tutorial/game.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-03-30 03:01:43 +0000
committerNorbert Preining <norbert@preining.info>2023-03-30 03:01:43 +0000
commit0a426619b66178dd2257f1ece60ff80f86f40e88 (patch)
treefb35be40eb794817645905b4813c091d5f75dda9 /macros/latex/contrib/wargame/doc/tutorial/game.tex
parent395caca342df230d7d98a658477b7f54c3ee5845 (diff)
CTAN sync 202303300301
Diffstat (limited to 'macros/latex/contrib/wargame/doc/tutorial/game.tex')
-rw-r--r--macros/latex/contrib/wargame/doc/tutorial/game.tex27
1 files changed, 19 insertions, 8 deletions
diff --git a/macros/latex/contrib/wargame/doc/tutorial/game.tex b/macros/latex/contrib/wargame/doc/tutorial/game.tex
index 6db72bff27..062ef41c1a 100644
--- a/macros/latex/contrib/wargame/doc/tutorial/game.tex
+++ b/macros/latex/contrib/wargame/doc/tutorial/game.tex
@@ -3,6 +3,7 @@
\usepackage{game}
\usepackage[margin=1cm,bottom=2cm,top=2cm,a4paper]{geometry}
\newcommand\Tikz{Ti{\itshape k}Z/PGF}
+\let\TikZ\Tikz
\setlength{\parskip}{.5ex}
\setlength{\parindent}{0em}
\newcommand\tightlist{\setlength{\itemsep}{3pt}
@@ -113,8 +114,8 @@ the macros \verb+\alla+ and \verb+\allb+ yet again.
\end{verbatim}
As a final bonus, we also make a board that includes our three charts:
-The OOB, CRT, and TE. We will not demonstrate the code here, but take
-a look in the sources if you are curious.
+The OOB, CRT, and TEC. We will not demonstrate the code here, but take
+a look in the sources if you are curious.
\newcommand\fullboard[1][]{%
\begin{tikzpicture}[#1,rotate=90]%
@@ -126,13 +127,23 @@ a look in the sources if you are curious.
\inneroob
\end{scope}
%
- \node[anchor=south west,minimum width=6.2cm,minimum height=10cm,
- line width=1pt,sub title,scale=.66,draw,align=center,
- text depth=9.7cm,fill=neutral,transform shape]
- at (oob frame.south west)
+ \node[
+ anchor=south west,
+ minimum width=6.2cm,
+ minimum height=10.5cm,
+ line width=1pt,
+ sub title,
+ scale=.66,
+ draw,
+ align=center,
+ text depth=9.7cm,
+ fill=neutral,
+ transform shape,
+ above right=1pt of oob frame.south west
+ ] (charts)
{{\LARGE Charts}};
%
- \node[above right=5mm and 4mm of oob frame.south west,
+ \node[above right=5mm and 4mm of charts.south west,
inner sep=0pt,
transform shape,scale=.75,anchor=south west] (crt) {\crt};
%
@@ -185,7 +196,7 @@ corrections, and so on are very welcomed.
\end{tikzpicture}
\begin{tikzpicture}
- \doublechits{{game turn}}{1}{1.24}
+ \doublechits{{game turn chit}}{1}{1.24}
\end{tikzpicture}
\end{center}