We love good questions

Skip to content

LaTeX.org on Twitter - follow us

  • Impressum and Privacy Policy
  • About LaTeX
  • Board index LaTeX Text Formatting
  • Ask a question LaTeX    Text Formatting    Graphics, Figures & Tables    Math & Science    Fonts & Character Sets    Page Layout    Document Classes    General LaTeX's Friends    BibTeX, biblatex and biber    MakeIndex, Nomenclature, Glossaries and Acronyms    Conversion Tools    Viewers for PDF, PS, and DVI    XeTeX    Others LaTeX Distributions    Decision Guidance    MiKTeX and proTeXt    TeX Live and MacTeX    Others LaTeX Editors    Decision Guidance    AUCTeX    Kile    LEd    LyX    Scientific Word/Workplace    Texmaker and TeXstudio    TeXnicCenter       Announcements       General       Templates, Wizards & Tools       Feature Suggestions       Development    TeXShop    TeXworks    WinEdt    WinShell    Others LaTeX Templates    Articles, Essays, and Journal Templates    Theses, Books, Title pages    Letters    Presentations and Posters    Curricula Vitae / Résumés    Assignments, Laboratory books and reports    Calendars and Miscellaneous LaTeX Community    Announcements    Community talk    Comments & Wishes    New Members LaTeX Books    LaTeX Beginner's Guide    LaTeX Cookbook

LaTeX forum ⇒ Text Formatting ⇒ Dedication Page in Thesis

Dedication page in thesis.

Post by 7788 » Sun Dec 05, 2010 8:01 am

Post by kaiserkarl13 » Sat Jan 15, 2011 3:22 am

Return to “Text Formatting”

  •     Text Formatting
  •     Graphics, Figures & Tables
  •     Math & Science
  •     Fonts & Character Sets
  •     Page Layout
  •     Document Classes
  •     General
  • LaTeX's Friends
  •     BibTeX, biblatex and biber
  •     MakeIndex, Nomenclature, Glossaries and Acronyms
  •     Conversion Tools
  •     Viewers for PDF, PS, and DVI
  •     XeTeX
  •     Others
  • LaTeX Distributions
  •     Decision Guidance
  •     MiKTeX and proTeXt
  •     TeX Live and MacTeX
  • LaTeX Editors
  •     AUCTeX
  •     Kile
  •     LEd
  •     LyX
  •     Scientific Word/Workplace
  •     Texmaker and TeXstudio
  •     TeXnicCenter
  •        Announcements
  •        General
  •        Templates, Wizards & Tools
  •        Feature Suggestions
  •        Development
  •     TeXShop
  •     TeXworks
  •     WinEdt
  •     WinShell
  • LaTeX Templates
  •     Articles, Essays, and Journal Templates
  •     Theses, Books, Title pages
  •     Letters
  •     Presentations and Posters
  •     Curricula Vitae / Résumés
  •     Assignments, Laboratory books and reports
  •     Calendars and Miscellaneous
  • LaTeX Community
  •     Announcements
  •     Community talk
  •     Comments & Wishes
  •     New Members
  • LaTeX Books
  •     LaTeX Beginner's Guide
  •     LaTeX Cookbook

Who is online

Users browsing this forum: No registered users and 6 guests

  • Board index
  • All times are UTC
  • Text Formatting
  • Graphics, Figures & Tables
  • Math & Science
  • Fonts & Character Sets
  • Page Layout
  • Document Classes
  • BibTeX, biblatex and biber
  • MakeIndex, Nomenclature, Glossaries and Acronyms
  • Conversion Tools
  • Viewers for PDF, PS, and DVI
  • Decision Guidance
  • MiKTeX and proTeXt
  • TeX Live and MacTeX
  • Scientific Word/Workplace
  • Texmaker and TeXstudio
  • Announcements
  • Templates, Wizards & Tools
  • Feature Suggestions
  • Development
  • Articles, Essays, and Journal Templates
  • Theses, Books, Title pages
  • Presentations and Posters
  • Curricula Vitae / Résumés
  • Assignments, Laboratory books and reports
  • Calendars and Miscellaneous
  • Community talk
  • Comments & Wishes
  • New Members
  • LaTeX Beginner's Guide
  • LaTeX Cookbook

UCI Libraries Mobile Site

  • Langson Library
  • Science Library
  • Grunigen Medical Library
  • Law Library
  • Connect From Off-Campus
  • Accessibility
  • Gateway Study Center

Libaries home page

Email this link

