[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/245: gnu: Add texlive-algxpar.
From: |
guix-commits |
Subject: |
09/245: gnu: Add texlive-algxpar. |
Date: |
Sun, 30 Jul 2023 13:46:23 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit a1535b8e4bc97f284aa58b75c07f84b2dd2a2369
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 13:01:06 2023 +0200
gnu: Add texlive-algxpar.
* gnu/packages/tex.scm (texlive-algxpar): 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 90e2b61393..8071402d7a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1385,6 +1385,25 @@ parts of the code for highlighting differences. This
package also has better
support for long code lines spanning several lines and improved comments.")
(license license:lppl1.3c)))
+(define-public texlive-algxpar
+ (package
+ (name "texlive-algxpar")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/algxpar/" "source/latex/algxpar/"
+ "tex/latex/algxpar/")
+ (base32
+ "1d4g8wl29k85x2liwab86fw1yvns68c4ms6v7mvviavcvml4d3mx")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/algxpar")
+ (synopsis "Support multiple lines pseudocode")
+ (description
+ "This package extends the package @code{algorithmicx} to support long
+text which spans over multiple lines.")
+ (license license:lppl1.3+)))
+
(define-public texlive-apnum
(package
(name "texlive-apnum")
- 30/245: gnu: Add texlive-calculation., (continued)
- 30/245: gnu: Add texlive-calculation., guix-commits, 2023/07/30
- 44/245: gnu: Add texlive-chemschemex., guix-commits, 2023/07/30
- 55/245: gnu: Add texlive-concrete., guix-commits, 2023/07/30
- 57/245: gnu: Add texlive-correctmathalign., guix-commits, 2023/07/30
- 59/245: gnu: Add texlive-csassignments., guix-commits, 2023/07/30
- 64/245: gnu: Add texlive-delimset., guix-commits, 2023/07/30
- 66/245: gnu: Add texlive-diffcoeff., guix-commits, 2023/07/30
- 71/245: gnu: Add texlive-dyntree., guix-commits, 2023/07/30
- 72/245: gnu: Add texlive-easing., guix-commits, 2023/07/30
- 02/245: gnu: Add texlive-accents., guix-commits, 2023/07/30
- 09/245: gnu: Add texlive-algxpar.,
guix-commits <=
- 11/245: gnu: Add texlive-amscdx., guix-commits, 2023/07/30
- 17/245: gnu: Add texlive-backnaur., guix-commits, 2023/07/30
- 22/245: gnu: Add texlive-bodeplot., guix-commits, 2023/07/30
- 36/245: gnu: Add texlive-chemcompounds., guix-commits, 2023/07/30
- 48/245: gnu: Add texlive-clrscode3e., guix-commits, 2023/07/30
- 45/245: gnu: Add texlive-chemsec., guix-commits, 2023/07/30
- 47/245: gnu: Add texlive-clrscode., guix-commits, 2023/07/30
- 52/245: gnu: Add texlive-complexity., guix-commits, 2023/07/30
- 49/245: gnu: Add texlive-codeanatomy., guix-commits, 2023/07/30
- 58/245: gnu: Add texlive-cryptocode., guix-commits, 2023/07/30