From: Petter Reinholdtsen Date: Fri, 24 Jul 2015 07:10:25 +0000 (+0200) Subject: Use report class, it was visually more pleasing. X-Git-Tag: edition-2015-10-10~402 X-Git-Url: https://pere.pagekite.me/gitweb/text-free-culture-lessig.git/commitdiff_plain/0694cf557d6c534aaf9a7221f75018632e40b4b8?hp=eecafde396045bc986b57f26e4ef1b6ce717940b Use report class, it was visually more pleasing. --- 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