Thesis / dissertation formatting manual (2024).

  • Filing Fees and Student Status
  • Submission Process Overview
  • Electronic Thesis Submission
  • Paper Thesis Submission
  • Formatting Overview
  • Fonts/Typeface
  • Pagination, Margins, Spacing
  • Paper Thesis Formatting
  • Preliminary Pages Overview
  • Copyright Page

Dedication Page

  • Table of Contents
  • List of Figures (etc.)
  • Acknowledgements
  • Text and References Overview
  • Figures and Illustrations
  • Using Your Own Previously Published Materials
  • Using Copyrighted Materials by Another Author
  • Open Access and Embargoes
  • Copyright and Creative Commons
  • Ordering Print (Bound) Copies
  • Tutorials and Assistance
  • FAQ This link opens in a new window

The Dedication Page is optional. If you choose to include a Dedication Page, please ensure that:

  • You are using the same font as in the rest of your manuscript.
  • No images are included.
  • Page number ii appears centered at the bottom of the page.

​Please note that the Dedication Page is different from the Acknowledgements Page.

Dedication Page Example

Here is an example of a dedication page from the template:

Screenshot of Dedication Page from Template

  • << Previous: Copyright Page
  • Next: Table of Contents >>
  • Last Updated: Feb 20, 2024 2:09 PM
  • URL: https://guides.lib.uci.edu/gradmanual

Off-campus? Please use the Software VPN and choose the group UCIFull to access licensed content. For more information, please Click here

Software VPN is not available for guests, so they may not have access to some content when connecting from off-campus.

LaTeX Beginners Guide by Stefan Kottwitz

Get full access to LaTeX Beginners Guide and 60K+ other titles, with a free 10-day trial of O'Reilly.

There are also live events, courses curated by job role, and more.

Time for action – adding a dedication and an appendix

Our book shall begin with a dedication. The front matter shall consist of the table of contents, lists of tables and figures, and a dedication. All the pages of the front matter shall be numbered with Roman letters. Finally, we add an appendix providing supplementary proofs which we like to present outside the main chapters:

  • Create a file dedication.tex : \chapter{Dedication} This book is dedicated to one of the greatest mathematicians of all time: Carl Friedrich Gauss. Without him, this book wouldn't have been possible.
  • Create a file proofs.tex : \chapter{Proofs} ...
  • Extend the main file equation.tex by the highlighted lines: \documentclass{book} \input{preamble} \begin{document} \frontmatter \include{dedication} ...

Get LaTeX Beginners Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.

Don’t leave empty-handed

Get Mark Richards’s Software Architecture Patterns ebook to better understand how to design components—and how they should interact.

It’s yours, free.

Cover of Software Architecture Patterns

Check it out now on O’Reilly

Dive in for free with a 10-day trial of the O’Reilly learning platform—then explore all the other resources our members count on to build skills and solve problems every day.

dedication page thesis latex

because LaTeX matters

Writing a thesis in latex.

Writing a thesis is a time-intensive endeavor. Fortunately, using LaTeX, you can focus on the content rather than the formatting of your thesis. The following article summarizes the most important aspects of writing a thesis in LaTeX, providing you with a document skeleton (at the end) and lots of additional tips and tricks.

Document class

The first choice in most cases will be the report document class:

See here for a complete list of options. Personally, I use draft a lot. It replaces figures with a box of the size of the figure. It saves you time generating the document. Furthermore, it will highlight justification and hyphenation errors ( Overfull \hbox ).

Check with your college or university. They may have an official or unofficial template/class-file to be used for writing a thesis.

Again, follow the instructions of your institution if there are any. Otherwise, LaTeX provides a few basic command for the creation of a title page.

maketitle

Use \today as \date argument to automatically generate the current date. Leave it empty in case you don’t want the date to be printed. As shown in the example, the author command can be extended to print several lines.

For a more sophisticated title page, the titlespages package has a nice collection of pre-formatted front pages. For different affiliations use the authblk package, see here for some examples.

Contents (toc/lof/lot)

Nothing special here.

The tocloft package offers great flexibility in formatting contents. See here for a selection of possibilities.

Often, the page numbers are changed to roman for this introductory part of the document and only later, for the actual content, arabic page numbering is used. This can be done by placing the following commands before and after the contents commands respectively.

LaTeX provides the abstract environment which will print “Abstract” centered as a title.

abstract

The actual content

The most important and extensive part is the content. I strongly suggest to split up every chapter into an individual file and load them in the main tex-file.

In thesis.tex:

In chapter1.tex:

