[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#61659] [PATCH 6/6] gnu: Add texlive-minted.
From: |
Morgan . J . Smith |
Subject: |
[bug#61659] [PATCH 6/6] gnu: Add texlive-minted. |
Date: |
Mon, 20 Feb 2023 12:36:26 -0500 |
From: Morgan Smith <Morgan.J.Smith@outlook.com>
* gnu/packages/tex.scm (texlive-minted): New variable.
---
gnu/packages/tex.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 55f6952cc1..f63c5567fe 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10032,6 +10032,33 @@ (define-public texlive-microtype
the bundle.")
(license license:lppl1.3c))))
+(define-public texlive-minted
+ (package
+ (inherit (simple-texlive-package
+ "texlive-minted"
+ (list "/doc/latex/minted/"
+ "/source/latex/minted/"
+ "/tex/latex/minted/")
+ (base32
+ "08pbhp4a9k8v49kji26206zzabp0nn0fz403l4w7gxajw9rj8icr")
+ #:trivial? #t))
+ (propagated-inputs (list python-pygments
+ texlive-etoolbox
+ texlive-fvextra
+ texlive-generic-xstring
+ texlive-latex-fancyvrb
+ texlive-latex-float
+ texlive-latex-framed
+ texlive-latex-ifplatform
+ texlive-latex-newfloat
+ texlive-lineno))
+ (home-page "https://ctan.org/pkg/minted")
+ (synopsis "Highlighted source code for LaTeX")
+ (description "Facilitates expressive syntax highlighting in LaTeX using
+the Pygments library. The package also provides options to customize the
+highlighted source code output using fancyvrb and fvextra.")
+ (license license:lppl1.3+)))
+
(define-public texlive-caption
(let ((template (simple-texlive-package
"texlive-caption"
--
2.39.1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#61659] [PATCH 6/6] gnu: Add texlive-minted.,
Morgan . J . Smith <=