unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#62087] [PATCH]Add texlive-onedown
@ 2023-03-09 14:25 ABHINAV C YADAV
  2023-03-12 18:53 ` bug#62087: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: ABHINAV C YADAV @ 2023-03-09 14:25 UTC (permalink / raw)
  To: 62087


[-- 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#62087: [PATCH]Add texlive-onedown
  2023-03-09 14:25 [bug#62087] [PATCH]Add texlive-onedown ABHINAV C YADAV
@ 2023-03-12 18:53 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-03-12 18:53 UTC (permalink / raw)
  To: 62087-done

Hello,

ABHINAV C YADAV <acyadav805@gmail.com> writes:

> I made a patch to add texlive-onedown support to GUIX

Thank you.

However, I think this is a bogus patch.

Closing.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-12 18:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-09 14:25 [bug#62087] [PATCH]Add texlive-onedown ABHINAV C YADAV
2023-03-12 18:53 ` bug#62087: " Nicolas Goaziou

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).