gnu: Add texlive-xpatch.
* gnu/packages/tex.scm (texlive-xpatch): New variable.
This commit is contained in:
parent
80867e6b5e
commit
a7288095b5
1 changed files with 16 additions and 0 deletions
|
@ -10931,3 +10931,19 @@ possible to register these float types with endfloat.")
|
||||||
@item upright Greek letters in maths
|
@item upright Greek letters in maths
|
||||||
@end itemize")
|
@end itemize")
|
||||||
(license license:lppl1.2+)))
|
(license license:lppl1.2+)))
|
||||||
|
|
||||||
|
(define-public texlive-xpatch
|
||||||
|
(package
|
||||||
|
(inherit (simple-texlive-package
|
||||||
|
"texlive-xpatch"
|
||||||
|
(list "doc/latex/xpatch/"
|
||||||
|
"source/latex/xpatch/"
|
||||||
|
"tex/latex/xpatch/")
|
||||||
|
(base32
|
||||||
|
"0r08hadnwx9vyppzmbn1bj69b12i5fw1mhk49piw2rqbk01722zk")
|
||||||
|
#:trivial? #t))
|
||||||
|
(home-page "https://www.ctan.org/pkg/xpatch")
|
||||||
|
(synopsis "Extending etoolbox patching commands")
|
||||||
|
(description "The package generalises the macro patching commands
|
||||||
|
provided by Philipp Lehmann’s etoolbox.")
|
||||||
|
(license license:lppl1.3c+)))
|
||||||
|
|
Reference in a new issue