[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
92/245: gnu: Add texlive-fouridx.
From: |
guix-commits |
Subject: |
92/245: gnu: Add texlive-fouridx. |
Date: |
Sun, 30 Jul 2023 13:46:43 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 3cf8b3b267b9900acdd974bc1ce65838700ebea5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:19:51 2023 +0200
gnu: Add texlive-fouridx.
* gnu/packages/tex.scm (texlive-fouridx): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b611a7aa4f..6791099063 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3696,6 +3696,28 @@ therefore, there are macros to emphasize or downplay
some parts of the
grammar (which is the main novelty compared to other BNF packages).")
(license license:lppl1.3+)))
+(define-public texlive-fouridx
+ (package
+ (name "texlive-fouridx")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/fouridx/" "source/latex/fouridx/"
+ "tex/latex/fouridx/")
+ (base32
+ "0mlinh47gcazi3icyvkixhdkwd1wkpffq8snabhh4bjsvh6m8sxz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/fouridx")
+ (synopsis "Left sub- and superscripts in maths mode")
+ (description
+ "The package enables left subscripts and superscripts in maths mode. The
+sub- and superscripts are raised for optimum fitting to the symbol indexed, in
+such a way that left and right sub- and superscripts are set on the same
+level, as appropriate. The package provides an alternative to the use of the
+@code{\\sideset} command in the @code{amsmath} package.")
+ (license license:lppl)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 68/245: gnu: Add texlive-dijkstra., (continued)
- 68/245: gnu: Add texlive-dijkstra., guix-commits, 2023/07/30
- 77/245: gnu: Add texlive-engtlc., guix-commits, 2023/07/30
- 83/245: gnu: Add texlive-euclideangeometry., guix-commits, 2023/07/30
- 85/245: gnu: Add texlive-extpfeil., guix-commits, 2023/07/30
- 86/245: gnu: Add texlive-faktor., guix-commits, 2023/07/30
- 87/245: gnu: Add texlive-fascicules., guix-commits, 2023/07/30
- 88/245: gnu: Add texlive-fixdif., guix-commits, 2023/07/30
- 91/245: gnu: Add texlive-formal-grammar., guix-commits, 2023/07/30
- 94/245: gnu: Add texlive-gastex., guix-commits, 2023/07/30
- 101/245: gnu: Add texlive-helmholtz-ellis-ji-notation., guix-commits, 2023/07/30
- 92/245: gnu: Add texlive-fouridx.,
guix-commits <=
- 93/245: gnu: Add texlive-functan., guix-commits, 2023/07/30
- 98/245: gnu: Add texlive-gotoh., guix-commits, 2023/07/30
- 96/245: gnu: Add texlive-ghsystem., guix-commits, 2023/07/30
- 97/245: gnu: Add texlive-glosmathtools., guix-commits, 2023/07/30
- 102/245: gnu: Add texlive-hep., guix-commits, 2023/07/30
- 111/245: gnu: Add texlive-ionumbers., guix-commits, 2023/07/30
- 109/245: gnu: Add texlive-includernw., guix-commits, 2023/07/30
- 105/245: gnu: Add texlive-hepparticles., guix-commits, 2023/07/30
- 114/245: gnu: Add texlive-jupynotex., guix-commits, 2023/07/30
- 38/245: gnu: Add texlive-chemexec., guix-commits, 2023/07/30