Theses, Books, Title pagesMaster Thesis

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
yousef
Posts: 2
Joined: Fri Apr 13, 2018 10:02 pm

Master Thesis

Post by yousef »

Hello,

I'm trying to use the Master Thesis format provided on this site "http://www.latextemplates.com/template/masters-doctoral-thesis". I have two concerns, 1 is that I don't want to have "chapter 1" "chatper 2" etc, where I just want "introduction" etc. I couldn't figure out how to actually solve that so I just removed the chapter and started adding sections and when i go the 2nd page of my first section being the introduction, the header changes to "list of tables" instead of the introduction.

Another concern is that when i swap pages, the words move a bit to the right and they are not aligned with the first page.

I would appreciate if someone gives me an insight on how to fix this by either fixing the chapter problem(swapping to just introduction) or by fixing the header and words moving to the right issues.

Regards,

Yousef

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Master Thesis

Post by Johannes_B »

Are you looking for \addchap{Introduction}? Do you want unnumbered chapters in general? -> \setcounter{secnumdepth}{-10}

Or do you just need the first unnumbered? -> \frontmatter and \mainmatter

https://github.com/johannesbottcher/MDT-Quick-Manual/
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
yousef
Posts: 2
Joined: Fri Apr 13, 2018 10:02 pm

Master Thesis

Post by yousef »

Hello,

It worked. Thank you very much, it's appreciated !!

Regards,

Yousef
Post Reply