texlive-latexmk
Fully automated LaTeX document generation
Latexmk completely automates the process of generating a LaTeX document. Given the source files for a document, latexmk issues the appropriate sequence of commands to generate a .dvi, .ps, .pdf or hardcopy version of the document. An important feature is the preview continuous mode, where the script watches all of the source files and reruns LaTeX, etc., whenever a source file has changed. Thus a previewer can offer a display of the document's latest state.
- Versions: 2025.2
- Website: https://ctan.org/pkg/latexmk
- Licenses: GPL 2
- Package source: gnu/packages/tex.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of texlive-latexmk as follows:
guix install texlive-latexmk
Or install a particular version:
guix install texlive-latexmk@2025.2
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of texlive-latexmk about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/texlive-latexmk'><img src='https://packages.guix.gnu.org/packages/texlive-latexmk/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/texlive-latexmk)
Example Org:
[[https://packages.guix.gnu.org/packages/texlive-latexmk][https://packages.guix.gnu.org/packages/texlive-latexmk/badges/latest-version.svg]]