GeneralWriting a Master Thesis

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
chercheur111
Posts: 1
Joined: Sat Jun 23, 2012 2:47 pm

Writing a Master Thesis

Post by chercheur111 »

Hello,

Please, I have three questions:
  1. To write a master thesis, do I use the class book or report?
  2. For chapters, I will do a file. Process each single chapter or all chapters into one file?
  3. For each chapter, I have a cover page on which I write the title with a summary of the chapter, is there any packages that will do this to me?

Thank you.
Cordially.

Recommended reading 2024:

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

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

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Writing a Master Thesis

Post by kaiserkarl13 »

Your school may have a LaTeX document class and/or package file that you can use. Many of them, especially large public schools, do. If not, my guess is that you'll be best served using report rather than book, since most schools still require theses and dissertations to be single-sided (as in report), not double-sided (as in book).

You can input the chapters however you wish. I personally used \include{filename} for each chapter, which automatically starts a new right-hand page for each chapter. You can use \input{filename} instead if you don't want TeX to clear the page first.

As for the cover page, that has to do with chapter formatting. If you want that in addition to the standard chapter heading, then I might suggest looking up the definition of \part and trying to tweak it to your needs. I don't know a package off the top of my head that does what you want to do, but others might.
Post Reply