me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-bxeepic.

* gnu/packages/tex.scm (texlive-bxeepic): New variable.
Nicolas Goaziou 2023-07-12 21:55:22 +02:00
parent 3d760665ff
commit 067da83bcd
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 17 additions and 0 deletions

View File

@ -16399,6 +16399,23 @@ group, and there are many options for styling the strands and for drawing
floors.") floors.")
(license license:lppl1.3c))) (license license:lppl1.3c)))
(define-public texlive-bxeepic
(package
(name "texlive-bxeepic")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/bxeepic/" "tex/latex/bxeepic/")
(base32
"1zxmysbnv4s47qx0yajr9h62x8azjh660811yd4qcv0ih9mcdyy7")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/bxeepic")
(synopsis "Eepic facilities using @code{pict2e}")
(description
"The package provides an Eepic driver to use @code{pict2e} facilities.")
(license license:expat)))
(define-public texlive-gates (define-public texlive-gates
(package (package
(name "texlive-gates") (name "texlive-gates")