summaryrefslogtreecommitdiff
path: root/part1.tex
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2016-12-05 12:35:41 +0100
committerPeter Wu <peter@lekensteyn.nl>2016-12-05 12:35:41 +0100
commit33eac1646844575bfd809bbe3334ede31baef5fc (patch)
tree9041ddca43c322613d914ed3b7b5cd9669960242 /part1.tex
download2IMF25-AR-33eac1646844575bfd809bbe3334ede31baef5fc.tar.gz
Initial commit
Diffstat (limited to 'part1.tex')
-rw-r--r--part1.tex24
1 files changed, 24 insertions, 0 deletions
diff --git a/part1.tex b/part1.tex
new file mode 100644
index 0000000..45279ff
--- /dev/null
+++ b/part1.tex
@@ -0,0 +1,24 @@
+\documentclass[12pt]{article}
+\usepackage{a4wide}
+\usepackage{latexsym}
+\usepackage{amssymb}
+\usepackage{epic}
+\usepackage{graphicx}
+%\pagestyle{empty}
+\newcommand{\tr}{\mbox{\sf true}}
+\newcommand{\fa}{\mbox{\sf false}}
+\newcommand{\bimp}{\leftrightarrow} % bi-implication
+
+\title{Assignment part 1 for Automated Reasoning 2IMF25}
+\author{Koen van der Heijden, Peter Wu}
+\date{\today}
+
+\begin{document}
+\maketitle
+
+\section*{Problem: Trucks}
+
+
+\subsection*{Solution:}
+
+\end{document}