gnu: Add texlive-lni.

* gnu/packages/tex.scm (texlive-lni): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-22 16:13:28 +02:00
parent f2550ef26f
commit 31a23063d3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -19691,6 +19691,26 @@ (define-public texlive-llncsconf
for Springer's LNCS series).")
(license license:lppl1.3c)))
(define-public texlive-lni
(package
(name "texlive-lni")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "bibtex/bst/lni/" "doc/latex/lni/"
"source/latex/lni/" "tex/latex/lni/")
(base32
"0d23j9yc9q45j9l9vzpndpgsvl5d76mkhmfjjjjrqmgmqmf3fzn0")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/lni")
(synopsis "Official class for the @emph{Lecture Notes in Informatics}")
(description
"This is the official version of the class @code{lni} for submissions to
the @emph{Lecture Notes in Informatics} published by the Gesellschaft fur
Informatik.")
(license license:lppl1.3c)))
(define-public texlive-lobster2
(package
(name "texlive-lobster2")