Search found 4 matches

by economist90
Mon Apr 27, 2020 11:37 am
Forum: Page Layout
Topic: Wrong running head bibliography
Replies: 8
Views: 5515

Wrong running head bibliography

My hint may not solve your problem, but a change from apacite to biblatex-apa is not only recommended, it also keeps the capitalization in the header.
I've already told the OP, that using biblatex + biber would be recommended, this it seems the OP does not want to change his packages.
Thanks a ...
by economist90
Sun Apr 26, 2020 1:24 pm
Forum: Page Layout
Topic: Wrong running head bibliography
Replies: 8
Views: 5515

Wrong running head bibliography

Dear Ijon, thanks for your suggestions. Although the packages might be adapted due to several single problems I had to resolve, the result is quite satisfying.
The only problem left is that I cannot change the running head of the bibliography section, irrespective where I place the \markboth.
by economist90
Sun Apr 26, 2020 11:29 am
Forum: Page Layout
Topic: Wrong running head bibliography
Replies: 8
Views: 5515

Wrong running head bibliography

Thanks for your reply. Here is my basic code.

\documentclass[11pt]{book}

\usepackage{scrpage2}
\usepackage[paperwidth=176mm,paperheight=246mm]{geometry}
\setlength{\textheight}{19.5cm}
\setlength{\footskip}{8mm}
\setlength{\parindent}{0pt}
\setlength{\textwidth}{12.5cm}
\setlength{\evensidemargin ...
by economist90
Sat Apr 25, 2020 9:15 pm
Forum: Page Layout
Topic: Wrong running head bibliography
Replies: 8
Views: 5515

Wrong running head bibliography

Hi, i am in despair with the customization of the running header in my Phd thesis. Specifically, I want to change the running header of the reference list. All running heads appear in capital letters (as intended), except for the bibliography chapter.

The following code does not work to adjust the ...