From b2f5070124cc161b12f8b82de4d575b726b94350 Mon Sep 17 00:00:00 2001 From: Michael Bredel Date: Thu, 28 Jan 2021 22:30:32 +0100 Subject: [PATCH] Added the lockflag option. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f3c8a4..bac7606 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ The default output of the LaTeX thesis template is a single-sided style that als \documentclass[ openright,titlepage,numbers=noenddot,headinclude,twoside,% footinclude=true,cleardoublepage=empty,abstractoff,% BCOR=5mm,paper=a4,fontsize=11pt,% - ngerman,american,% + ngerman,american,%lockflag% ]{scrreprt} ```