me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-exp-testopt.

* gnu/packages/tex.scm (texlive-exp-testopt): New variable.
master
Nicolas Goaziou 2023-08-29 15:49:48 +02:00
parent b10c746652
commit 79501a6cf2
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 23 additions and 0 deletions

View File

@ -81480,6 +81480,29 @@ interface for configuring and customising the formatting, layout, and
representation of the exercise content.")
(license license:lppl1.3+)))
(define-public texlive-exp-testopt
(package
(name "texlive-exp-testopt")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/exp-testopt/"
"source/latex/exp-testopt/"
"tex/latex/exp-testopt/")
(base32
"0b28paxhpnl7s2yi6dlf81z2hpyg7hjd8ixs04wygk6q5ll4bcds")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/exp-testopt")
(synopsis "Expandable @code{\\@@testopt} (and related) macros")
(description
"The package provides an expandable variant of the LaTeX kernel command
@code{\\@@testopt}, named @code{\\@@expandable@@testopt}, and a more general
@code{\\@@expandable@@ifopt}, both intended for package writers. Also we have
a variant of @code{\\newcommand} which uses these macros to check for optional
arguments.")
(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