mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: Add texlive-pst-abspos.
* gnu/packages/tex.scm (texlive-pst-abspos): New variable.
This commit is contained in:
parent
5cfea75323
commit
77230646d9
1 changed files with 22 additions and 0 deletions
|
@ -32369,6 +32369,28 @@ (define-public texlive-pst-3dplot
|
||||||
TeX or LaTeX, without the need for external tools.")
|
TeX or LaTeX, without the need for external tools.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-pst-abspos
|
||||||
|
(package
|
||||||
|
(name "texlive-pst-abspos")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/generic/pst-abspos/"
|
||||||
|
"source/generic/pst-abspos/"
|
||||||
|
"tex/generic/pst-abspos/"
|
||||||
|
"tex/latex/pst-abspos/")
|
||||||
|
(base32
|
||||||
|
"12k786hfhp8vrq4a6a6caf6fi1p16hd79r3lf19d5vcyykppdcm8")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/pst-abspos")
|
||||||
|
(synopsis "Put objects at an absolute position")
|
||||||
|
(description
|
||||||
|
"This PSTricks package provides a command @code{\\pstPutAbs(x,y)} to put
|
||||||
|
an object at an arbitrary absolute (or even a relative) position on the
|
||||||
|
page.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-pst-text
|
(define-public texlive-pst-text
|
||||||
(package
|
(package
|
||||||
(name "texlive-pst-text")
|
(name "texlive-pst-text")
|
||||||
|
|
Loading…
Reference in a new issue