gnu: Add texlive-knowledge.

* gnu/packages/tex.scm (texlive-knowledge): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:53:37 +02:00
parent fd2e1278d9
commit 1d921f6d48
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -86383,6 +86383,28 @@ (define-public texlive-kix
addressing. (Royal Mail 4 State Code.)")
(license license:lppl1.0+)))
(define-public texlive-knowledge
(package
(name "texlive-knowledge")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/knowledge/"
"source/latex/knowledge/"
"tex/latex/knowledge/")
(base32
"04xf0vc987qhasyl40bjf5av01s84vf5y5h27bds89xj22i4g4in")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/knowledge")
(synopsis "Displaying, hyperlinking, and indexing notions in a document")
(description
"The package offers a systematic way to handle notions/concepts/terms
throughout a document. It helps building an index. In combination with
@code{hyperref} it makes it easy to have every reference of a concept linked
to its introduction. It also offers simple notations.")
(license license:lppl1.2+)))
;;;
;;; 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