pdfLaTeX online

Run pdfLaTeX online in your browser: the whole TeX Live compiles on your own machine, so there is nothing to install and nothing to upload.

First page of the pdfLaTeX example, compiled with pdfLaTeX

Open in LaTeX.to Download the example (zip)

How to compile with pdfLaTeX on LaTeX.to

Everything runs in your browser: nothing to install, no login, no compile timeout.

What pdfLaTeX is

pdfLaTeX is the pdfTeX engine with the LaTeX format loaded: Knuth's TeX plus a PDF writer, running the macros almost everyone means when they say "LaTeX". It reads your file, sets the pages with the classic 8-bit fonts, and writes the PDF in one run. Every package on CTAN was tested against it first, every journal class assumes it, and every answer on the internet was written with it in mind.

The example on this page is a plain article with the traditional preamble (inputenc, fontenc, lmodern) and microtype switched on, which is the one thing pdfLaTeX does better than any other engine: protruding punctuation past the margin and stretching glyphs by fractions of a percent so justified text looks calm.

When to use it

pdfLaTeX vs XeLaTeX vs LuaLaTeX

Same document body, different preamble.

The full picture, with fonts, speed and how to switch, is on pdfLaTeX vs XeLaTeX vs LuaLaTeX.

Common errors

More engines: LuaLaTeX, XeLaTeX, LaTeX, LaTeX (dvipdfmx) and all engines. Compare: pdfLaTeX vs XeLaTeX vs LuaLaTeX.