From 2a4898080ba5a27664fee5e6086894b9adec2f6a Mon Sep 17 00:00:00 2001 From: Michael Bredel Date: Tue, 9 Jan 2018 19:27:51 +0100 Subject: [PATCH] Corrected a typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9045730..5ed35e6 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The _thesis.tex_ file contains the basic structure and all the chapter-files tha ##### Two-sided vs. one-sided -The default output of the LaTeX thesis template a two-sided style that also has to be printet that way. In case you want to print one-sided only, you have to remove the _twoside_ option in the _\documentclass_ definition at line 35: +The default output of the LaTeX thesis template is a two-sided style that also has to be printet that way. In case you want to print one-sided only, you have to remove the _twoside_ option in the _\documentclass_ definition at line 35: ``` \documentclass[ openright,titlepage,numbers=noenddot,headinclude,%