Initial second commit with skeleton
authorMart Lubbers <mart@martlubbers.net>
Tue, 7 Oct 2014 08:47:26 +0000 (10:47 +0200)
committerMart Lubbers <mart@martlubbers.net>
Tue, 7 Oct 2014 08:47:26 +0000 (10:47 +0200)
pl-files/diagnosis.pl [moved from diagnosis.pl with 100% similarity]
pl-files/domain-template.pl [moved from domain-template.pl with 100% similarity]
pl-files/instance-template.pl [moved from instance-template.pl with 100% similarity]
pl-files/planner.pl [moved from planner.pl with 100% similarity]
pl-files/sample-blocks-domain.pl [moved from sample-blocks-domain.pl with 100% similarity]
pl-files/sample-blocks.pl [moved from sample-blocks.pl with 100% similarity]
pl-files/tp.pl [moved from tp.pl with 100% similarity]
report/.gitignore [new file with mode: 0644]
report/Makefile [new file with mode: 0644]
report/report.tex [new file with mode: 0644]

similarity index 100%
rename from diagnosis.pl
rename to pl-files/diagnosis.pl
similarity index 100%
rename from planner.pl
rename to pl-files/planner.pl
similarity index 100%
rename from sample-blocks.pl
rename to pl-files/sample-blocks.pl
similarity index 100%
rename from tp.pl
rename to pl-files/tp.pl
diff --git a/report/.gitignore b/report/.gitignore
new file mode 100644 (file)
index 0000000..14e0dfa
--- /dev/null
@@ -0,0 +1,4 @@
+*.aux
+*.log
+*.pdf
+*.toc
diff --git a/report/Makefile b/report/Makefile
new file mode 100644 (file)
index 0000000..c61ac75
--- /dev/null
@@ -0,0 +1,6 @@
+all:
+       pdflatex report.tex
+       pdflatex report.tex
+
+clean:
+       rm -vf *.aux *.log *.pdf *.toc
diff --git a/report/report.tex b/report/report.tex
new file mode 100644 (file)
index 0000000..d917b65
--- /dev/null
@@ -0,0 +1,23 @@
+\documentclass[titlepage,a4paper]{article}
+
+\usepackage{lipsum}
+
+\author{
+       Caspar Safarlou (s4205456)\\
+       Mart Lubbers (s4109503)
+}
+\title{Knowledge Representation and Reasoning.\\Assignment 1}
+\date{\today}
+
+\begin{document}
+\maketitle
+\tableofcontents
+\newpage
+
+\section{Introductie}
+\lipsum
+
+\section{Assignment 1}
+\lipsum
+
+\end{document}