summaryrefslogtreecommitdiff
path: root/docs/tutorial.tex
diff options
context:
space:
mode:
authorPeter Ward <peteraward@gmail.com>2012-08-02 23:45:14 +1000
committerPeter Ward <peteraward@gmail.com>2012-08-02 23:45:14 +1000
commit9aedbb911e1596f30229469a53e56cf5c1056c97 (patch)
tree87f77458dd70c3d4232689b6d02d9fdf41a26804 /docs/tutorial.tex
parent6f2055925874e2c948e5672f3ad734b54b862032 (diff)
more sections
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}