Overleaf

← Back to Research Lab

Summary. Overleaf is an online LaTeX editor with a live PDF preview and real-time collaboration. In the lab we use it to write papers, reports, and theses together — no local LaTeX installation needed, and everyone always edits the same up-to-date version.

Website: https://www.overleaf.com

Prerequisites

Getting Started

  1. Go to https://www.overleaf.com and sign in.
  2. Click New Project and choose one:
    • Blank Project — start from scratch,
    • Example Project — a working template to learn from,
    • Upload Project — drop in an existing .zip of .tex files,
    • or a journal/conference template from the gallery (IEEE, ACM, Springer, etc.).
  3. The main file is usually main.tex. Edit on the left; Overleaf compiles the PDF on the right (Recompile, or auto-compile).
  4. Add figures by uploading images (Upload icon) and referencing them with \includegraphics{...}.
  5. Manage citations with a .bib file and \cite{...} (BibTeX / biblatex).

Collaboration & Sharing

Tips & Troubleshooting

References