[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
193/245: gnu: Add texlive-sclang-prettifier.
From: |
guix-commits |
Subject: |
193/245: gnu: Add texlive-sclang-prettifier. |
Date: |
Sun, 30 Jul 2023 13:47:04 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 5ee3da33ce46b84ef1cfca0dabd6a98fa284e61c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:46:05 2023 +0200
gnu: Add texlive-sclang-prettifier.
* gnu/packages/tex.scm (texlive-sclang-prettifier): 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 82acee16e1..f25fe97770 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5971,6 +5971,27 @@ class which allows cutting and pasting most of an
article to a poster without
any editing (save reducing the size).")
(license license:lppl)))
+(define-public texlive-sclang-prettifier
+ (package
+ (name "texlive-sclang-prettifier")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/sclang-prettifier/"
+ "source/latex/sclang-prettifier/"
+ "tex/latex/sclang-prettifier/")
+ (base32
+ "0pjqhwnz7lihl4yqxr0xgfdxnsj2p7k10vj5y7smjyv0p93lqvaw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/sclang-prettifier")
+ (synopsis "Pretty-printing SuperCollider source code")
+ (description
+ "Built on top of the @code{listings} package, the package allows
+effortless pretty-printing of SuperCollider source code in documents typeset
+with LaTeX and friends.")
+ (license license:lppl1.3+)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 243/245: gnu: Add texlive-ytableau., (continued)
- 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, 2023/07/30
- 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 <=
- 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
- 113/245: gnu: Add texlive-jkmath., guix-commits, 2023/07/30
- 118/245: gnu: Add texlive-kvmap., guix-commits, 2023/07/30
- 115/245: gnu: Add texlive-karnaugh., guix-commits, 2023/07/30