gnu: Add texlive-ushort.
* gnu/packages/tex.scm (texlive-ushort): New variable.
This commit is contained in:
parent
e55ad00666
commit
270da62d2e
1 changed files with 20 additions and 0 deletions
|
@ -99082,6 +99082,26 @@ (define-public texlive-uri
|
|||
@code{\\uref}.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-ushort
|
||||
(package
|
||||
(name "texlive-ushort")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/ushort/" "source/latex/ushort/"
|
||||
"tex/latex/ushort/")
|
||||
(base32
|
||||
"16pkrlb1v67ydjis2w3gz20i9rkmjnaidh47sxwpn62gpjgy01gw")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/ushort")
|
||||
(synopsis "Shorter (and longer) underlines and underbars")
|
||||
(description
|
||||
"Some engineers need underlined or twice underlined variables for which the
|
||||
usual @code{\\underline} is too long. This package provides a generic command
|
||||
for creating underlines of various sizes and types.")
|
||||
(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