--- /dev/null
+DOC:=a
+LATEX:=pdflatex
+BIBTEX:=bibtex
+LATEXFLAGS:=-file-line-error -halt-on-error -no-shell-escape
+
+TEXS:=$(wildcard *.tex)
+
+.PHONY: all
+.SECONDARY: $(DOC).fmt
+
+all: $(DOC).pdf
+
+%.fmt: preamble.tex
+ $(LATEX) $(LATEXFLAGS) -ini -jobname="$(basename $@)" "&$(LATEX) $<\dump"
+
+%.pdf: %.tex %.fmt %.bib $(TEXS)
+ $(LATEX) $(LATEXFLAGS) $<
+ grep -q '^\\bibdata{' $(basename $<).aux && $(BIBTEX) $(basename $<) || true
+ $(LATEX) $(LATEXFLAGS) $< | tee $(basename $<).mlog
+ grep -iqF 'rerun' $(basename $<).mlog &&\
+ $(LATEX) $(LATEXFLAGS) $< || true
+
+clean:
+ $(RM) $(addprefix $(DOC).,aux log fmt toc bbl blg mlog run.xml out pdf)
--- /dev/null
+%&a
+\begin{document}
+\maketitleru[authorstext={Author:},
+ course={Philosophy and Ethics of Computer and Information Sciences}]
+
+\section{Introduction}
+Man, animal, machine: differences and overlap's. The living being as a machine:
+this image has been verypopular in different hist orical periods and is still
+present today, even reinforced by computer technology (``the brain as a
+computer''). At the same time, all kinds of criteria have been (and still are)
+sought in order to separate man from the rest of the world (the natural and the
+artificial one). Using in sights from computer science, philosophy and ethics,
+try to sketch a general vision of how man, animal, and machine relate to each
+other.
+
+
+\section{Research question}
+
+\section{Answer}
+
+\section{Conclusion}
+
+\bibliographystyle{plain}
+%\bibliographystyle{ieeetr}
+\bibliography{a}
+\end{document}
--- /dev/null
+\documentclass[a4paper]{article}
+
+\usepackage[british]{babel}
+\usepackage{geometry}
+\usepackage{../rutitlepage/rutitlepage}
+
+\author{Mart Lubbers\\s4109503}
+\date{\today}
+\title{Final Assignment:}