[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/93: gnu: Add texlive-autoaligne.
From: |
guix-commits |
Subject: |
04/93: gnu: Add texlive-autoaligne. |
Date: |
Thu, 20 Jul 2023 05:21:12 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 590ec4c616cd01e53cb14de1a15ccda7b1094466
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:43:14 2023 +0200
gnu: Add texlive-autoaligne.
* gnu/packages/tex.scm (texlive-autoaligne): 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 9024c5bfe3..fe37d93021 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1258,6 +1258,25 @@ on indirect resources, such as log file analysis. Arara
requires a Java
virtual machine.")
(license license:bsd-3)))
+(define-public texlive-autoaligne
+ (package
+ (name "texlive-autoaligne")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/autoaligne/"
+ "tex/generic/autoaligne/")
+ (base32
+ "138d030zgzpdwqxx55gjw35y0c3v794fpa3c6znc9kv1vj8cs9d3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/autoaligne")
+ (synopsis "Align terms and members in math expressions")
+ (description
+ "This package allows to align terms and members between lines containing
+math expressions.")
+ (license license:lppl1.3c)))
+
(define-public texlive-dosepsbin
(package
(name "texlive-dosepsbin")
- 05/93: gnu: Add texlive-barr., (continued)
- 05/93: gnu: Add texlive-barr., guix-commits, 2023/07/20
- 07/93: gnu: Add texlive-borceux., guix-commits, 2023/07/20
- 09/93: gnu: Add texlive-catcodes., guix-commits, 2023/07/20
- 10/93: gnu: Add texlive-chronosys., guix-commits, 2023/07/20
- 11/93: gnu: Add texlive-colorsep., guix-commits, 2023/07/20
- 18/93: gnu: Add texlive-dowith., guix-commits, 2023/07/20
- 16/93: gnu: Add texlive-dirtree., guix-commits, 2023/07/20
- 22/93: gnu: Add texlive-epsf-dvipdfmx., guix-commits, 2023/07/20
- 24/93: gnu: Add texlive-expkv-bundle., guix-commits, 2023/07/20
- 02/93: gnu: Add texlive-abstyles., guix-commits, 2023/07/20
- 04/93: gnu: Add texlive-autoaligne.,
guix-commits <=
- 06/93: gnu: Add texlive-bitelist., guix-commits, 2023/07/20
- 13/93: gnu: Add texlive-crossrefenum., guix-commits, 2023/07/20
- 17/93: gnu: Add texlive-docbytex., guix-commits, 2023/07/20
- 19/93: gnu: Add texlive-eijkhout., guix-commits, 2023/07/20
- 20/93: gnu: Add texlive-encxvlna., guix-commits, 2023/07/20
- 21/93: gnu: Add texlive-epigram., guix-commits, 2023/07/20
- 23/93: gnu: Add texlive-expex-acro., guix-commits, 2023/07/20
- 15/93: gnu: Add texlive-dinat., guix-commits, 2023/07/20
- 25/93: gnu: Add texlive-fenixpar., guix-commits, 2023/07/20
- 26/93: gnu: Add texlive-figflow., guix-commits, 2023/07/20