Better margins
This commit is contained in:
parent
28f7be9e45
commit
e9a564f07e
|
@ -1,11 +1,15 @@
|
||||||
|
\RequirePackage{fix-cm}
|
||||||
\documentclass[
|
\documentclass[
|
||||||
|
fontsize=11pt,
|
||||||
paper=a4,
|
paper=a4,
|
||||||
pagesize,
|
pagesize,
|
||||||
bibliography=totoc,
|
bibliography=totoc,
|
||||||
headings=big,
|
headings=big,
|
||||||
captions=tableheading,
|
captions=tableheading,
|
||||||
chapterprefix=true,% like in standard class "report"
|
chapterprefix=true,% like in standard class "report"
|
||||||
BCOR=2cm,
|
BCOR=1cm,
|
||||||
|
DIV=12,
|
||||||
|
headsepline=true,
|
||||||
]{scrbook}
|
]{scrbook}
|
||||||
|
|
||||||
\usepackage{commands}
|
\usepackage{commands}
|
||||||
|
|
Loading…
Reference in New Issue