This way, you can typeset single chapters or parts of the whole thesis only, by commenting out what you want to exclude. Remember, the document can only be generated from the main file (thesis.tex), since the individual chapters are missing a proper LaTeX document structure.

See here for a discussion on whether to use \input or \include .

Bibliography

The most convenient way is to use a bib-tex file that contains all your references. You can download bibtex items for articles, books, etc. from Google scholar or often directly from the journal websites.

Two packages are commonly used to personalize bibliographies, the newer biblatex and the natbib package, which has been around for many years. These packages offer great flexibility in customizing the look of a bibliography, depending on the preference in the field or the author.

Other commonly used packages

  • graphicx : Indispensable when working with figures/graphs.
  • subfig : Controlling arrangement of several figures (e.g. 2×2 matrix)
  • minitoc : Adds mini table of contents to every chapter
  • nomencl : Generate and format a nomenclature
  • listings : Source code printer for LaTeX
  • babel : Multilingual package for standard document classes
  • fancyhdr : Controlling header and footer
  • hyperref : Hypertext links for LaTeX
  • And many more

Minimal example code

I’m aware that this short post on writing a thesis only covers the very basics of a vast topic. However, it will help you getting started and focussing on the content of your thesis rather than the formatting of the document.

Share this:

16 comments.

' src=

8. June 2012 at 7:09

I would rather recommend a documentclass like memoir or scrreprt (from KOMA-Script), since they are much more flexible than report.

' src=

8. June 2012 at 8:12

I agree, my experience with them is limited though. Thanks for the addendum. Here is the documentation: memoir , scrreprt (KOMA script)

' src=

8. June 2012 at 8:02

Nice post Tom. I’m actually writing a two-part (or three) on Writing the PhD thesis: the tools . Feel free to comment, I hope to update it as I write my thesis, so any suggestions are welcome.

8. June 2012 at 8:05

Thanks for the link. I just saw your post and thought I should really check out git sometimes :-). Best, Tom.

8. June 2012 at 8:10

Yes, git is awesome. It can be a bit overwhelming with all the options and commands, but if you’re just working alone, and probably on several machines, then you can do everything effortlessly with few commands.

11. June 2012 at 2:15

That’s what has kept me so far. But I’ll definitely give it a try. Thanks!

' src=

8. June 2012 at 8:08

What a great overview. Thank you, this will come handy… when I finally get myself to start writing that thesis 🙂

8. June 2012 at 14:12

Thanks and good luck with your thesis! Tom.

' src=

9. June 2012 at 4:08

Hi, I can recommend two important packages: lineno.sty to insert linenumbers (really helpful in the debugging phase) and todonotes (allows you to insert todo-notes for things you still have to do.)

11. June 2012 at 0:48

Thanks Uwe! I wrote an article on both, lineno and todonotes . Here is the documentation: lineno and todonotes for more details.

' src=

12. June 2012 at 15:51

Thanks for the post, i’m currently writing my master thesis 🙂

A small note: it seems that subfig is deprecated for the subcaption package: https://en.wikibooks.org/wiki/LaTeX/Floats,_Figures_and_Captions#Subfloats

12. June 2012 at 16:05

Hey, thanks for the tip. Too bad they don’t say anything in the documentation apart from the fact that the packages are not compatible.

' src=

1. August 2012 at 21:11

good thesis template can be also found here (free): http://enjobs.org/index.php/downloads2

including living headers, empty pages, two-sided with front and main matter as well as a complete structure

2. August 2012 at 11:03

Thanks for the link to the thesis template!

' src=

15. November 2012 at 22:21

Hi Tom, I’m writing a report on spanish in LaTex, using emacs, auctex, aspell (~170pags. ~70 files included by now) and this blog is my savior every time because I’m quite new with all these.

The question: Is there anyway (other than \- in every occurrence) to define the correct hyphenation for accented words (non english characters like é)? I have three o four accented words, about the subject of my report, that occur near 100 times each, across several files, and the \hyphenation{} command can’t handle these.

20. November 2012 at 3:47

I was wondering what packages you load in your preamble. For a better hyphenation (and easier typing), you should use these packages:

See here for more details.

If this doesn’t help, please provide a minimal working example to illustrate the problem.

Thanks, Tom.

Leave a Reply Cancel reply

An academic thesis, also known as a dissertation, is a substantial work produced by a graduate student to communicate their research and earn a degree. A thesis will typically include a review of the current state of research in the field of study followed by a central hypothesis to be investigated. The bulk of the thesis will then focus on the methods and results of the research performed, followed by a discussion on how the results add to the field in general. Theses are long, highly structured and include a lot of advanced document elements.

