LaTeX (dvipdfmx) online

Run LaTeX (dvipdfmx) online: the original latex program writes a DVI file and dvipdfmx converts it to PDF, both inside your browser.

First page of the LaTeX (dvipdfmx) example, compiled with LaTeX (dvipdfmx)

Open in LaTeX.to Download the example (zip)

How to compile with LaTeX (dvipdfmx) on LaTeX.to

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

What the dvipdfmx route is

latex writes a DVI file, a compact record of boxes and glue, and dvipdfmx turns that DVI into the PDF you download. pdfLaTeX folded the second step into the engine and most of the world moved on, but this route never went away. In Japan it is the everyday one: the pTeX engines write only DVI, dvipdfmx is the standard PDF driver there, and nearly every Japanese document carries [dvipdfmx] on its graphicx and hyperref lines. Japanese text takes that toolchain through pLaTeX and upLaTeX; this page is the plain latex half of it, for a document that is not Japanese but was written the same way. Same fonts and same packages as pdfLaTeX, one extra step.

Auto never picks it, because nothing in a document asks for dvipdfmx by name. The example asks for it on its first line, % !TeX program = latex-dvipdfmx, and the same line works in your files.

When to use it

What works and what does not

More engines: LuaLaTeX, pdfLaTeX, XeLaTeX, LaTeX and all engines.