📚
Master's Thesis LaTeX Template
Streamlined thesis template for MSc/MEng — cleaner than PhD, still professional.
What’s included
This template builds on the report document class and the following packages, already wired up in the preamble:
lmodernmicrotypefontencinputencgeometrysetspaceamsmathamssymbhyperrefgraphicxbooktabs
Full source
Copy it, or hit Open in editor to load it into the live preview and start editing immediately.
\documentclass[12pt, a4paper]{report}
\usepackage{lmodern}
\usepackage{microtype}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{geometry}
\geometry{margin=2.5cm}
\usepackage{setspace}
\onehalfspacing
\usepackage{amsmath, amssymb}
\usepackage[hidelinks]{hyperref}
\usepackage{graphicx}
\usepackage{booktabs}
\begin{document}
% ── Title page ──
\begin{titlepage}
\centering
\vspace*{2cm}
{\large University Name}\\[0.5cm]
{\large Department of XYZ}\\[2cm]
{\Huge \textbf{Your Thesis Title}}\\[1cm]
{\large \textit{Submitted in partial fulfillment of the}}\\
{\large \textit{requirements for the degree of}}\\[0.5cm]
{\Large Master of Science}\\[2cm]
{\large By: \textbf{Your Name}}\\[0.5cm]
{\large Supervisor: Prof. Name}\\[2cm]
{\today}
\end{titlepage}
\chapter*{Abstract}
\addcontentsline{toc}{chapter}{Abstract}
Write a concise summary of your thesis (200--400 words).
\tableofcontents
\chapter{Introduction}
\section{Problem Statement}
\section{Objectives}
\section{Report Structure}
\chapter{Background}
\section{Related Work}
\section{Theoretical Background}
Some key equations:
\[
\nabla^2 \phi = -\frac{\rho}{\varepsilon_0}
\]
\chapter{Approach}
\section{Design}
\section{Implementation}
\chapter{Evaluation}
\section{Experimental Setup}
\begin{table}[ht]
\centering
\caption{Results summary.}
\begin{tabular}{lcc}
\toprule
Metric & Baseline & Ours \\
\midrule
Accuracy & 82\% & \textbf{91\%} \\
Latency (ms) & 45 & 38 \\
\bottomrule
\end{tabular}
\end{table}
\chapter{Conclusion}
\section{Summary}
\section{Future Work}
\appendix
\chapter{Additional Results}
\begin{thebibliography}{9}
\bibitem{ref1} Author, A. (2022). \textit{Paper title}. Conference, pp. 1--10.
\end{thebibliography}
\end{document}
Related templates
Browse all free LaTeX templates →
FAQ
Is the Master's Thesis template free?
Yes — every latexci template is free, open-source, and needs no signup. Open it in the browser editor or copy the full source.
How do I use this template?
Click “Open in editor” to load it straight into the live LaTeX preview, or copy the source into Overleaf or your local TeX editor (TeX Live, MiKTeX).