[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
206/245: gnu: Add texlive-spbmark.
From: |
guix-commits |
Subject: |
206/245: gnu: Add texlive-spbmark. |
Date: |
Sun, 30 Jul 2023 13:47:07 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 5ab8d54fbcf33e821bc72904a5f500230dd75c05
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:50:07 2023 +0200
gnu: Add texlive-spbmark.
* gnu/packages/tex.scm (texlive-spbmark): 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 5168d6b7c7..c6abbb96d0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6246,6 +6246,26 @@ People who have to typeset a large number of matrices
(like linear algebra
teachers) should find this package to be a real time saver.")
(license license:lppl1.3+)))
+(define-public texlive-spbmark
+ (package
+ (name "texlive-spbmark")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/spbmark/" "tex/latex/spbmark/")
+ (base32
+ "127z28ak94474jif94z0cgrm9ixjfa8lr9cx4i8ar8wksycadnms")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/spbmark")
+ (synopsis "Customize superscripts and subscripts")
+ (description
+ "This package provides three commands @code{\\super}, @code{\\sub} and
+@code{\\supersub} to improve the layout of superscripts and subscripts which
+can be adjusted with respect to relative position and format, and can be used
+in text and math mode.")
+ (license license:cc-by4.0)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 181/245: gnu: Add texlive-qsharp., (continued)
- 181/245: gnu: Add texlive-qsharp., guix-commits, 2023/07/30
- 225/245: gnu: Add texlive-tensind., guix-commits, 2023/07/30
- 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 <=
- 189/245: gnu: Add texlive-rmathbr., guix-commits, 2023/07/30
- 217/245: gnu: Add texlive-subsupscripts., guix-commits, 2023/07/30
- 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