From 2520362d52e0887479574f473d691f2c6327cbb8 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 29 Aug 2023 16:05:19 +0200 Subject: gnu: Add texlive-xoptarg. * gnu/packages/tex.scm (texlive-xoptarg): New variable. --- gnu/packages/tex.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'gnu/packages/tex.scm') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index e5a2c3a20e..f0c9ad401a 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -100357,6 +100357,25 @@ definitions, X-column specifier, and with possible pagebreaks.") @code{\\newcommand}.") (license license:lppl))) +(define-public texlive-xoptarg + (package + (name "texlive-xoptarg") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/xoptarg/" "tex/latex/xoptarg/") + (base32 + "13fifaq7c64rpqaaqj9zlq280ckmzdlqrs4p1gzs1h269p9z8mbf"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/xoptarg") + (synopsis "Expandable macros that take an optional argument") + (description + "Commands that take an optional argument are not ordinarily expandable; this +package allows such commands to be expandable provided that they have at least +one mandatory argument.") + (license license:lppl))) + ;;; ;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; of a merge conflict, place them above by existing packages with similar -- cgit v1.2.3