[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
95/296: gnu: Add texlive-ieeeconf.
From: |
guix-commits |
Subject: |
95/296: gnu: Add texlive-ieeeconf. |
Date: |
Thu, 24 Aug 2023 05:20:16 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 97d9c9b71d5227d7e5152315014bd0d447e874bd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:48:50 2023 +0200
gnu: Add texlive-ieeeconf.
* gnu/packages/tex.scm (texlive-ieeeconf): 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 921fc2a62b..ed1e9fbcb8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -17217,6 +17217,26 @@ citation label suffixing.")
conference.")
(license license:lppl)))
+(define-public texlive-ieeeconf
+ (package
+ (name "texlive-ieeeconf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ieeeconf/"
+ "source/latex/ieeeconf/"
+ "tex/latex/ieeeconf/")
+ (base32
+ "1f7v199mc1dw2fhp30qdkx48dyzk5mqmbqr91c1jm235isgs4fam")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ieeeconf")
+ (synopsis "Macros for IEEE conference proceedings")
+ (description
+ "The IEEEconf class implements the formatting dictated by the IEEE
+Computer Society Press for conference proceedings.")
+ (license license:lppl)))
+
(define-public texlive-isomath
(package
(name "texlive-isomath")
- 75/296: gnu: Add texlive-geradwp., (continued)
- 75/296: gnu: Add texlive-geradwp., guix-commits, 2023/08/24
- 78/296: gnu: Add texlive-grant., guix-commits, 2023/08/24
- 74/296: gnu: Add texlive-gammas., guix-commits, 2023/08/24
- 77/296: gnu: Add texlive-gradstudentresume., guix-commits, 2023/08/24
- 79/296: gnu: Add texlive-gsemthesis., guix-commits, 2023/08/24
- 81/296: gnu: Add texlive-h2020proposal., guix-commits, 2023/08/24
- 82/296: gnu: Add texlive-hagenberg-thesis., guix-commits, 2023/08/24
- 84/296: gnu: Add texlive-hecthese., guix-commits, 2023/08/24
- 91/296: gnu: Add texlive-hobete., guix-commits, 2023/08/24
- 92/296: gnu: Add texlive-hu-berlin-bundle., guix-commits, 2023/08/24
- 95/296: gnu: Add texlive-ieeeconf.,
guix-commits <=
- 96/296: gnu: Add texlive-ieeepes., guix-commits, 2023/08/24
- 98/296: gnu: Add texlive-ijmart., guix-commits, 2023/08/24
- 109/296: gnu: Add texlive-jpsj., guix-commits, 2023/08/24
- 108/296: gnu: Add texlive-jourcl., guix-commits, 2023/08/24
- 71/296: gnu: Add texlive-fei., guix-commits, 2023/08/24
- 83/296: gnu: Add texlive-har2nat., guix-commits, 2023/08/24
- 105/296: gnu: Add texlive-jacow., guix-commits, 2023/08/24
- 112/296: gnu: Add texlive-projlib., guix-commits, 2023/08/24
- 101/296: gnu: Add texlive-imtekda., guix-commits, 2023/08/24
- 114/296: gnu: Add texlive-einfart., guix-commits, 2023/08/24