This package browser is in early development. Mind the rough edges.

texlive-latexmk 2025.2

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.

Installation

Install texlive-latexmk 2025.2 as follows:

guix install texlive-latexmk@2025.2

Or install the latest version:

guix install texlive-latexmk

The texlive-latexmk package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:

guix install texlive-latexmk:doc

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.