LinuxCommandLibrary

tectonic

A modern, self-contained TeX/LaTeX engine.

TLDR

Compile a standalone TeX/LaTeX file

$ tectonic -X compile [path/to/file.tex]
copy


Compile a standalone TeX/LaTeX file with synctex data
$ tectonic -X compile --synctex [path/to/file.tex]
copy


Initialize a tectonic project in the current directory
$ tectonic -X init
copy


Initialize a tectonic project in the specified directory
$ tectonic -X new [project_name]
copy


Build the project in the current directory
$ tectonic -X build
copy


Start a watcher to build the project in the current directory on change
$ tectonic -X watch
copy

Copied to clipboard