mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: Add texlive-xoptarg.
* gnu/packages/tex.scm (texlive-xoptarg): New variable.
This commit is contained in:
parent
adc8f7f7d1
commit
2520362d52
1 changed files with 19 additions and 0 deletions
|
@ -100357,6 +100357,25 @@ (define-public texlive-xnewcommand
|
|||
@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
|
||||
|
|
Loading…
Reference in a new issue