mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: Add texlive-tocbibind.
* gnu/packages/tex.scm (texlive-tocbibind): New variable.
This commit is contained in:
parent
217922f8a5
commit
52ba95aa66
1 changed files with 20 additions and 0 deletions
|
@ -30038,6 +30038,26 @@ (define-public texlive-tlc-article
|
|||
documents.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public texlive-tocbibind
|
||||
(package
|
||||
(name "texlive-tocbibind")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/tocbibind/"
|
||||
"source/latex/tocbibind/"
|
||||
"tex/latex/tocbibind/")
|
||||
(base32
|
||||
"086yi3d11pj5cnf0jfsmyy495y6kcind88569mig2yvq2adjmq3b")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/tocbibind")
|
||||
(synopsis "Add bibliography/index/contents to table of contents")
|
||||
(description
|
||||
"This package automatically adds the bibliography and/or the index and/or
|
||||
the contents, etc., to the table of contents.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-topletter
|
||||
(package
|
||||
(name "texlive-topletter")
|
||||
|
|
Loading…
Reference in a new issue