me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-ocg-p.

* gnu/packages/tex.scm (texlive-ocg-p): New variable.
master
Nicolas Goaziou 2023-08-29 15:57:04 +02:00
parent d70d3d0fca
commit c5312f5138
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -90687,6 +90687,25 @@ Supported languages are English, French, German, Hungarian, Italian, and
Latin.")
(license license:lppl1.3+)))
(define-public texlive-ocg-p
(package
(name "texlive-ocg-p")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/ocg-p/" "tex/latex/ocg-p/")
(base32
"1fm3a0ipzqmk2wjc866b42imfkqc5a3zrfr6cs030m0j0g9dccjy")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ocg-p")
(synopsis "PDF OCG support in LaTeX")
(description
"The package provides OCG (Optional Content Groups) support within a PDF
document, replacing the @code{file.sty} distributed with Asymptote. Nested
OCGs are supported. The package may be used with pdfLaTeX and XeLaTeX.")
(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