mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Add texlive-lni.
* gnu/packages/tex.scm (texlive-lni): New variable.
This commit is contained in:
parent
f2550ef26f
commit
31a23063d3
1 changed files with 20 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue