mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add texlive-tagpdf.
* gnu/packages/tex.scm (texlive-tagpdf): New variable.
This commit is contained in:
parent
65f881324e
commit
af876739b1
1 changed files with 24 additions and 0 deletions
|
@ -97366,6 +97366,30 @@ (define-public texlive-tagpair
|
|||
translations, and bibliographic attributions, respectively.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-tagpdf
|
||||
(package
|
||||
(name "texlive-tagpdf")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/tagpdf/" "source/latex/tagpdf/"
|
||||
"tex/latex/tagpdf/")
|
||||
(base32
|
||||
"1kw3i9ks2qh9y912vldj9nvlmmy77dwajcnl4yrh5ig5byhwwgnr")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/tagpdf")
|
||||
(synopsis
|
||||
"Tools for experimenting with tagging using pdfLaTeX and LuaLaTeX")
|
||||
(description
|
||||
"The package offers tools to experiment with tagging and accessibility using
|
||||
pdfLaTeX and LuaTeX. It isn't meant for production but allows the user to try
|
||||
out how difficult it is to tag some structures; to try out how much tagging is
|
||||
really needed; to test what else is needed so that a PDF works e.g., with
|
||||
a screen reader. Its goal is to get a feeling for what has to be done, which
|
||||
kernel changes are needed, how packages should be adapted.")
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue