diff --git a/Makefile b/report/Makefile similarity index 100% rename from Makefile rename to report/Makefile diff --git a/README.md b/report/README.md similarity index 100% rename from README.md rename to report/README.md diff --git a/biblio.bib b/report/biblio.bib similarity index 100% rename from biblio.bib rename to report/biblio.bib diff --git a/concurgames.sty b/report/concurgames.sty similarity index 100% rename from concurgames.sty rename to report/concurgames.sty diff --git a/dot/coffeemachine.game.dot b/report/dot/coffeemachine.game.dot similarity index 100% rename from dot/coffeemachine.game.dot rename to report/dot/coffeemachine.game.dot diff --git a/dot/coffeemachine.strat.dot b/report/dot/coffeemachine.strat.dot similarity index 100% rename from dot/coffeemachine.strat.dot rename to report/dot/coffeemachine.strat.dot diff --git a/dot/lccs_par.dot b/report/dot/lccs_par.dot similarity index 100% rename from dot/lccs_par.dot rename to report/dot/lccs_par.dot diff --git a/github32.png b/report/github32.png similarity index 100% rename from github32.png rename to report/github32.png diff --git a/leftrule_theorems.sty b/report/leftrule_theorems.sty similarity index 100% rename from leftrule_theorems.sty rename to report/leftrule_theorems.sty diff --git a/math.sty b/report/math.sty similarity index 100% rename from math.sty rename to report/math.sty diff --git a/my_hyperref.sty b/report/my_hyperref.sty similarity index 100% rename from my_hyperref.sty rename to report/my_hyperref.sty diff --git a/my_listings.sty b/report/my_listings.sty similarity index 100% rename from my_listings.sty rename to report/my_listings.sty diff --git a/report.tex b/report/report.tex similarity index 99% rename from report.tex rename to report/report.tex index bca1cf9..0d39b30 100644 --- a/report.tex +++ b/report/report.tex @@ -11,6 +11,8 @@ \usepackage{caption} \usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry} +\usepackage{todo} + % Custom packages \usepackage{leftrule_theorems} \usepackage{my_listings} @@ -358,9 +360,9 @@ corresponds to the game tree \[ \begin{tikzpicture} - \node (1) [ellipse] {A} ; - \node (2) [below left of=1, ellipse] {B}; - \node (3) [below right of=1, ellipse] {C}; + \node (1) at (0.5,1.2) {A} ; + \node (2) at (0,0) {B}; + \node (3) at (1,0) {C}; \path [->] (1) edge (2) @@ -457,9 +459,9 @@ a positive polarity. The ESP of the previous example would then be \[ \begin{tikzpicture} - \node (1) [draw=red, ellipse] {A}; - \node (2) [draw=red, ellipse, right of=1] {B}; - \node (3) [draw=green, ellipse, below left of=1, below right of=2] {C}; + \node (1) at (0,1.6) [draw=red, ellipse] {A}; + \node (2) at (1,1.6) [draw=red, ellipse] {B}; + \node (3) at (0.6,0) [draw=green, ellipse] {C}; \path[->] (1) edge (3) (2) edge (3); diff --git a/team_macros.tex b/report/team_macros.tex similarity index 100% rename from team_macros.tex rename to report/team_macros.tex diff --git a/tryme32.png b/report/tryme32.png similarity index 100% rename from tryme32.png rename to report/tryme32.png