gnu: Add texlive-underlin.
* gnu/packages/tex.scm (texlive-underlin): New variable.
This commit is contained in:
parent
82b100543e
commit
ecffb7d59d
1 changed files with 20 additions and 0 deletions
|
@ -98883,6 +98883,26 @@ (define-public texlive-umoline
|
|||
arguments.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-underlin
|
||||
(package
|
||||
(name "texlive-underlin")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/underlin/"
|
||||
"source/latex/underlin/"
|
||||
"tex/latex/underlin/")
|
||||
(base32
|
||||
"0537jv5m1xbib1db64skxs46qfjj7x00l89xn0rjr9w2mxksii5g")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/underlin")
|
||||
(synopsis "Underlined running heads")
|
||||
(description
|
||||
"This package defines two pagestyles that provide underlined page heads in
|
||||
LaTeX.")
|
||||
(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