[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
218/245: gnu: Add texlive-subtext.
From: |
guix-commits |
Subject: |
218/245: gnu: Add texlive-subtext. |
Date: |
Sun, 30 Jul 2023 13:47:17 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit c8228817fc763a6188e67b7ab70e86ca8260dde2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:52:26 2023 +0200
gnu: Add texlive-subtext.
* gnu/packages/tex.scm (texlive-subtext): 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 4f0c741561..fdd7951e25 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6498,6 +6498,25 @@ created.")
combinations of left and right sub- and superscripts.")
(license license:lppl)))
+(define-public texlive-subtext
+ (package
+ (name "texlive-subtext")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/subtext/" "tex/latex/subtext/")
+ (base32
+ "0wpb4087acwsgnsc1zw6ivqaqgdsq90zm63bgmrk77ban54qsqv0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/subtext")
+ (synopsis "Easy text-style subscripts in math mode")
+ (description
+ "This LaTeX package gives easy access to text-style subscripts in math
+mode by providing an optional argument to @samp{_}. This is implemented by
+using the @code{\\text@{@}} command from the @code{amstext} package.")
+ (license license:gpl3)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 162/245: gnu: Add texlive-oubraces., (continued)
- 162/245: gnu: Add texlive-oubraces., guix-commits, 2023/07/30
- 170/245: gnu: Add texlive-pinoutikz., guix-commits, 2023/07/30
- 175/245: gnu: Add texlive-proba., guix-commits, 2023/07/30
- 184/245: gnu: Add texlive-rec-thy., guix-commits, 2023/07/30
- 239/245: gnu: Add texlive-xymtex., guix-commits, 2023/07/30
- 221/245: gnu: Add texlive-sympytexpackage., guix-commits, 2023/07/30
- 195/245: gnu: Add texlive-sesamanuel., guix-commits, 2023/07/30
- 224/245: gnu: Add texlive-tablor., guix-commits, 2023/07/30
- 237/245: gnu: Add texlive-venn., guix-commits, 2023/07/30
- 187/245: gnu: Add texlive-revquantum., guix-commits, 2023/07/30
- 218/245: gnu: Add texlive-subtext.,
guix-commits <=
- 240/245: gnu: Add texlive-yhmath., guix-commits, 2023/07/30
- 226/245: gnu: Add texlive-tensor., guix-commits, 2023/07/30
- 243/245: gnu: Add texlive-ytableau., guix-commits, 2023/07/30
- 210/245: gnu: Add texlive-statistics., guix-commits, 2023/07/30
- 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