dedication page thesis latex

This template is designed for writing books and graduate-level theses and provides numerous examples and documentation to enable complex requirements. The design features a relatively narrow main text column with an adjacent wide margin to house notes, figures, tables, citations and captions.

  • View Template Information

Masters/Doctoral Thesis

This template provides a full framework for writing a graduate level thesis. It is carefully structured and separated into multiple parts for easy editing. Included are the following pages/sections: a cover page, declaration of authorship, quotation, abstract, acknowledgements, contents page(s), list of figures, list of tables, abbreviations, physical constants, symbols, dedication, example chapter, example appendix and bibliography.

Classicthesis Typographic Thesis

This template has been designed as a homage to the Elements of Typographic Style. As such, it has an air of efficiency and optimal design. It is suitable for any high-level degree thesis such as for a PhD, Masters or Honors. Sections within the thesis are clearly separated in a consistent way, as are sections within each chapter. The default structure of the thesis proceeds in the following order: title page, dedication, abstract, publications, acknowledgements, contents, list of tables/figures/listings, acronyms, content chapters, appendices, bibliography, colophon and declaration.

Maggi Memoir Thesis

This template uses the memoir document class to beautifully typeset a thesis. It is suitable for any high-level degree thesis such as for a PhD, Masters or Honors. The layout of the content is in a thin format to promote easy reading and the template features advanced specification of margins and trimming. The thesis boasts a professional look which is immediately obvious from the title page itself and carries through the design of the rest of the document. Three custom fonts are used in the template to match the design and beautifully display your content.

dedication page thesis latex

LaTeX Templates Information

General enquiries [email protected]

Most templates licensed under CC BY-NC-SA 4.0

LaTeX Templates is developed in New Zealand

© Creodocs Limited. All Rights Reserved.

PhD Thesis and Dissertation LaTeX Templates for Harvard, Princeton and New York University (NYU)

Dissertate provides a beautiful LaTeX template for a thesis or dissertation. This template has been uploaded into Overleaf so you can get started simply by clicking the button above.

It currently provides everything needed to support the production and typesetting of a PhD dissertation at Harvard, Princeton, and NYU.

The format and styling are based closely on the requirements published by each university's registrar.

For more information, please see the Dissertate on GitHub

PhD Thesis and Dissertation LaTeX Templates for Harvard, Princeton and New York University (NYU)

Have you checked our knowledge base ?

Message sent! Our team will review it and reply by email.

IMAGES

  1. [Tex/LaTex] Dedication page for master thesis

    dedication page thesis latex

  2. How to write thesis dedication on Latex || Dedication format on Latex || lecture 6

    dedication page thesis latex

  3. Dedication text thesis

    dedication page thesis latex

  4. SOLUTION: Dedication acknowledgement and abstract thesis sample

    dedication page thesis latex

  5. Dedication Page Thesis Example

    dedication page thesis latex

  6. [Tex/LaTex] Acknowledgement/Dedication problem

    dedication page thesis latex

VIDEO

  1. L06: Using the Stellenbosch thesis LaTeX template in Overleaf

  2. 6 Corrections on Bonafide Page

  3. Insert PDF document into Latex document

  4. LaTeX Tutorial for Beginners

  5. Sample Thesis in LaTeX (UMS)

  6. Write mathematical equation using LaTex software

