Pro Tips
A focused weekend sprint is more effective than learning slowly over weeks.
A good template makes your life much easier.
Don’t panic at errors — check the logs and fix them step by step.
1. Get a Thesis Template
Start with an official .tex template from your department. Or search “thesis template” on Overleaf.
2. Set Up Your LaTeX Environment
Online: Overleaf (no installation, great for collaboration)
Offline: TeXLive + VS Code + LaTeX Workshop extension
3. Learn Document Structure
LaTeX is all about structure. Use \section, \subsection, and \chapter to create an outline. The table of contents is generated automatically.
4. Copy Text from Word
Paste your text into the LaTeX file. For equations and tables, rewrite them using LaTeX syntax.
5. Learn Equation Basics
Use \[ \] or \( \) to write equations. Start with a few essential examples.
\[
E = mc^2
\]6. Manage References with BibTeX
Use Zotero to create a .bib file, and cite using:
\cite{einstein1905}7. Compile and Check the Output
Generate the PDF and review formatting — fonts, spacing, numbering, etc.
💡
A focused weekend sprint is more effective than learning slowly over weeks.
A good template makes your life much easier.
Don’t panic at errors — check the logs and fix them step by step.
LaTeX may seem tough at first, but once you get the hang of it, it’s far more powerful than Word — especially for academic writing.
Invest one weekend. From next week on, you’ll be writing beautiful, professional-grade documents.
For an even smoother transition, check out the “How to use LaTeX” guide on the Murfy blog!
Best Online LaTeX Editor, Murfy