mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: Add texlive-thumb.
* gnu/packages/tex.scm (texlive-thumb): New variable.
This commit is contained in:
parent
59b2ddfd49
commit
9a2e3a25e6
1 changed files with 18 additions and 0 deletions
|
@ -98103,6 +98103,24 @@ (define-public texlive-threadcol
|
||||||
through as if its contents were contiguous.")
|
through as if its contents were contiguous.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-thumb
|
||||||
|
(package
|
||||||
|
(name "texlive-thumb")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/thumb/" "source/latex/thumb/"
|
||||||
|
"tex/latex/thumb/")
|
||||||
|
(base32
|
||||||
|
"02va4kzc032vqlr8hv893s5280bzqmziqirg2y94rb1sjhkl98zg")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/thumb")
|
||||||
|
(synopsis "Thumb marks in documents")
|
||||||
|
(description
|
||||||
|
"This package places thumb marks in books, manuals and reference maunals.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; 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
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Reference in a new issue