mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: Add texlive-latex-enotez.
* gnu/packages/tex.scm (texlive-latex-enotez): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
37e4015f46
commit
13f1584b2e
1 changed files with 16 additions and 0 deletions
|
@ -6709,6 +6709,22 @@ (define-public texlive-latex-eepic
|
|||
@code{\\special} commands.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-latex-enotez
|
||||
(package
|
||||
(inherit (simple-texlive-package
|
||||
"texlive-latex-enotez"
|
||||
(list "doc/latex/enotez/"
|
||||
"tex/latex/enotez/")
|
||||
(base32 "1s1wyq6m5932gpbpvvkiw857q94jn1rp7xy9y7hysz9aafjqjyk2")
|
||||
#:trivial? #t))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/enotez")
|
||||
(synopsis "Support for end-notes")
|
||||
(description
|
||||
"This package allows nested endnotes, supports @code{hyperref} and
|
||||
provides means for easy customization of the list of notes.")
|
||||
(license license:lppl1.3c+)))
|
||||
|
||||
(define-public texlive-enumitem
|
||||
(package
|
||||
(inherit
|
||||
|
|
Loading…
Reference in a new issue