FindLatexMk¶
Find LatexMk, the Perl-based LaTeX build tool.
This find-module locates the latexmk executable and extracts version
information from latexmk --version output.
Result Variables¶
This module defines the following variables:
- LATEXMK_FOUND¶
Boolean result indicating whether the
latexmkexecutable was found.
- LATEXMK_EXECUTABLE¶
Full path to the discovered
latexmkexecutable.
- LATEXMK_VERSION_STRING¶
Version string reported by the detected
latexmkexecutable.
- LATEXMK_VERSION_MAJOR¶
Major version component extracted from
LATEXMK_VERSION_STRING.
- LATEXMK_VERSION_MINOR¶
Minor version component extracted from
LATEXMK_VERSION_STRING.
Hints¶
The following variables may be set to influence this module’s behavior:
- LATEXMK_ROOT¶
Preferred search prefix for the
latexmkexecutable.
- LATEXMK_DIR¶
Alternative search prefix for the
latexmkexecutable. This is treated likeLATEXMK_ROOT.