Archived
1
0
Fork 0

gnu: Add texlive-convbkmk.

* gnu/packages/tex.scm (texlive-convbkmk): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-16 11:44:36 +02:00
parent 1804a99d05
commit 5308f4139e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4206,6 +4206,27 @@ systems of continued equalities (or inequalities). Several variant layouts of
the equalities are provided, and the user may define their own.")
(license license:lppl1.3+)))
(define-public texlive-convbkmk
(package
(name "texlive-convbkmk")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/support/convbkmk/" "scripts/convbkmk/")
(base32
"0w4fm4az1smrw002sqjkiiz94x01z6jkrb0mf9wb8qxdwrxriql9")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments (list #:link-scripts #~(list "convbkmk.rb")))
(inputs (list ruby))
(home-page "https://ctan.org/pkg/convbkmk")
(synopsis
"Correct pLaTeX/upLaTeX bookmarks in PDF created with @code{hyperref}")
(description
"The package provides a small Ruby script that corrects bookmarks in PDF
files created by pLaTeX or upLaTeX, using @code{hyperref}.")
(license license:expat)))
(define-public texlive-correctmathalign
(package
(name "texlive-correctmathalign")