me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-hyperbar.

* gnu/packages/tex.scm (texlive-hyperbar): New variable.
master
Nicolas Goaziou 2023-08-29 15:52:45 +02:00
parent 5632ebcf83
commit 7f323ee8b6
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -85299,6 +85299,27 @@ enhanced back-referencing system.")
@command{xdvi}. The package is now largely superseded by @code{hyperref}.")
(license license:lppl)))
(define-public texlive-hyperbar
(package
(name "texlive-hyperbar")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/hyperbar/"
"source/latex/hyperbar/"
"tex/latex/hyperbar/")
(base32
"1v059dqmjfp0bv4b3w7bd99z7b5cip4zrr2qll4fw9fq4w36gxzy")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/hyperbar")
(synopsis "Add interactive barcode fields to PDF forms")
(description
"The package extends the hyperref functionality for creating interactive forms
to allow adding Barcode form fields supported by some modern PDF readers.
Currently, only pdfTeX is supported.")
(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