How to Format a Thesis or Dissertation Without Losing Your Mind
Journal formatting requirements are annoying. Thesis and dissertation formatting requirements are annoying and enforced by a graduate school office that will bounce your submission back over margin widths, front-matter ordering, or a table of contents that doesn't auto-generate correctly. Unlike a journal, you don't get to just pick a different target if the requirements are a bad fit — this is the one document, and it has to clear format review before it clears anything else.
What tends to go wrong
- Front matter ordering — title page, abstract, acknowledgments, table of contents, list of figures/tables — most institutions require a specific sequence, and it's rarely the LaTeX thesis template's default.
- Chapter-level cross-references — a thesis is long enough that broken
\ref/\labelpairs are easy to introduce and hard to spot by scrolling. - Bibliography style — many programs require a specific citation style regardless of what's standard in your subfield's journals, which means reformatting a reference list you built around a different convention.
- Figure and table numbering — chapter-scoped numbering (Figure 3.2, not Figure 14) trips up templates built for single-document numbering.
- The final Word requirement — plenty of graduate schools still require a Word or PDF/A submission for their repository even if you wrote the entire thing in LaTeX.
Where a converter actually helps
Stemdoc's Thesis/Dissertation submission target runs your document through checks tuned for this — including the structural and citation preflight checks that apply everywhere else, plus a generic thesis reference format when you convert to Word, so you're not manually rebuilding a reference document from scratch to match your program's expected style.
The workflow is the same as any other advanced conversion:
- Upload your LaTeX (or Markdown) source, figures, and
.bibfile in Advanced mode - Select your citation style and set the submission target to Thesis/Dissertation
- Run preflight to catch missing figures, unresolved cross-references, and citation mismatches before you convert
- Download a clean Word or PDF file for your committee or your graduate school's formatting review
One caveat
Every institution's formatting manual is different, and some requirements — specific margin measurements, running headers, embedded fonts for archival PDF/A — are genuinely institution-specific. Preflight catches the structural and citation issues that are consistent across programs; it's not a substitute for reading your own graduate school's formatting guide once before your final submission.