mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Add texlive-pspicture.
* gnu/packages/tex.scm (texlive-pspicture): New variable.
This commit is contained in:
parent
ba03db6809
commit
95c473ad8b
1 changed files with 21 additions and 0 deletions
|
@ -12154,6 +12154,27 @@ (define-public texlive-pslatex
|
|||
designed). As a result, @code{pslatex} is widely considered obsolete.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-pspicture
|
||||
(package
|
||||
(name "texlive-pspicture")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/pspicture/" "dvips/pspicture/"
|
||||
"source/latex/pspicture/"
|
||||
"tex/latex/pspicture/")
|
||||
(base32
|
||||
"06wlnwyn45873zghnbw16lzmfj98r9il218z84p1ixw6jwkwlkh8")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/pspicture")
|
||||
(synopsis "PostScript picture support")
|
||||
(description
|
||||
"This package provides a replacement for LaTeX's picture macros, that
|
||||
uses PostScript @code{\\special} commands. The package is now largely
|
||||
superseded by @code{pict2e}.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-datetime2
|
||||
(package
|
||||
(name "texlive-datetime2")
|
||||
|
|
Loading…
Reference in a new issue