me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-ellipsis.

* gnu/packages/tex.scm (texlive-ellipsis): New variable.
master
Nicolas Goaziou 2023-08-29 15:48:58 +02:00
parent 9bb49b419c
commit 6f7d0242f2
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -80272,6 +80272,28 @@ isotope number. Properties are defined for the elements up to the atomic
number 112.")
(license license:lppl1.3c)))
(define-public texlive-ellipsis
(package
(name "texlive-ellipsis")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/ellipsis/"
"source/latex/ellipsis/"
"tex/latex/ellipsis/")
(base32
"0saxqs2g911w7fqz8k1vs54wg61pjaqivryx9nvy5ik8p2pb30bs")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ellipsis")
(synopsis "Fix uneven spacing around ellipses in LaTeX text mode")
(description
"This is a simple package that fixes a problem in the way LaTeX handles
ellipses: it always puts a tiny bit more space after @code{\\dots} in text
mode than before it, which results in the ellipsis being off-center when used
between two words.")
(license license:lppl1.3c)))
;;;
;;; 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