runtexfile – Automate the process of compiling (La)TeX documents with index, bibliography,…
This package provides a small script like latexmk to run a TeX or LaTeX document controlled from within the document itself. The commands have to be defined at the beginning of the document, e.g.:
%! HV lualatex --shell-escape
%! HV biber
%! HV lualatex --shell-escape
%! HV xindex
%! HV xindex --config DIN2 -l DE -o test2.vwd
%! HV xindex --config DIN2 -l DE -o test2.dbd
%! HV lualatex --shell-escape
%! HV lualatex --shell-escape
\documentclass[...]{...}
…
The script itself does not parse the log file.
| Sources | /support/runtexfile |
| Documentation | |
| Version | 0.06 2025-10-08 |
| Licenses | The LaTeX Project Public License 1.3 |
| Copyright | 2025 Herbert Voß |
| Maintainer | Herbert Voß |
| Contained in | TeX Live as runtexfile MiKTeX as runtexfile |
| Topics | Compilation |
Download the contents of this package in one zip archive (761.9k).
Announcements
Suggestions
Maybe you are interested in the following packages as well.
Community Comments