This is the simplest possible way to write your thesis in Overleaf using APA7. Edit one file, press Recompile, done.
- Download
overleaf.zipfrom GitHub Releases (or zip this repo). - In Overleaf: New Project → Upload Project → select the zip.
- Open exactly one file:
thesis_eng.tex(English) orthesis_ger.tex(German). - Change the fields marked
% (CHANGE ME)at the top (name, title, supervisor, date). - Click Recompile. That’s your PDF.
- Write: Replace the example sections with your text.
- Cite: Add entries to
bibliography.bib, cite with\cite{Key}. Recompile twice. - Figures: Upload images to
figures/and use\includegraphics{figures/your-file.ext}. - Share: Overleaf Menu → Share → send link to supervisor.
- Citations missing? Recompile twice; set compiler to "LaTeX (pdfLaTeX) + Biber" if needed.
- Image missing? File must be in
figures/, name and case must match. - See
microtype: Unable to apply patch 'footnote'? Ignore — harmless warning. - Errors (red) show the line number in the log; warnings (yellow) are usually cosmetic.
- Edit:
thesis_eng.texorthesis_ger.tex, plusbibliography.bib, and your files infigures/. - Ignore:
template/,maintainer/,Makefile, and any.aux/.log/.tocbuild artifacts.
- Metadata first: Fill all
% (CHANGE ME)fields before writing chapters. - Structure: Use
\section{...}and\subsection{...}; the provided chapters are just examples. - Language: Pick only one main file; don’t rename it.
- Recompile rhythm: After edits to text/figures: once. After citation changes: twice.
- Backups/ZIPs: If you re-zip for Overleaf, keep the folder structure untouched.
Requires TeX Live/MacTeX + make:
make build-en— build English PDFmake build-de— build German PDFmake clean— remove aux files
Maintainer: karl.koschutnig@uni-graz.at