COMMENTS

  1. How to write dedication properly?

    I'm trying to make some line vertical-spaces in dedication. But, I couldn't find how. Here is the code that I'm using: \newenvironment{dedication} {\clearpage % we want a new page \thispagestyle{empty}% no header and footer \vspace*{\stretch{1}}% some space at the top \itshape % the text is in italics \raggedleft % flush to the right margin } {\par % end the paragraph \vspace{\stretch{3 ...

  2. Dedication Page in Thesis

    Dedication Page in Thesis. Postby 7788 » Sun Dec 05, 2010 8:01 am. Hi, I would like to make a dedication page in my thesis from my .sty file, I have this (for the abstract page). Code, edit and compile here:

  3. How to make dedication page and move words to the middle?

    dedication page. words move to the middle. I want to make dedication page in cls file like 'dedication page example' picture before abstract page with italic fonts. Like pic 1, words are much spaced along vertical line. I want edit this page like the pic 2 format. we can see that pic 2 has balanced space with title, name, sentence month and names.

  4. Latex Tutorial: The Dedication Page and The Abstract in Thesis

    PhD Student Induction Course (For New PhD Students): https://digitidea.com/courses/phd-student-induction-course/Join Latex Mega Course: https://digitidea.com...

  5. How to Write a Thesis in LaTeX (Part 1): Basic Structure

    The preamble. In this example, the main.tex file is the root document and is the .tex file that will draw the whole document together. The first thing we need to choose is a document class. The article class isn't designed for writing long documents (such as a thesis) so we'll choose the report class, but we could also choose the book class.. We can also change the font size by adding square ...

  6. PDF LATEX Thesis Class for University of Colorado

    thesis can use all LaTeX macros just as described in the references (2, 3). The εfigure on page 2 shows the contents of a fictitious thesis file, mythesis.tex, that uses the LaTeX 2 thesis class. The main elements of a thesis are shown in the correct order. ... your dedication page, because that is never supposed to be numbered.

  7. How to Write a Thesis in LaTeX (Part 5): Customising Your Title Page

    In the previous post we looked at adding a bibliography to our thesis using the biblatex package.In this, the final post of the series, we're going to look at customising some of the opening pages. In the first video we made a rather makeshift title page using the \maketitle command and by using an \includegraphics command in the \title command. Although this works, it doesn't give us as much ...

  8. Dedication Page

    The Dedication Page is optional. If you choose to include a Dedication Page, please ensure that: You are using the same font as in the rest of your manuscript. No images are included. Page number ii appears centered at the bottom of the page. Please note that the Dedication Page is different from the Acknowledgements Page.

  9. How to write thesis dedication on Latex

    Welcome to science excellence, in this lecture we learn how to write a thesis dedication on latex. we are planned to start a series of short lectures and try...

  10. Time for action

    The front matter shall consist of the table of contents, lists of tables and figures, and a dedication. All the pages of the front matter shall be numbered with Roman letters. Finally, we add an appendix providing supplementary proofs which we like to present outside the main chapters: Create a file dedication.tex: \chapter{Dedication}

  11. Writing a thesis in LaTeX

    The following article summarizes the most important aspects of writing a thesis in LaTeX, providing you with a document skeleton (at the end) and lots of additional tips and tricks. Document class. The first choice in most cases will be the report document class: 1. \documentclass[options]{report} See here for a complete list of options.

  12. PDF Writing a thesis with LATEX

    3.1 Title page Since the thesis layout and contents are usually defined by university require-ments, the title page often needs to be created ad hoc. The title page is often formed by two pages; the first one reports just the name of the candidate and the second one also that of the advisors, the department chair and their signatures. The ...

  13. Basic thesis template

    This LaTeX template includes a title page, a declaration, an abstract, acknowledgements, table of contents, list of figures/tables, a dedication, and example chapters and sections. This template was originally published on ShareLaTeX and subsequently moved to Overleaf in November 2019. This Thesis LaTeX template is an ideal starting point for ...

  14. Is it customary to include a dedication in an honours thesis?

    11. Dedication generally comes in your front matter section in your thesis. It will depend on your university rules and guidelines. Generally "dedication" is not mandatory in most of universities. However it is advisable to check with your academic office. Quoting from Harvard guidelines for thesis writing,

  15. How to get started writing your thesis in LaTeX

    Here we provide a guide to getting started on writing your thesis in LaTeX, using a standard template which is pre-loaded into Overleaf. We have a large number of thesis templates in our online library, and you can upload your own if your university provides a set of LaTeX template files. We'll assume you've used LaTeX before and so are ...

  16. LaTeX Templates

    This template uses the memoir document class to beautifully typeset a thesis. It is suitable for any high-level degree thesis such as for a PhD, Masters or Honors. The layout of the content is in a thin format to promote easy reading and the template features advanced specification of margins and trimming. The thesis boasts a professional look ...

  17. Template for a Masters or Doctoral Thesis

    This LaTeX template is used by many universities as the basis for thesis and dissertation submissions, and is a great way to get started if you haven't been provided with a specific version from your department. This version of the template is provided by Vel at LaTeXTemplates.com, and is already loaded in Overleaf so you can start writing ...

  18. How do I add a dedication page in cleanthesis latex template?

    How might one add a dedication pa... Stack Exchange Network Stack Exchange network consists of 183 Q&A communities including Stack Overflow , the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

  19. PhD Thesis and Dissertation LaTeX Templates for Harvard ...

    Dissertate provides a beautiful LaTeX template for a thesis or dissertation. This template has been uploaded into Overleaf so you can get started simply by clicking the button above. It currently provides everything needed to support the production and typesetting of a PhD dissertation at Harvard, Princeton, and NYU.