From 7d3aa43b55dd2a5a01c9f29955f3a4aabe6c7c0f Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 29 Aug 2023 16:04:43 +0200 Subject: gnu: Add texlive-warning. * gnu/packages/tex.scm (texlive-warning): New variable. --- gnu/packages/tex.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'gnu/packages/tex.scm') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 17d4a1ac79..21293375a1 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -99660,6 +99660,25 @@ for internationalization. There is also support for loading event marks from a CSV file.") (license license:lppl))) +(define-public texlive-warning + (package + (name "texlive-warning") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/warning/" "tex/latex/warning/") + (base32 + "0d259bpnv7qgki5cmf0w12gqxiw9ww0901j13lm30b1myxhy0giq"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/warning") + (synopsis "Global warnings at the end of the logfile") + (description + "This package provides a command that generates a list of warnings that are +printed out at the very end of the logfile. This is useful for warnings such +as ``Rerun for this or that reason'' or ``This is a draft''.") + (license license:lppl))) + ;;; ;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; of a merge conflict, place them above by existing packages with similar -- cgit v1.2.3