snippetbashTip
tectonic — A modern, self-contained TeX/LaTeX engine. More information: <https://tectonic-typesetting.github.io
Viewed 0 times
containedcommandtexmodernclilatextectonicself
Problem
How to use the
tectonic command: A modern, self-contained TeX/LaTeX engine. More information: <https://tectonic-typesetting.github.io/book/latest/>.Solution
tectonic — A modern, self-contained TeX/LaTeX engine. More information: <https://tectonic-typesetting.github.io/book/latest/>.Compile a standalone TeX/LaTeX file:
tectonic -X compile {{path/to/file.tex}}Compile a standalone TeX/LaTeX file with synctex data:
tectonic -X compile --synctex {{path/to/file.tex}}Initialize a tectonic project in the current directory:
tectonic -X initInitialize a tectonic project in the specified directory:
tectonic -X new {{project_name}}Build the project in the current directory:
tectonic -X buildStart a watcher to build the project in the current directory on change:
tectonic -X watchCode Snippets
Compile a standalone TeX/LaTeX file
tectonic -X compile {{path/to/file.tex}}Compile a standalone TeX/LaTeX file with synctex data
tectonic -X compile --synctex {{path/to/file.tex}}Initialize a tectonic project in the current directory
tectonic -X initInitialize a tectonic project in the specified directory
tectonic -X new {{project_name}}Build the project in the current directory
tectonic -X buildContext
tldr-pages: common/tectonic
Revisions (0)
No revisions yet.