A
- Paper: A4
- Margins: 1 inch each side
- Font: Times New Roman
- Font Size: 12pt
- Indent: First line indented by 0.5 inch
- Spacing: Double
- Heading & References: APA7 Style
- A cover page with a UCL banner (cool!)
- Automatically generated Table of Contents (with optional hyperlinks)
- Automatically generated List of Figures (with optional hyperlinks)
- Templates of figures, three part tables and a table of demographic information
- Automatically generated References
To edit online using overleaf, download Source Code (zip)
from releases first.
- Sign in your overleaf account
New Project
→Upload Project
- Select the zip you downloaded before
Menu
→Settings
→Compiler
, chooseXeLaTeX
- Choose
main.tex
file, then clickcompile
- Remeber to edit the basic information in the
info.tex
!
- Headings
- Level 1, centering,
\section{}
- Level 2, left-justified,
\subsection{}
- Level 3, left-justified & italic,
\subsubsection{}
- Level 4, inline,
\subheading{}
- Level 5, inline & italic,
\subsubheading{}
- Level 1, centering,
- Citation
- parencite, (Tom et al., 2024),
\parencite{}
- textcite, Tom et al. (2024),
\textcite{}
- parencite, (Tom et al., 2024),
I first learned about
Should any errors found or more features required, please report in Issues
.