[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
194/245: gnu: Add texlive-scratchx.
From: |
guix-commits |
Subject: |
194/245: gnu: Add texlive-scratchx. |
Date: |
Sun, 30 Jul 2023 13:47:04 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 72d9dcaca20687476775fa103ebaacab963a55bd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:46:15 2023 +0200
gnu: Add texlive-scratchx.
* gnu/packages/tex.scm (texlive-scratchx): 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 f25fe97770..13fed981d1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5992,6 +5992,25 @@ effortless pretty-printing of SuperCollider source code
in documents typeset
with LaTeX and friends.")
(license license:lppl1.3+)))
+(define-public texlive-scratchx
+ (package
+ (name "texlive-scratchx")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/scratchx/" "tex/latex/scratchx/")
+ (base32
+ "1vy8599n8hxrvjc063p1dis0y7y221rlcwxxxryvibhz2kk7zwc2")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/scratchx")
+ (synopsis "Include Scratch programs in LaTeX documents")
+ (description
+ "This package can be used to include every kind of Scratch program in
+LaTeX documents. This may be particularly useful for Math Teachers and IT
+specialists.")
+ (license license:lppl1.3c)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 218/245: gnu: Add texlive-subtext., (continued)
- 218/245: gnu: Add texlive-subtext., guix-commits, 2023/07/30
- 240/245: gnu: Add texlive-yhmath., guix-commits, 2023/07/30
- 226/245: gnu: Add texlive-tensor., guix-commits, 2023/07/30
- 243/245: gnu: Add texlive-ytableau., guix-commits, 2023/07/30
- 210/245: gnu: Add texlive-statistics., guix-commits, 2023/07/30
- 181/245: gnu: Add texlive-qsharp., guix-commits, 2023/07/30
- 225/245: gnu: Add texlive-tensind., guix-commits, 2023/07/30
- 197/245: gnu: Add texlive-shuffle., guix-commits, 2023/07/30
- 230/245: gnu: Add texlive-thermodynamics., guix-commits, 2023/07/30
- 185/245: gnu: Add texlive-resolsysteme., guix-commits, 2023/07/30
- 194/245: gnu: Add texlive-scratchx.,
guix-commits <=
- 207/245: gnu: Add texlive-stanli., guix-commits, 2023/07/30
- 198/245: gnu: Add texlive-simplebnf., guix-commits, 2023/07/30
- 193/245: gnu: Add texlive-sclang-prettifier., guix-commits, 2023/07/30
- 188/245: gnu: Add texlive-ribbonproofs., guix-commits, 2023/07/30
- 206/245: gnu: Add texlive-spbmark., guix-commits, 2023/07/30
- 189/245: gnu: Add texlive-rmathbr., guix-commits, 2023/07/30
- 217/245: gnu: Add texlive-subsupscripts., guix-commits, 2023/07/30
- 205/245: gnu: Add texlive-spalign., guix-commits, 2023/07/30
- 119/245: gnu: Add texlive-letterswitharrows., guix-commits, 2023/07/30
- 122/245: gnu: Add texlive-longdivision., guix-commits, 2023/07/30