diff options
author | Pacien TRAN-GIRARD | 2014-02-12 22:04:09 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-02-12 22:04:09 +0100 |
commit | 125bf377f0b93a26842791c38ada4f45be78b2b3 (patch) | |
tree | 56adaf2c3d5d80a1b2f591d31ee7c73602b75b14 | |
parent | b61b1480a7412d6638c0e93a3b6f85304e59c63f (diff) | |
download | esieequest-125bf377f0b93a26842791c38ada4f45be78b2b3.tar.gz |
Add report draft
-rw-r--r-- | .gitignore | 7 | ||||
-rw-r--r-- | .project | 7 | ||||
-rw-r--r-- | .texlipse | 14 | ||||
-rw-r--r-- | report/bibliography.bib | 0 | ||||
-rw-r--r-- | report/cover.tex | 0 | ||||
-rw-r--r-- | report/project.tex | 37 | ||||
-rw-r--r-- | report/report.tex | 20 | ||||
-rw-r--r-- | report/work.tex | 1 |
8 files changed, 85 insertions, 1 deletions
@@ -77,3 +77,10 @@ local.properties | |||
77 | 77 | ||
78 | *.bluej | 78 | *.bluej |
79 | *.ctxt | 79 | *.ctxt |
80 | |||
81 | ###################### | ||
82 | # TeXlipse | ||
83 | ###################### | ||
84 | |||
85 | report/out/** | ||
86 | report/tmp/** \ No newline at end of file | ||
@@ -2,17 +2,22 @@ | |||
2 | <projectDescription> | 2 | <projectDescription> |
3 | <name>a3p-esieequest</name> | 3 | <name>a3p-esieequest</name> |
4 | <comment></comment> | 4 | <comment></comment> |
5 | <comment></comment> | ||
6 | <projects> | 5 | <projects> |
7 | </projects> | 6 | </projects> |
8 | <buildSpec> | 7 | <buildSpec> |
9 | <buildCommand> | 8 | <buildCommand> |
9 | <name>net.sourceforge.texlipse.builder.TexlipseBuilder</name> | ||
10 | <arguments> | ||
11 | </arguments> | ||
12 | </buildCommand> | ||
13 | <buildCommand> | ||
10 | <name>org.eclipse.jdt.core.javabuilder</name> | 14 | <name>org.eclipse.jdt.core.javabuilder</name> |
11 | <arguments> | 15 | <arguments> |
12 | </arguments> | 16 | </arguments> |
13 | </buildCommand> | 17 | </buildCommand> |
14 | </buildSpec> | 18 | </buildSpec> |
15 | <natures> | 19 | <natures> |
20 | <nature>net.sourceforge.texlipse.builder.TexlipseNature</nature> | ||
16 | <nature>org.eclipse.jdt.core.javanature</nature> | 21 | <nature>org.eclipse.jdt.core.javanature</nature> |
17 | </natures> | 22 | </natures> |
18 | </projectDescription> | 23 | </projectDescription> |
diff --git a/.texlipse b/.texlipse new file mode 100644 index 0000000..f14557a --- /dev/null +++ b/.texlipse | |||
@@ -0,0 +1,14 @@ | |||
1 | #TeXlipse project settings | ||
2 | #Wed Feb 12 10:30:04 CET 2014 | ||
3 | markTmpDer=true | ||
4 | builderNum=2 | ||
5 | outputDir=report/out | ||
6 | makeIndSty= | ||
7 | bibrefDir= | ||
8 | outputFormat=pdf | ||
9 | tempDir=report/tmp | ||
10 | mainTexFile=report.tex | ||
11 | outputFile=report.pdf | ||
12 | langSpell=en | ||
13 | markDer=true | ||
14 | srcDir=report | ||
diff --git a/report/bibliography.bib b/report/bibliography.bib new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/report/bibliography.bib | |||
diff --git a/report/cover.tex b/report/cover.tex new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/report/cover.tex | |||
diff --git a/report/project.tex b/report/project.tex new file mode 100644 index 0000000..d6471ba --- /dev/null +++ b/report/project.tex | |||
@@ -0,0 +1,37 @@ | |||
1 | \chapter{The project} | ||
2 | |||
3 | \section{About} | ||
4 | |||
5 | \subsection{Context} | ||
6 | |||
7 | The development of this game was conducted in part of the project-based | ||
8 | learning unit IGI-1002, at ESIEE Paris, in which students are asked to write a simple adventure game in Java. | ||
9 | |||
10 | \subsection{Authors} | ||
11 | |||
12 | This game was fully developped by Pacien TRAN-GIRARD and Benoît LUBRANO DI | ||
13 | SBARAGLIONE, two first year ESIEE students ('18). | ||
14 | |||
15 | \section{The game} | ||
16 | |||
17 | \subsection{Theme} | ||
18 | |||
19 | At ESIEE Paris, a student must find a way to reboot the Universe. | ||
20 | |||
21 | \subsection{Map} | ||
22 | |||
23 | See map.svg | ||
24 | |||
25 | \subsection{Scenario} | ||
26 | |||
27 | \subsubsection{Preamble} | ||
28 | |||
29 | \subsubsection{Quest: a friend} | ||
30 | |||
31 | \subsubsection{Quest: a program} | ||
32 | |||
33 | \subsubsection{Quest: a device} | ||
34 | |||
35 | \subsubsection{Quest: a new start} | ||
36 | |||
37 | \subsubsection{Ending} \ No newline at end of file | ||
diff --git a/report/report.tex b/report/report.tex new file mode 100644 index 0000000..7616326 --- /dev/null +++ b/report/report.tex | |||
@@ -0,0 +1,20 @@ | |||
1 | \documentclass{memoir} | ||
2 | |||
3 | \begin{document} | ||
4 | |||
5 | \input{cover} | ||
6 | |||
7 | \cleardoublepage | ||
8 | |||
9 | \tableofcontents* | ||
10 | |||
11 | \clearpage | ||
12 | |||
13 | \include{project} | ||
14 | |||
15 | \include{work} | ||
16 | |||
17 | \bibliographystyle{unsrt} | ||
18 | \bibliography{bibliography} | ||
19 | |||
20 | \end{document} | ||
diff --git a/report/work.tex b/report/work.tex new file mode 100644 index 0000000..d0b13b5 --- /dev/null +++ b/report/work.tex | |||
@@ -0,0 +1 @@ | |||
\chapter{Work progression} \ No newline at end of file | |||