emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#57541: closed ([PATCH] gnu: Add texlive-latex-newfloat.)


From: GNU bug Tracking System
Subject: bug#57541: closed ([PATCH] gnu: Add texlive-latex-newfloat.)
Date: Fri, 02 Sep 2022 18:59:02 +0000

Your message dated Fri, 02 Sep 2022 19:57:02 +0100
with message-id <875yi561sr.fsf@cbaines.net>
and subject line Re: [bug#57541] [PATCH] gnu: Add texlive-latex-newfloat.
has caused the debbugs.gnu.org bug report #57541,
regarding [PATCH] gnu: Add texlive-latex-newfloat.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
57541: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57541
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add texlive-latex-newfloat. Date: Fri, 2 Sep 2022 09:51:22 +0200
From: Wiktor Żelazny <wzelazny@vurv.cz>

* gnu/packages/tex.scm (texlive-latex-newfloat): 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 1b3c086d54..4dd9082ed0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11555,3 +11555,20 @@ (define-public texlive-sourcecodepro
 Adobe in both Adobe Type 1 and OpenType formats, plus macros supporting the
 use of the fonts in LaTeX (Type 1) and XeLaTeX/LuaLaTeX (OTF).")
     (license (list license:lppl1.3+ license:silofl1.1))))
+
+(define-public texlive-latex-newfloat
+  (package
+    (inherit (simple-texlive-package
+              "texlive-latex-newfloat"
+              (list "doc/latex/newfloat/"
+                    "tex/latex/newfloat/")
+              (base32 "1047max3li9ni15njgsvc7qglakgrjy2l0s72imgzdmwgb2h8jyf")
+              #:trivial? #t))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/newfloat";)
+    (synopsis "Define new floating environments")
+    (description
+     "This package offers the command @code{\\DeclareFloatingEnvironment},
+which the user may use to define new floating environments which behave like
+the LaTeX standard foating environments @code{figure} and @code{table}.")
+    (license license:lppl)))

base-commit: bd638a8ad6140db87851a86faae89e736e148f3d
-- 
2.37.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#57541] [PATCH] gnu: Add texlive-latex-newfloat. Date: Fri, 02 Sep 2022 19:57:02 +0100 User-agent: mu4e 1.6.11; emacs 28.1
Wiktor Żelazny <wz@freeshell.de> writes:

> From: Wiktor Żelazny <wzelazny@vurv.cz>
>
> * gnu/packages/tex.scm (texlive-latex-newfloat): New variable.
> ---
>  gnu/packages/tex.scm | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)

Thanks Wiktor, I've moved this package futher up the file and pushed as
34766a6631c97af0f13af6c16e1c9d26780e5cb5.

For future reference, I'd avoid adding new packages to the bottom of
modules, because it often caused conflicts with other changes adding new
packages. For example, this patch conflicts with the other texlive
packages you've submitted, probably because you're adding the new
packages at the bottom of the file.

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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