From fdb5d06dbf130d7c1c333f1ae7a8bc160b605cff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Mon, 22 Aug 2016 10:50:23 +0200 Subject: [PATCH] Move to subdirectory --- Makefile => report/Makefile | 0 README.md => report/README.md | 0 biblio.bib => report/biblio.bib | 0 concurgames.sty => report/concurgames.sty | 0 {dot => report/dot}/coffeemachine.game.dot | 0 {dot => report/dot}/coffeemachine.strat.dot | 0 {dot => report/dot}/lccs_par.dot | 0 github32.png => report/github32.png | Bin .../leftrule_theorems.sty | 0 math.sty => report/math.sty | 0 my_hyperref.sty => report/my_hyperref.sty | 0 my_listings.sty => report/my_listings.sty | 0 report.tex => report/report.tex | 14 ++++++++------ team_macros.tex => report/team_macros.tex | 0 tryme32.png => report/tryme32.png | Bin 15 files changed, 8 insertions(+), 6 deletions(-) rename Makefile => report/Makefile (100%) rename README.md => report/README.md (100%) rename biblio.bib => report/biblio.bib (100%) rename concurgames.sty => report/concurgames.sty (100%) rename {dot => report/dot}/coffeemachine.game.dot (100%) rename {dot => report/dot}/coffeemachine.strat.dot (100%) rename {dot => report/dot}/lccs_par.dot (100%) rename github32.png => report/github32.png (100%) rename leftrule_theorems.sty => report/leftrule_theorems.sty (100%) rename math.sty => report/math.sty (100%) rename my_hyperref.sty => report/my_hyperref.sty (100%) rename my_listings.sty => report/my_listings.sty (100%) rename report.tex => report/report.tex (99%) rename team_macros.tex => report/team_macros.tex (100%) rename tryme32.png => report/tryme32.png (100%) 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