mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: Add texlive-hindawi-latex-template.
* gnu/packages/tex.scm (texlive-hindawi-latex-template): New variable.
This commit is contained in:
parent
988f6c7059
commit
5075041c97
1 changed files with 19 additions and 0 deletions
|
@ -12018,6 +12018,25 @@ (define-public texlive-gtl
|
|||
to work with entire braced groups at a time.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-hindawi-latex-template
|
||||
(package
|
||||
(name "texlive-hindawi-latex-template")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/hindawi-latex-template/")
|
||||
(base32
|
||||
"0q35drybrlcfcrhrd5691m66nd17b0m6hkcsqazpb1ck227zih61")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/hindawi-latex-template")
|
||||
(synopsis "LaTeX template for authors of the Hindawi journals")
|
||||
(description
|
||||
"This package contains a LaTeX template for authors of the Hindawi journals.
|
||||
Authors can use this template for formatting their research articles for
|
||||
submissions.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-hlist
|
||||
(package
|
||||
(name "texlive-hlist")
|
||||
|
|
Loading…
Reference in a new issue