--- /dev/null
+DOCUMENTS:=w5
+PDFLATEXFLAGS:=-halt-on-error
+PDFLATEX:=pdflatex $(PDFLATEXFLAGS)
+
+all: $(addsuffix .pdf,$(DOCUMENTS))
+
+%.pdf: %.tex
+ $(PDFLATEX) $<
+ $(PDFLATEX) $<
+
+clean:
+ $(RM) -v $(addprefix $(DOCUMENTS),.pdf .log .aux)
--- /dev/null
+\documentclass[a4paper]{article}
+
+\usepackage{amssymb}
+\usepackage{booktabs}
+\usepackage{geometry}
+\usepackage{tipa}
+
+\title{Exercise week 5}
+\author{Mart Lubbers}
+\date{\today}
+
+\begin{document}
+\maketitle
+\subsection*{Exercise 9.1}
+All the errors are frequent words without a lot of meaning and therefore are
+reduced quite often.
+
+\subsection*{Exercise Chapter 8}
+One should add reduction rules on the word to phone level or supply alternative
+pronunciations taking the reduction into account.
+
+\end{document}