FormaTeX

\documentclass{beginners-guide}

What is LaTeX?

A complete beginner's guide to the document preparation system used by scientists, researchers, and engineers worldwide.

Create free account

The short answer

LaTeX (pronounced “lah-tech” or “lay-tech”) is a document preparation system that lets you write professional documents using plain text with formatting commands — like writing code, but for documents.

\section{Who Uses LaTeX}

Who uses LaTeX?

Scientists & researchers

99% of physics and mathematics papers are written in LaTeX. It is the default format for arXiv submissions and most scientific journals.

Graduate students

Theses and dissertations require precise formatting across hundreds of pages. LaTeX handles numbering, cross-references, and bibliography automatically.

Publishers & journals

Academic publishers use LaTeX for book typesetting and journal production. Most journal templates are distributed as LaTeX document classes.

Engineers & technical writers

Technical documentation, engineering reports, and specs benefit from LaTeX's consistent formatting and support for diagrams via TikZ.

\section{LaTeX vs Word}

LaTeX vs Word at a glance

Five key differences. For a deeper comparison, see the full guide.

AspectLaTeXWord
Writing stylePlain text + commandsVisual WYSIWYG editor
Math typesettingLimited
Consistent formattingAutomaticManual
Version control (Git)
Learning curveSteeperGentle

\section{Input vs Output}

What LaTeX looks like

You write plain text with commands. LaTeX compiles it into a beautifully formatted PDF.

Source (what you write)

\documentclass{article}
\begin{document}
Hello, \textbf{World}!
$E = mc^2$
\end{document}

Output (what you get)

Hello, World!

E = mc²

A professionally typeset PDF — consistent every time.

\section{Why LaTeX}

Why use LaTeX?

Perfect math typesetting

LaTeX is the only real choice for equations. From inline expressions like $x^2$ to multi-line aligned proofs, the output is publication-quality.

Consistent formatting

The document looks the same every time, on any machine. No more “it looks different on your computer.” Formatting is defined once, applied everywhere.

Plain text — works with Git

LaTeX source is plain text. You can version-control it with Git, diff changes line by line, and collaborate like software engineers.

Free and open source

LaTeX is free. TeX Live and MacTeX distributions are free. The ecosystem of packages on CTAN is free. You pay nothing to use any of it.

Journal and publisher standard

Most scientific journals require or prefer LaTeX submissions. Publishers provide official document classes. Submitting in LaTeX is expected in many fields.

A brief history

Donald Knuth created TeX in 1978 to typeset his own book, The Art of Computer Programming, after being dissatisfied with existing typesetting systems. In the 1980s, Leslie Lamport created LaTeX as a higher-level layer on top of TeX, providing document structure commands, cross-referencing, and bibliography management that made TeX accessible to non-experts. LaTeX2e, released in 1994, remains the standard version used today.

\section{Getting Started}

How to get started with LaTeX

Recommended for beginners

Online — no install required

Use the FormaTeX playground. Write LaTeX in your browser and compile to PDF instantly. Free tier, no credit card.

Open playground
Local install

TeX Live or MacTeX

Download TeX Live for Linux/Windows or MacTeX for macOS. Full offline distribution — around 4 GB but includes every package.

VS Code

VS Code + LaTeX Workshop

Install VS Code and the LaTeX Workshop extension for a full local editor experience with syntax highlighting, snippets, and build on save.

\section{FAQ}

Frequently asked questions

\end{beginners-guide}

Try LaTeX right now — for free

No installation needed. Write and compile your first LaTeX document in under a minute.

Learn math symbols

One quick thing

We track anonymous usage — page views, feature usage, compilation events — to understand what works and what doesn't. No ads, no personal data, no third-party sharing.

Cookie policy