From 463aa6e498def4349408cf41eb5fd9b7883bbd8f Mon Sep 17 00:00:00 2001 From: musabe24 Date: Sat, 20 Apr 2024 14:53:09 +0200 Subject: [PATCH] =?UTF-8?q?-=20oneside=20eingestellt=20-=20R=C3=B6mische?= =?UTF-8?q?=20und=20Arabische=20Nummerierung=20abwechselnd=20eingef=C3=BCh?= =?UTF-8?q?rt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.tex b/main.tex index b14cf7b..8f30284 100644 --- a/main.tex +++ b/main.tex @@ -1,5 +1,5 @@ % Schriftgröße 12 Punkte -\documentclass[12pt,a4paper]{scrreprt} +\documentclass[12pt,a4paper,oneside]{scrreprt} \input{settings/preamble.tex} \input{settings/acronyms.tex} @@ -9,6 +9,7 @@ \input{settings/definitions.tex} \input{settings/titlepage.tex} +\pagenumbering{Roman} \input{content/01_sperrvermerk.tex} \input{content/02_eidesstattliche_erklaerung.tex} \input{content/03_kurzzusammenfassung.tex} @@ -16,6 +17,7 @@ \input{content/05_vorwort.tex} \input{content/06_verzeichnisse.tex} +\pagenumbering{arabic} \input{content/07_chapter1.tex} \input{content/08_chapter2.tex}