runtexshebang – A Lua script running LaTeX document files with TeX-style shebang
In short, a TeX-style shebang (%#!) is a special kind of TeX comment that you include in your TeX/LaTeX document file to tell the operating system’s shell how to run the file for the rest of the file:
%#!lualatex foo.tex
\documentclass{article}
\begin{document}
Hello, {\LaTeX} World!
Happy {\TeX}ing.
\end{document}
If you are using a TeX-style shebang, it must appear on the line that matched 20 lines or less in your LaTeX document, and it has to start with a TeX comment symbol (%) followed by a hash sign (#) and an exclamation mark (!), colloquially known as the bang, hence the name shebang for TeX/LaTeX.
| Sources | /support/runtexshebang |
| Documentation | |
| Home page | https://github.com/munepi/runtexshebang |
| Bug tracker | https://github.com/munepi/runtexshebang/issues |
| Repository | https://github.com/munepi/runtexshebang.git |
| Version | 0.5 2023-11-17 |
| Licenses | MIT License |
| Copyright | 2021–2023 Munehiro Yamamoto |
| Maintainer | Munehiro Yamamoto |
| Contained in | TeX Live as runtexshebang MiKTeX as runtexshebang |
| Topics | Compilation |
Download the contents of this package in one zip archive (4.2k).
Announcements
- 2023-11-18 CTAN update: runtexshebang
- 2023-09-14 CTAN update: runtexshebang
- 2023-09-11 New on CTAN: runtexshebang
Suggestions
Maybe you are interested in the following packages as well.
Community Comments