[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
217/245: gnu: Add texlive-subsupscripts.
From: |
guix-commits |
Subject: |
217/245: gnu: Add texlive-subsupscripts. |
Date: |
Sun, 30 Jul 2023 13:47:16 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 9fc353989728cdb962e489987dc19d852494ea90
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:52:05 2023 +0200
gnu: Add texlive-subsupscripts.
* gnu/packages/tex.scm (texlive-subsupscripts): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f2aeb68e23..4f0c741561 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6479,6 +6479,25 @@ document; an index of the chemicals mentioned in the
document can be
created.")
(license license:lppl1.3+)))
+(define-public texlive-subsupscripts
+ (package
+ (name "texlive-subsupscripts")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/subsupscripts/"
+ "tex/latex/subsupscripts/")
+ (base32
+ "1f9yn6ic1yn4nl2s8ngbrrl1xflb4g2j0iw77563j5n7prgy1wrf")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/subsupscripts")
+ (synopsis "Range of sub- and superscript commands")
+ (description
+ "The package provides a comprehensive and flexible set of commands for
+combinations of left and right sub- and superscripts.")
+ (license license:lppl)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 197/245: gnu: Add texlive-shuffle., (continued)
- 197/245: gnu: Add texlive-shuffle., guix-commits, 2023/07/30
- 230/245: gnu: Add texlive-thermodynamics., guix-commits, 2023/07/30
- 185/245: gnu: Add texlive-resolsysteme., guix-commits, 2023/07/30
- 194/245: gnu: Add texlive-scratchx., guix-commits, 2023/07/30
- 207/245: gnu: Add texlive-stanli., guix-commits, 2023/07/30
- 198/245: gnu: Add texlive-simplebnf., guix-commits, 2023/07/30
- 193/245: gnu: Add texlive-sclang-prettifier., guix-commits, 2023/07/30
- 188/245: gnu: Add texlive-ribbonproofs., guix-commits, 2023/07/30
- 206/245: gnu: Add texlive-spbmark., guix-commits, 2023/07/30
- 189/245: gnu: Add texlive-rmathbr., guix-commits, 2023/07/30
- 217/245: gnu: Add texlive-subsupscripts.,
guix-commits <=
- 205/245: gnu: Add texlive-spalign., guix-commits, 2023/07/30
- 119/245: gnu: Add texlive-letterswitharrows., guix-commits, 2023/07/30
- 122/245: gnu: Add texlive-longdivision., guix-commits, 2023/07/30
- 113/245: gnu: Add texlive-jkmath., guix-commits, 2023/07/30
- 118/245: gnu: Add texlive-kvmap., guix-commits, 2023/07/30
- 115/245: gnu: Add texlive-karnaugh., guix-commits, 2023/07/30
- 103/245: gnu: Add texlive-hep-reference., guix-commits, 2023/07/30
- 123/245: gnu: Add texlive-lpform., guix-commits, 2023/07/30
- 130/245: gnu: Add texlive-mathpartir., guix-commits, 2023/07/30
- 138/245: gnu: Add texlive-memorygraphs., guix-commits, 2023/07/30