me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-llncs.

* gnu/packages/tex.scm (texlive-llncs): New variable.
master
Nicolas Goaziou 2023-08-22 16:13:07 +02:00
parent acdb19ce21
commit b1b153569b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 23 additions and 0 deletions

View File

@ -19646,6 +19646,29 @@ texts, particularly @code{Missal} and @code{Breviary} texts. The package
assumes availability of Latin typesetting packages.")
(license license:lppl)))
(define-public texlive-llncs
(package
(name "texlive-llncs")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "bibtex/bst/llncs/" "doc/latex/llncs/"
"tex/latex/llncs/")
(base32
"0drz45rmjprwy2019nkd6l5kjpqshfajqhg0x6jf5y9w1zbs1qv5")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/llncs")
(synopsis
"Document class and bibliography style for @acronym{LNCS, Lecture Notes
in Computer Science}")
(description
"This is Springer's official macro package for typesetting contributions
to be published in Springer's @acronym{LNCS, Lecture Notes in Computer
Science} and its related proceedings series CCIS, LNBIP, LNICST, and IFIP
AICT.")
(license license:cc-by4.0)))
(define-public texlive-lobster2
(package
(name "texlive-lobster2")