guix-commits
[Top][All Lists]
Advanced

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

32/93: gnu: Add texlive-getoptk.


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

ngz pushed a commit to branch master
in repository guix.

commit fcc06aec35a081ee32e80a777b6f3bc9f90f4cc7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:51:38 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 71dfa0aed3..8a19c6d141 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2741,6 +2741,25 @@ EPS files and @command{psfrag} substitution definition 
files, and produces PDF
 and EPS files with the substitutions included.")
     (license license:gpl3+)))
 
+(define-public texlive-getoptk
+  (package
+    (name "texlive-getoptk")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/plain/getoptk/" "tex/plain/getoptk/")
+             (base32
+              "19ndqi977wk6f9ikcvbllcbxmmfzdanjfznzx6pkq41caf4mj91y")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/getoptk";)
+    (synopsis "Define macros with sophisticated options")
+    (description
+     "The package provides a means of defining macros whose options are taken
+from a dictionary, which includes options which themselves have arguments.
+The package was designed for use with Plain TeX.")
+    (license license:cecill-b)))
+
 (define-public texlive-tex
   (package
     (name "texlive-tex")



reply via email to

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