gnu: Add texlive-crumbs.
* gnu/packages/tex.scm (texlive-crumbs): New variable.
This commit is contained in:
parent
ecc3a3f1e4
commit
4522a22b62
1 changed files with 21 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue