From 0694cf557d6c534aaf9a7221f75018632e40b4b8 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Fri, 24 Jul 2015 09:10:25 +0200 Subject: [PATCH] Use report class, it was visually more pleasing. --- myclass.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myclass.cls b/myclass.cls index a440a09..cf794be 100644 --- a/myclass.cls +++ b/myclass.cls @@ -2,7 +2,7 @@ \ProvidesPackage{myclass}[] %% Just use the original class and pass the options -\LoadClassWithOptions{scrreprt} +\LoadClassWithOptions{report} % report, book, memoir, scrreprt or scrbook ? % From -- 2.47.2