me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-thumby.

* gnu/packages/tex.scm (texlive-thumby): New variable.
master
Nicolas Goaziou 2023-08-29 16:03:20 +02:00
parent 1b24f8a91d
commit 9ee703d892
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 23 additions and 0 deletions

View File

@ -98146,6 +98146,29 @@ reference guides, anthologies, etc.), where a quick and easy way to find (for
example) a chapter is needed.")
(license license:lppl1.3+)))
(define-public texlive-thumby
(package
(name "texlive-thumby")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/thumby/" "tex/latex/thumby/")
(base32
"138ddfn5ha4lbmf66snwvvrvjx0anfgcb9gpv2slbybm0lb9gb6k")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/thumby")
(synopsis "Create thumb indexes for printed books")
(description
"The package can generate thumb indexes for your document. It features
printing thumb indexes on one- or two-sided pages, along with background- and
foreground-color selection and full LaTeX styling of the chapter numbers in
the thumb indexes. The height of each thumb index is automatically chosen
based on the number of chapters in your document, while the width is chosen by
the user. The package is designed to work with the @code{memoir} class, and
also requires PerlTeX and TikZ.")
(license license:gpl3)))
;;;
;;; 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