me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-noitcrul.

* gnu/packages/tex.scm (texlive-noitcrul): New variable.
master
Nicolas Goaziou 2023-08-29 15:56:47 +02:00
parent 012e4fca21
commit fb34ae591b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -90350,6 +90350,26 @@ indentations in following paragraphs, specifically those following a particular
macro or environment.")
(license license:lppl1.3c)))
(define-public texlive-noitcrul
(package
(name "texlive-noitcrul")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/noitcrul/"
"source/latex/noitcrul/"
"tex/latex/noitcrul/")
(base32
"1c06ziixcmfmfqq23gi71vingk3f6c19ggbsj1zm5l78nyk2s48v")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/noitcrul")
(synopsis "Improved underlines in mathematics")
(description
"The package provides a (maths mode) @code{\\underline} variant which doesn't
impose italics correction at the end.")
(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