[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
129/296: gnu: Add texlive-lni.
From: |
guix-commits |
Subject: |
129/296: gnu: Add texlive-lni. |
Date: |
Thu, 24 Aug 2023 05:20:27 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 31a23063d3093116e9ccce0d37ba091054ca3d30
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:13:28 2023 +0200
gnu: Add texlive-lni.
* gnu/packages/tex.scm (texlive-lni): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e148343233..4fea3495f4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -19691,6 +19691,26 @@ version hosted by Springer (as requested by the
copyright transfer agreement
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")
- 141/296: gnu: Add texlive-mugsthesis., (continued)
- 141/296: gnu: Add texlive-mugsthesis., guix-commits, 2023/08/24
- 143/296: gnu: Add texlive-musuos., guix-commits, 2023/08/24
- 146/296: gnu: Add texlive-nature., guix-commits, 2023/08/24
- 153/296: gnu: Add texlive-njustthesis., guix-commits, 2023/08/24
- 154/296: gnu: Add texlive-njuthesis., guix-commits, 2023/08/24
- 100/296: gnu: Add texlive-imac., guix-commits, 2023/08/24
- 110/296: gnu: Add texlive-crefthe., guix-commits, 2023/08/24
- 106/296: gnu: Add texlive-jmlr., guix-commits, 2023/08/24
- 111/296: gnu: Add texlive-create-theorem., guix-commits, 2023/08/24
- 123/296: gnu: Add texlive-langsci., guix-commits, 2023/08/24
- 129/296: gnu: Add texlive-lni.,
guix-commits <=
- 135/296: gnu: Add texlive-mlacls., guix-commits, 2023/08/24
- 142/296: gnu: Add texlive-muling., guix-commits, 2023/08/24
- 86/296: gnu: Add texlive-hfutexam., guix-commits, 2023/08/24
- 151/296: gnu: Add texlive-nih., guix-commits, 2023/08/24
- 152/296: gnu: Add texlive-nihbiosketch., guix-commits, 2023/08/24
- 147/296: gnu: Add texlive-navydocs., guix-commits, 2023/08/24
- 99/296: gnu: Add texlive-ijsra., guix-commits, 2023/08/24
- 186/296: gnu: Add texlive-scripture., guix-commits, 2023/08/24
- 185/296: gnu: Add texlive-scientific-thesis-cover., guix-commits, 2023/08/24
- 184/296: gnu: Add texlive-schule., guix-commits, 2023/08/24