mirror of
https://git.fifo-f.eu/tex-projects/books/The-Invisible-Man-LaTeX.git
synced 2025-04-19 16:38:06 +02:00
3 lines
77 B
Bash
3 lines
77 B
Bash
|
#!/bin/zsh
|
||
|
cd "$(dirname "$0")"
|
||
|
latexmk -f --lualatex The\ Invisible\ Man.tex
|