guix-commits
[Top][All Lists]
Advanced

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

446/452: gnu: Add texlive-ltxmisc.


From: guix-commits
Subject: 446/452: gnu: Add texlive-ltxmisc.
Date: Fri, 9 Jun 2023 13:44:28 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit b08baa7654aa0918e6e40e13e78cb95c19e21fc4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jun 9 09:13:51 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 55b2b4136a..0e9b13c393 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9047,6 +9047,32 @@ plain TeX.")
 
 (define-deprecated-package texlive-generic-ltxcmds texlive-ltxcmds)
 
+(define-public texlive-ltxmisc
+  (package
+    (name "texlive-ltxmisc")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "tex/latex/ltxmisc/")
+             (base32
+              "14llkpla8gpx7q6a53sd8a0a42wgk93fg4mbl6pc0v7v1kjblr5m")))
+    (build-system texlive-build-system)
+    (arguments
+     (list #:phases
+           #~(modify-phases %standard-phases
+               (add-after 'unpack 'delete-non-free-file
+                 ;; This file has a non-commercial license.
+                 (lambda _ (delete-file "tex/latex/ltxmisc/vrbexin.sty"))))))
+    (home-page "https://ctan.org/pkg/ltxmisc";)
+    (synopsis "Miscellaneous LaTeX packages")
+    (description
+     "This package provides miscellaneous LaTeX packages and classes.")
+    (license (list license:public-domain ;beletter.cls
+                   license:gpl2+         ;bibcheck.sty
+                   license:lppl          ;iagproc.cls
+                   (license:fsf-free "file:/linsys.sty")
+                   license:lppl1.0+)))) ;topcapt.sty
+
 (define-public texlive-pdfescape
   (package
     (name "texlive-pdfescape")



reply via email to

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