The typesetting system used by universities and journals worldwide. Learn to create theses, scientific articles and impeccable documents. 12 modules, 40+ practical exercises.
The gold standard for academic documents
The most beautiful mathematical formulas possible
BibTeX manages citations automatically
Required by top journals and universities
Text files easy to version with Git
12 modules for professional documents
+ 4 advanced modules including:
Beamer Presentations โข Algorithms and Source Code โข TikZ Diagrams Basics โข Final Projects (CV, Article)
Explore LaTeX before you buy
LaTeX is not a word processor - it's a typesetting system that separates content from formatting. You write the text and commands, and LaTeX takes care of the perfect layout.
Use Overleaf.com to write LaTeX online, without installation. It's free and collaborative!
\documentclass[12pt]{article}
% Preamble - packages and settings
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{amsmath}
\title{Document Title}
\author{Your Name}
\date{\today}
\begin{document}
\maketitle
\section{Introduction}
This is my first LaTeX document.
\section{Mathematical Formulas}
Einstein's equation:
\begin{equation}
E = mc^2
\end{equation}
\end{document}
LaTeX excels at formulas. You can write inline with $...$ or display mode with \[...\]:
% Inline math
Let $f(x) = x^2 + 2x + 1$ be a quadratic function.
% Display math
\[
\int_0^\infty e^{-x^2} dx = \frac{\sqrt{\pi}}{2}
\]
% Numbered equation
\begin{equation}
\sum_{n=1}^{\infty} \frac{1}{n^2} = \frac{\pi^2}{6}
\end{equation}
% Fractions and limits
\[
\lim_{x \to 0} \frac{\sin x}{x} = 1
\]
LaTeX is sensitive to errors! A missing brace can generate cryptic errors. Compile often to catch errors early.
Go to the "Editor" tab and write your own LaTeX code!
For a right triangle with legs a and b and hypotenuse c, we have:
aยฒ + bยฒ = cยฒ (1)
If a = 3 and b = 4, then:
c = โ(3ยฒ + 4ยฒ) = โ25 = 5
\section{Quadratic Formula}x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}The preview above is a simulation. In the complete course you'll work with Overleaf or TeX Live and generate real PDFs!
"I wrote my entire bachelor's thesis with LaTeX thanks to this course. The professor was impressed by the document quality!"
"BibTeX changed my life. I no longer spend hours formatting bibliographies manually. The course explains everything clearly."
"I published my first article in an international journal. LaTeX was mandatory and this course prepared me perfectly."
From zero to professional academic documents. Theses, articles, presentations.
๐ก All prices shown do not include VAT or other applicable local taxes. Taxes will be calculated at checkout based on your location.
inputenc and babel packages properly configured, you can write in any language with special characters without problems.LaTeX is the standard for academic documents. Your thesis deserves to look professional.
๐Buy Course - โฌ30๐ก All prices shown do not include VAT or other applicable local taxes. Taxes will be calculated at checkout based on your location.