[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")
- 19/93: gnu: Add texlive-eijkhout., (continued)
- 19/93: gnu: Add texlive-eijkhout., guix-commits, 2023/07/20
- 20/93: gnu: Add texlive-encxvlna., guix-commits, 2023/07/20
- 21/93: gnu: Add texlive-epigram., guix-commits, 2023/07/20
- 23/93: gnu: Add texlive-expex-acro., guix-commits, 2023/07/20
- 15/93: gnu: Add texlive-dinat., guix-commits, 2023/07/20
- 25/93: gnu: Add texlive-fenixpar., guix-commits, 2023/07/20
- 26/93: gnu: Add texlive-figflow., guix-commits, 2023/07/20
- 27/93: gnu: Add texlive-fixpdfmag., guix-commits, 2023/07/20
- 29/93: gnu: Add texlive-fntproof., guix-commits, 2023/07/20
- 30/93: gnu: Add texlive-font-change., guix-commits, 2023/07/20
- 32/93: gnu: Add texlive-getoptk.,
guix-commits <=
- 39/93: gnu: Add texlive-inputnormalization., guix-commits, 2023/07/20
- 12/93: gnu: Add texlive-compare., guix-commits, 2023/07/20
- 14/93: gnu: Add texlive-cweb-old., guix-commits, 2023/07/20
- 36/93: gnu: Add texlive-gtl., guix-commits, 2023/07/20
- 40/93: gnu: Add texlive-insbox., guix-commits, 2023/07/20
- 42/93: gnu: Add texlive-lambda-lists., guix-commits, 2023/07/20
- 45/93: gnu: Add texlive-letterspacing., guix-commits, 2023/07/20
- 48/93: gnu: Add texlive-midnight., guix-commits, 2023/07/20
- 57/93: gnu: Add texlive-pdf-trans., guix-commits, 2023/07/20
- 66/93: gnu: Add texlive-pwebmac., guix-commits, 2023/07/20