guix-commits
[Top][All Lists]
Advanced

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

61/93: gnu: Add texlive-plainpkg.


From: guix-commits
Subject: 61/93: gnu: Add texlive-plainpkg.
Date: Thu, 20 Jul 2023 05:21:41 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 3587bfb46ec3c08fe4b2d0fd2ea240d872bea239
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 11:00:32 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a83d214695..2ac12a66ea 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3394,6 +3394,29 @@ their appropriate section, but to prevent them from 
intruding into the
 following section, even when sections do not normally begin a new page.")
     (license license:public-domain)))
 
+(define-public texlive-plainpkg
+  (package
+    (name "texlive-plainpkg")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/plainpkg/"
+                   "source/generic/plainpkg/"
+                   "tex/generic/plainpkg/")
+             (base32
+              "10p796lms7rzwqgjf60nqm8x79hiz1cwiq1j8acjg1a6lnvadbq0")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/plainpkg";)
+    (synopsis "Minimal method for making generic packages")
+    (description
+     "The package provides a minimal method for making generic (i.e.,
+TeX-format-independent) packaged, combining maybeload functionality, fallback
+definitions for LaTeX @code{\\ProvidesPackage} and @code{\\RequirePackage}
+functionality, and handling of arbitrary (multiple) private letters (analagous
+LaTeX packages use of @samp{@@@@}) in nested package files.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-tex
   (package
     (name "texlive-tex")



reply via email to

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