unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: ABHINAV C YADAV <acyadav805@gmail.com>
To: 62087@debbugs.gnu.org
Subject: [bug#62087] [PATCH]Add texlive-onedown
Date: Thu, 9 Mar 2023 19:55:29 +0530	[thread overview]
Message-ID: <CACSMDjNDd=L_gLxBUaYyWVvcoubtXXMF_ThLYeoxu4Zco5=eKw@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 82 bytes --]

Hello,
I made a patch to add texlive-onedown support to GUIX

-- 
ABHINAV C YADAV

[-- Attachment #1.2: Type: text/html, Size: 317 bytes --]

[-- Attachment #2: 0001-Add-texlive-onedown.patch --]
[-- Type: text/x-patch, Size: 1752 bytes --]

From 7687c02ad5894e4e696a9ea5bd59e2797ad89321 Mon Sep 17 00:00:00 2001
From: abhi-abhinav <acyadav805@gmail.com>
Date: Thu, 9 Mar 2023 19:46:43 +0530
Subject: [PATCH] Add texlive-onedown

---
 gnu/packages/tex.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f178bafcc2..67a4297b13 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3454,6 +3454,7 @@ (define-public texlive-hyperref
              texlive-latex-refcount
              texlive-latex-rerunfilecheck
              texlive-url
+	     texlive-onedown
              texlive-cm
              texlive-latex-graphics     ;for keyval
              texlive-stringenc
@@ -3528,6 +3529,7 @@ (define-public texlive-latex-rerunfilecheck
 files have changed.  It is based on MD5 checksum, provided by pdfTeX.")
     (license license:lppl1.3c+)))
 
+
 (define-public texlive-latex-tools
   (package
     (name "texlive-latex-tools")
@@ -3566,6 +3568,24 @@ (define-public texlive-latex-tools
 xr, and xspace.")
     (license license:lppl1.3+)))
 
+(define-public texlive-onedown
+  (package
+    (name "texlive-onedown")
+    (version "2021")
+    (source (origin
+              (method url-fetch)
+              (uri (texlive-tlpdb-uri version))
+              (sha256 (texlive-tlpdb-sha256 version))))
+    (build-system texlive-build-system)
+    (synopsis "Move the current section down one level")
+    (description
+     "This package provides the command \\onecolumndown,
+which moves the current section down one level.")
+    (home-page "https://www.ctan.org/pkg/onedown")
+    (license license:lppl1.3)))
+
+
+
 (define-public texlive-url
   (package
     (inherit (simple-texlive-package
-- 
2.37.2


             reply	other threads:[~2023-03-09 20:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-09 14:25 ABHINAV C YADAV [this message]
2023-03-12 18:53 ` bug#62087: [PATCH]Add texlive-onedown Nicolas Goaziou

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='CACSMDjNDd=L_gLxBUaYyWVvcoubtXXMF_ThLYeoxu4Zco5=eKw@mail.gmail.com' \
    --to=acyadav805@gmail.com \
    --cc=62087@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).