mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 20:30:05 -05:00
gnu: Add texlive-swrule.
* gnu/packages/tex.scm (texlive-swrule): New variable.
This commit is contained in:
parent
b74161bc54
commit
0eaab89b0f
1 changed files with 22 additions and 0 deletions
|
@ -3676,6 +3676,28 @@ (define-public texlive-simplekv
|
||||||
"The package provides a simple key/value system for TeX and LaTeX.")
|
"The package provides a simple key/value system for TeX and LaTeX.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
|
(define-public texlive-swrule
|
||||||
|
(package
|
||||||
|
(name "texlive-swrule")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "tex/generic/swrule/")
|
||||||
|
(base32
|
||||||
|
"075mshpyi9gxbi3n0hbh3ygidzw1daxy697lhc7cc99i39y8scpi")))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/swrule")
|
||||||
|
(synopsis "Lines thicker in the middle than at the ends")
|
||||||
|
(description
|
||||||
|
"This package defines commands that create rules split into
|
||||||
|
a (specified) number of pieces, whose size varies to produce the
|
||||||
|
effect of a rule that swells in its centre.")
|
||||||
|
;; Library mentions: "The style package is copyrighted but may be used and
|
||||||
|
;; extended in any way, as long as a pointer to the original author is
|
||||||
|
;; maintained. The author is not liable for any problem that may or may
|
||||||
|
;; not result from using this package. Use at your own risk".
|
||||||
|
(license (license:fsf-free "file://tex/generic/swrule/swrule.sty"))))
|
||||||
|
|
||||||
(define-public texlive-tex
|
(define-public texlive-tex
|
||||||
(package
|
(package
|
||||||
(name "texlive-tex")
|
(name "texlive-tex")
|
||||||
|
|
Loading…
Reference in a new issue