[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/245: gnu: Add texlive-clrscode.
From: |
guix-commits |
Subject: |
47/245: gnu: Add texlive-clrscode. |
Date: |
Sun, 30 Jul 2023 13:46:35 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit a4d7679a5e8944f8de28965ef5ba0d617dcc3c62
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 15:37:15 2023 +0200
gnu: Add texlive-clrscode.
* gnu/packages/tex.scm (texlive-clrscode): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9968b8bd52..2c560234fa 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2505,6 +2505,27 @@ leading journals. It also provides some handy
chemistry-related macros.")
Interfaces for Plain TeX, ConTeXt and LaTeX are provided.")
(license license:lppl1.3+)))
+(define-public texlive-clrscode
+ (package
+ (name "texlive-clrscode")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/clrscode/" "tex/latex/clrscode/")
+ (base32
+ "1gl2ap3w7zanbrn1k2bcf3f75lfpakp5dd0w8m1jy46hyvha7jpd")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/clrscode")
+ (synopsis "Typesets pseudocode as in Introduction to Algorithms")
+ (description
+ "This package allows you to typeset pseudocode in the style of
+@emph{Introduction to Algorithms}, Second edition, by Cormen, Leiserson,
+Rivest, and Stein. The package was written by the authors. You use the
+commands the same way the package's author did when writing the book, and your
+output will look just like the pseudocode in the text.")
+ (license license:lppl)))
+
(define-public texlive-colorsep
(package
(name "texlive-colorsep")
- 71/245: gnu: Add texlive-dyntree., (continued)
- 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, 2023/07/30
- 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 <=
- 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
- 61/245: gnu: Add texlive-decision-table., guix-commits, 2023/07/30
- 54/245: gnu: Add texlive-concmath., guix-commits, 2023/07/30
- 60/245: gnu: Add texlive-cvss., guix-commits, 2023/07/30
- 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