CTAN update: runtexfile
Date: August 14, 2025 4:57:56 PM CEST
Herbert Voß submitted an update to the
runtexfile
package.
Version: 0.05 2025-08-13
License: lppl1.3
Summary description: Automate the process of compiling (La)TeX documents with index, bibliography, …
Announcement text:
Added support for unknown main filenames (in Online Compilers)
The package’s Catalogue entry can be viewed at https://ctan.org/pkg/runtexfile The package’s files themselves can be inspected at https://mirrors.ctan.org/support/runtexfile/
Thanks for the upload. For the CTAN Team Petra Rübe-Pugliese
CTAN is run entirely by volunteers and supported by TeX user groups. Please join a user group or donate to one, see https://ctan.org/lugs
Added support for unknown main filenames (in Online Compilers)
The package’s Catalogue entry can be viewed at https://ctan.org/pkg/runtexfile The package’s files themselves can be inspected at https://mirrors.ctan.org/support/runtexfile/
Thanks for the upload. For the CTAN Team Petra Rübe-Pugliese
CTAN is run entirely by volunteers and supported by TeX user groups. Please join a user group or donate to one, see https://ctan.org/lugs
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 <test2.vwx> %! HV xindex --config DIN2 -l DE -o test2.dbd <test2.dbx> %! HV lualatex --shell-escape %! HV lualatex --shell-escape
\documentclass[...]{...} ...
The script itself does not parse the log file.
Package | runtexfile |
Version | 0.05 2025-08-13 |
Copyright | 2025 Herbert Voß |
Maintainer | Herbert Voß |