From 6a91c755aeac8b38cb5fe76d8f52285011a34660 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Sun, 25 Jun 2017 14:30:20 +0200 Subject: [PATCH] fix mangled page numbers --- thesis.pre | 3 +++ 1 file changed, 3 insertions(+) diff --git a/thesis.pre b/thesis.pre index 98e8cf1..0865efb 100644 --- a/thesis.pre +++ b/thesis.pre @@ -16,6 +16,9 @@ \usepackage{graphicx} % Graphics \usepackage{epstopdf} % Eps graphics \usepackage{todonotes} % Todo notes +\usepackage{etoolbox} % Todo notes + +\patchcmd{\chapter}{plain}{empty}{}{} \usetikzlibrary{arrows,shadows} -- 2.20.1