all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Morgan.J.Smith@outlook.com
To: 61659@debbugs.gnu.org
Cc: Morgan Smith <Morgan.J.Smith@outlook.com>
Subject: [bug#61659] [PATCH 5/6] gnu: Add texlive-fvextra.
Date: Mon, 20 Feb 2023 12:36:25 -0500	[thread overview]
Message-ID: <DM5PR03MB3163877C9A5DA1B40D5B4A0BC5A49@DM5PR03MB3163.namprd03.prod.outlook.com> (raw)
In-Reply-To: <20230220173626.5988-1-Morgan.J.Smith@outlook.com>

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





  parent reply	other threads:[~2023-02-20 17:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230220173626.5988-1-Morgan.J.Smith@outlook.com>
2023-02-20 17:36 ` [bug#61659] [PATCH 2/6] gnu: texlive-latex-ifplatform: Add needed propagated-inputs Morgan.J.Smith
2023-02-20 17:36 ` [bug#61659] [PATCH 3/6] gnu: texlive-mdframed: " Morgan.J.Smith
2023-02-20 17:36 ` [bug#61659] [PATCH 4/6] gnu: texlive-latex-fancyvrb: " Morgan.J.Smith
2023-02-20 17:36 ` Morgan.J.Smith [this message]
2023-02-20 17:36 ` [bug#61659] [PATCH 6/6] gnu: Add texlive-minted Morgan.J.Smith

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DM5PR03MB3163877C9A5DA1B40D5B4A0BC5A49@DM5PR03MB3163.namprd03.prod.outlook.com \
    --to=morgan.j.smith@outlook.com \
    --cc=61659@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.