mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Add texlive-knowledge.
* gnu/packages/tex.scm (texlive-knowledge): New variable.
This commit is contained in:
parent
fd2e1278d9
commit
1d921f6d48
1 changed files with 22 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue