unofficial mirror of guix-patches@gnu.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 1/6] gnu: Add texlive-catchfile.
Date: Mon, 20 Feb 2023 12:36:21 -0500	[thread overview]
Message-ID: <DM5PR03MB3163D52FEF51BE042E6AC33FC5A49@DM5PR03MB3163.namprd03.prod.outlook.com> (raw)
In-Reply-To: <DM5PR03MB31631AF924530D504B2C5512C5A49@DM5PR03MB3163.namprd03.prod.outlook.com>

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

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index dafed9d3c3..96c07de51b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5304,6 +5304,23 @@ (define-public texlive-carlisle
 in LaTeX documents; a jiffy to create slashed characters for physicists.")
     (license license:lppl)))
 
+(define-public texlive-catchfile
+  (package
+    (inherit (simple-texlive-package
+              "texlive-catchfile"
+              (list "/doc/latex/catchfile/"
+                    "/source/latex/catchfile/"
+                    "/tex/generic/catchfile/")
+              (base32
+               "1dpxy64hs0bjp8d2dmikflc995vazf7fi6z92w51fnj2fidgl8gx")
+              #:trivial? #t))
+    (home-page "https://ctan.org/macros/latex/contrib/catchfile")
+    (synopsis "Catch an external file into a macro")
+    (description
+     "Catches the contents of a file and puts it in a macro.  It requires
+e-TeX.  Both LaTeX and plain TeX are supported.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-doi
   (package
     (inherit (simple-texlive-package
-- 
2.39.1





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

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-20 17:24 [bug#61659] [PATCH 0/6] gnu: Add texlive-minted Morgan.J.Smith
2023-02-20 17:36 ` Morgan.J.Smith [this message]
2023-02-20 18:00 ` Nicolas Goaziou
2023-02-20 21:10   ` Morgan Smith
2023-02-23 14:28     ` bug#61659: " Nicolas Goaziou
2023-02-20 21:04 ` [bug#61659] [PATCH v2 1/6] gnu: Add texlive-catchfile 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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=DM5PR03MB3163D52FEF51BE042E6AC33FC5A49@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).