mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add texlive-silence.
* gnu/packages/tex.scm (texlive-silence): New variable.
This commit is contained in:
parent
c1ffec665e
commit
e4cf69da29
1 changed files with 23 additions and 0 deletions
|
@ -95628,6 +95628,29 @@ (define-public texlive-sidenotesplus
|
|||
widened, suitable if that extra space for an equation is required.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-silence
|
||||
(package
|
||||
(name "texlive-silence")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/silence/" "source/latex/silence/"
|
||||
"tex/latex/silence/")
|
||||
(base32
|
||||
"1pavby09may2z85r94hb4881knlssx7alvnrp523j6k4s2wqsxyq")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/silence")
|
||||
(synopsis "Selective filtering of error messages and warnings")
|
||||
(description
|
||||
"The package allows the user to filter out unwanted warnings and error
|
||||
messages issued by LaTeX, packages and classes, so they won't pop out when
|
||||
there's nothing one can do about them. Filtering goes from the very
|
||||
broad (``avoid all messages by such and such'') to the fine-grained (``avoid
|
||||
messages that begin with...''). Messages may be saved to an external file for
|
||||
later reference.")
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue