Search found 5 matches

by smoll1
Sun May 31, 2015 8:13 pm
Forum: Page Layout
Topic: Page number layout in \part
Replies: 8
Views: 5316

Re: Page number layout in \part

Yay!! That worked! You're a lifesaver! Thank you so much!!! :D
by smoll1
Sat May 30, 2015 6:23 pm
Forum: Page Layout
Topic: Page number layout in \part
Replies: 8
Views: 5316

Page number layout in \part

I totally agree. I should never have used classicthesis. Learnt my lesson but its too late to change now...
Thanks for your suggestion. I tried it with my MWE and although it returned the error Undefined control sequence \part{Introduction \& background} , and the same problem occurs when I try to ...
by smoll1
Fri May 29, 2015 10:22 am
Forum: Page Layout
Topic: Page number layout in \part
Replies: 8
Views: 5316

Page number layout in \part

Hello again!
I gave that a try but strangely enough it also didn't do anything. So here is my MWE:

\documentclass[twoside, 14pt, a4paper, footinclude=true, headinclude=true]{scrbook}
\usepackage[linedheaders,parts,pdfspacing]{classicthesis}
\deftripstyle{pgnumbottomcenter}{}{}{}{}{\pagemark ...
by smoll1
Thu May 28, 2015 2:56 pm
Forum: Page Layout
Topic: Page number layout in \part
Replies: 8
Views: 5316

Re: Page number layout in \part

Hi!
Thanks for your reply, but I can't seem to make it work anyway.
I tried putting \partpagestyle{plain} in the document itself, and also tried
\renewcommand*{\partpagestyle}{plain} in the preamble, but the page number on the \part page is still not centered like the other pages.
Is there any way ...
by smoll1
Mon May 25, 2015 5:39 pm
Forum: Page Layout
Topic: Page number layout in \part
Replies: 8
Views: 5316

Page number layout in \part

Hello all!
I've written my thesis in the scrbook document class, but my publisher has now asked me to make all page numbers centered. I've done this with the following code:

\deftripstyle{pgnumbottomcenter}{}{}{}{}{\pagemark{}}{}
\pagestyle{pgnumbottomcenter}
\renewcommand{\chapterpagestyle ...