LinuxCommandLibrary

pdftex

teX engine

TLDR

Compile TeX to PDF

$ pdftex [document.tex]
copy
Compile with output name
$ pdftex -jobname=[output] [document.tex]
copy
Interaction mode
$ pdftex -interaction=nonstopmode [document.tex]
copy
Draft mode (no output)
$ pdftex -draftmode [document.tex]
copy
Show version
$ pdftex --version
copy

SYNOPSIS

pdftex [-interaction mode] [-jobname name] [options] file

DESCRIPTION

pdftex is a TeX engine. It produces PDF directly.
Extended from original TeX. Adds PDF primitives.
Direct PDF generation. No DVI intermediate.
Microtypographic extensions. Better text appearance.

PARAMETERS

-interaction MODE

Set interaction (nonstopmode, batchmode, scrollmode).
-jobname NAME
Set output name.
-draftmode
No PDF output.
-output-directory DIR
Output directory.
-halt-on-error
Stop on first error.
-ini
Initialize format.

CAVEATS

Plain TeX by default. Use pdflatex for LaTeX. Large documents may need multiple runs.

HISTORY

pdfTeX was developed by Hàn Thế Thành as his PhD project. It extended TeX to output PDF directly.

SEE ALSO

pdflatex(1), tex(1), xetex(1), luatex(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community