Theses, Books, Title pagesShorten header chapter title @MasterDoctoralThesis Template

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
vides
Posts: 3
Joined: Sun Aug 25, 2019 3:46 pm

Shorten header chapter title @MasterDoctoralThesis Template

Post by vides »

Hi!

I would like to know how to shorten the size of the header chapter title because it is very long and step on the page number (@MasterDoctoralThesis Template)

Thanks! :)

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Ijon Tichy
Posts: 640
Joined: Mon Dec 24, 2018 10:12 am

Shorten header chapter title @MasterDoctoralThesis Template

Post by Ijon Tichy »

As I've already told you: Try the optional argument of \chapter, \section etc. If this does not help, show us a Infominimal working example, that illustrates the problem, makes it reproducible and can be used to test and show our suggestions.
Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. :cry:
MarthaS92
Posts: 13
Joined: Wed May 12, 2021 11:31 am

Shorten header chapter title @MasterDoctoralThesis Template

Post by MarthaS92 »

Ijon Tichy wrote:As I've already told you: Try the optional argument of \chapter, \section etc. If this does not help, show us a Infominimal working example, that illustrates the problem, makes it reproducible and can be used to test and show our suggestions.
Hello!

I've the same issue. You're suggesting to use the optional argument of \chapter, \section etc. but I'm not sure what you mean by "argument". Is it some kind of condition or something else?

What I want is to get a shortened headers in my thesis. The document class fancyhdr can't be used in MasterDoctoralThesis template.

This is very important for me because I'm running out of time with submitting my thesis :cry:

Thanks in advance for any help! :)

Best regard,
Marta
MarthaS92
Posts: 13
Joined: Wed May 12, 2021 11:31 am

Shorten header chapter title @MasterDoctoralThesis Template

Post by MarthaS92 »

Haha! I found the solution :D
I used

Code: Select all

\chapter{<Title of chapter>}
\chaptermark{<Shortened title of chapter>\ldots}

and it works perfectly :D
Post Reply