[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
179/245: gnu: Add texlive-pseudocode.
From: |
guix-commits |
Subject: |
179/245: gnu: Add texlive-pseudocode. |
Date: |
Sun, 30 Jul 2023 13:47:00 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 311676f83d04e2393a295e38d3a846497332370f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:42:44 2023 +0200
gnu: Add texlive-pseudocode.
* gnu/packages/tex.scm (texlive-pseudocode): 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 862ebf5ace..3d252b0754 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5668,6 +5668,25 @@ and highlighting, and there is functionality for
typesetting common syntactic
elements such as keywords, identifiers, and comments.")
(license license:expat)))
+(define-public texlive-pseudocode
+ (package
+ (name "texlive-pseudocode")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pseudocode/"
+ "tex/latex/pseudocode/")
+ (base32
+ "180m5yja3wkdnpfz0qx9m031qmhqyjjjgxynm3v4y8fz9jz7vidq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pseudocode")
+ (synopsis "LaTeX environment for specifying algorithms in a natural way")
+ (description
+ "This package provides the environment @code{pseudocode} for describing
+algorithms in a natural manner.")
+ (license license:lppl)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 241/245: gnu: Add texlive-youngtab., (continued)
- 241/245: gnu: Add texlive-youngtab., guix-commits, 2023/07/30
- 228/245: gnu: Add texlive-textgreek., guix-commits, 2023/07/30
- 236/245: gnu: Add texlive-unitsdef., guix-commits, 2023/07/30
- 186/245: gnu: Add texlive-rest-api., guix-commits, 2023/07/30
- 211/245: gnu: Add texlive-statistik., guix-commits, 2023/07/30
- 232/245: gnu: Add texlive-tiscreen., guix-commits, 2023/07/30
- 182/245: gnu: Add texlive-rank-2-roots., guix-commits, 2023/07/30
- 238/245: gnu: Add texlive-witharrows., guix-commits, 2023/07/30
- 214/245: gnu: Add texlive-structmech., guix-commits, 2023/07/30
- 219/245: gnu: Add texlive-susy., guix-commits, 2023/07/30
- 179/245: gnu: Add texlive-pseudocode.,
guix-commits <=
- 222/245: gnu: Add texlive-synproof., guix-commits, 2023/07/30
- 229/245: gnu: Add texlive-textopo., guix-commits, 2023/07/30
- 192/245: gnu: Add texlive-sciposter., guix-commits, 2023/07/30
- 212/245: gnu: Add texlive-statmath., guix-commits, 2023/07/30
- 213/245: gnu: Add texlive-steinmetz., guix-commits, 2023/07/30
- 231/245: gnu: Add texlive-thmbox., guix-commits, 2023/07/30
- 204/245: gnu: Add texlive-skmath., guix-commits, 2023/07/30
- 220/245: gnu: Add texlive-syllogism., guix-commits, 2023/07/30
- 223/245: gnu: Add texlive-t-angles., guix-commits, 2023/07/30
- 202/245: gnu: Add texlive-sistyle., guix-commits, 2023/07/30