me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-eqell.

* gnu/packages/tex.scm (texlive-eqell): New variable.
master
Nicolas Goaziou 2023-08-29 15:49:18 +02:00
parent 26ceae4bf4
commit 65915d9f9a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -80735,6 +80735,24 @@ number. The PIN security is designed for the instructor to mark and record
the student's effort on that quiz.")
(license license:lppl1.2+)))
(define-public texlive-eqell
(package
(name "texlive-eqell")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/eqell/" "tex/latex/eqell/")
(base32
"1x50b4yfph5707d9xw94fyjrhnih3rp31g4ay4mp7p7m6dgq2q32")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/eqell")
(synopsis "Sympathetically spaced ellipsis after punctuation")
(description
"The package provides commands that give a well-spaced ellipsis after
@samp{!}, @samp{?}, @samp{!?} or @samp{?!}.")
(license license:gpl3+)))
;;;
;;; 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