(bin_name)
| 569 | import subprocess as _sp |
| 570 | |
| 571 | def _has(bin_name): |
| 572 | return _sh.which(bin_name) is not None |
| 573 | |
| 574 | # Most-tolerant: prefer latexmk with XeLaTeX and force (-f), then XeLaTeX, then LuaLaTeX |
| 575 | pretex = r"\nonstopmode\scrollmode\makeatletter\let\pgf@error\pgf@warning\let\GenericError\GenericWarning\let\PackageError\PackageWarning\makeatother" |
no outgoing calls
no test coverage detected