Archived
1
0
Fork 0

gnu: Add texlive-latex-doc-ptr.

* gnu/packages/tex.scm (texlive-latex-doc-ptr): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-04 12:15:26 +02:00
parent e65bd144c0
commit 5ee5523bd0
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -18322,6 +18322,25 @@ English and taken to LaTeX2e and Beamer. Additional material was taken from
the @emph{Short Introduction to LaTeX}.")
(license license:gpl3+)))
(define-public texlive-latex-doc-ptr
(package
(name "texlive-latex-doc-ptr")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/latex-doc-ptr/")
(base32
"0mamlfnxzi4lwh5cpss8zcfr64jdnf6vnj9fp48accrqdj2rpfs2")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/latex-doc-ptr")
(synopsis "Direction-finder for LaTeX resources available online")
(description
"This package provides a brief set of recommendations for users who need
online documentation of LaTeX. The document supports the need for
documentation of LaTeX itself, in distributions.")
(license license:public-domain)))
(define-public texlive-oberdiek
(package
(name "texlive-oberdiek")