guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#61659] [PATCH 5/6] gnu: Add texlive-fvextra.


From: Morgan . J . Smith
Subject: [bug#61659] [PATCH 5/6] gnu: Add texlive-fvextra.
Date: Mon, 20 Feb 2023 12:36:25 -0500

From: Morgan Smith <Morgan.J.Smith@outlook.com>

* gnu/packages/tex.scm (texlive-fvextra): New variable.
---
 gnu/packages/tex.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3d0d2e5db9..55f6952cc1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11170,6 +11170,24 @@ (define-public texlive-floatflt
 tables and figures to be set left/right or alternating on even/odd pages.")
     (license license:lppl1.3+)))
 
+(define-public texlive-fvextra
+  (package
+    (inherit (simple-texlive-package
+              "texlive-fvextra"
+              (list "/doc/latex/fvextra/"
+                    "/source/latex/fvextra/"
+                    "/tex/latex/fvextra/")
+              (base32
+               "0nawx1fh55yhqspy5jgss2qmwpqmikfrg7628smk931rph9nq0aa")
+              #:trivial? #t))
+    (home-page "https://ctan.org/macros/latex/contrib/fvextra";)
+    (synopsis "Extensions and patches for fancyvrb")
+    (description
+     "Provides several extensions to fancyvrb, including automatic line
+breaking and improved math mode.  It also patches some fancyvrb internals.
+Parts of fvextra were originally developed as part of pythontex and minted.")
+    (license license:lppl1.3+)))
+
 (define-public bibtool
   (package
     (name "bibtool")
-- 
2.39.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]