I am close to printing my work and wondered about the right marginalia to use. Currently my header looks like this using the KOMA Script
Code: Select all
\documentclass[
pdftex,
11pt,
a4paper,
pagesize,
BCOR12mm,
smallheadings,
halfparskip,
plainheadsepline,
plainfootsepline,
openright,
]{scrbook}
1.) Since I am also using the package scrpage2 and defining headings using
Code: Select all
\clearscrheadings
\clearscrplain
\setheadsepline{.4pt}
\lohead[\headmark]{\headmark}
\rohead[\pagemark]{\pagemark}
\lehead[\pagemark]{\pagemark}
\rehead[\headmark]{\headmark}
2.) My titlepage shows marginalia too which seems wrong, because imho a title page should be horizontally centered. Is there a way to change marginalia only for the title page? Or is the assumption I have wrong (about the titlepage that should not have marginalia)?
Thanks for helping,
Ben