mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add texlive-gmp.
* gnu/packages/tex.scm (texlive-gmp): New variable.
This commit is contained in:
parent
aff83a15a7
commit
5a05a146de
1 changed files with 21 additions and 0 deletions
|
@ -5363,6 +5363,27 @@ (define-public texlive-firstaid
|
|||
meant to be loaded during format generation and not by the user.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-gmp
|
||||
(package
|
||||
(name "texlive-gmp")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/gmp/" "source/latex/gmp/"
|
||||
"tex/latex/gmp/")
|
||||
(base32
|
||||
"1zvl80wjg4xsika0p0v6jskrwdpy3n7qbfvbg76qbzzpc03n6x6a")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/gmp")
|
||||
(synopsis "Enable integration between MetaPost pictures and LaTeX")
|
||||
(description
|
||||
"The package allows integration between MetaPost pictures and LaTeX.
|
||||
The main feature is that passing parameters to the MetaPost pictures is
|
||||
possible and the picture code can be put inside arguments to commands,
|
||||
including @code{\\newcommand}.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-ifplatform
|
||||
(package
|
||||
(name "texlive-ifplatform")
|
||||
|
|
Loading…
Reference in a new issue