summaryrefslogtreecommitdiff
path: root/docs/tutorial.tex
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorial.tex')
-rw-r--r--docs/tutorial.tex13
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/tutorial.tex b/docs/tutorial.tex
index 951c7de..e67b824 100644
--- a/docs/tutorial.tex
+++ b/docs/tutorial.tex
@@ -14,12 +14,14 @@
\DeclareCaptionSubType{board}
\usepackage{minted}
+\usemintedstyle{tango}
\newmint[pyinline]{python}{}
+\newminted{python}{}
\newmintedfile{python}{}
-\usemintedstyle{tango}
\setmainfont{Linux Libertine O}
+\setmonofont[AutoFakeBold]{Inconsolata}
\setlength\parskip{2ex}
\setlength\parindent{0mm}
@@ -37,11 +39,18 @@
\input{introduction.tex}
-%\pagebreak
\input{firstbot.tex}
\input{random_simple.tex}
+% this section is rather long,
+% perhaps take an intermission to explain the board
+% and getting width, height
+% and modulo properly?
\input{random_avoid.tex}
+\input{look_ahead.tex}
+
+\input{closest_apple.tex}
+
\end{document}