gnu: Add texlive-crumbs.

* gnu/packages/tex.scm (texlive-crumbs): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:58:46 +02:00
parent ecc3a3f1e4
commit 4522a22b62
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -92770,6 +92770,27 @@ (define-public texlive-ppr-prv
with Prosper, with two slides per page.")
(license license:lppl)))
(define-public texlive-crumbs
(package
(name "texlive-crumbs")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/crumbs/" "source/latex/crumbs/"
"tex/latex/crumbs/")
(base32
"12hyir8ia6ns2r3wf27vr58ymkgcvpsj2m3vzal815znimhk8ik2")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs (list texlive-catchfile texlive-etoolbox
texlive-xkeyval))
(home-page "https://ctan.org/pkg/crumbs")
(synopsis "Add a navigation path to the page header")
(description
"This package adds a navigation path, or breadcrumb trail, to the header of
a presentation, just like some websites do in order to simplify navigation.")
(license license:expat)))
;;;
;;; 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