gnu: texlive-pstricks: Refresh package definition.
* gnu/packages/tex.scm (texlive-pstricks): Remove SIMPLE-TEXLIVE-PACKAGE call. [propagated-inputs]: Add TEXLIVE-AMSFONTS, TEXLIVE-AMSMATH, TEXLIVE-BABEL, TEXLIVE-BERA, TEXLIVE-BIBLATEX, TEXLIVE-BOOKTABS, TEXLIVE-CAPTION, TEXLIVE-CHNGCNTR, TEXLIVE-ESO-PIC, TEXLIVE-FANCYVRB, TEXLIVE-FILECONTENTS, TEXLIVE-FOOTMISC, TEXLIVE-GRAPHICS, TEXLIVE-HYPERREF, TEXLIVE-IFPLATFORM, TEXLIVE-IFTEX, TEXLIVE-LISTINGS, TEXLIVE-MULTIDO, TEXLIVE-RAGGED2E, TEXLIVE-SETSPACE, TEXLIVE-SUBFIG, TEXLIVE-TOOLS, TEXLIVE-XCOLOR.
This commit is contained in:
parent
e92dc9384f
commit
9a33ab9fec
1 changed files with 48 additions and 26 deletions
|
@ -10464,32 +10464,54 @@ change.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-pstricks
|
(define-public texlive-pstricks
|
||||||
(let ((template (simple-texlive-package
|
(package
|
||||||
"texlive-pstricks"
|
(name "texlive-pstricks")
|
||||||
(list "/doc/generic/pstricks/"
|
(version (number->string %texlive-revision))
|
||||||
"/dvips/pstricks/"
|
(source (texlive-origin
|
||||||
"/tex/generic/pstricks/"
|
name version
|
||||||
"/tex/latex/pstricks/")
|
(list "doc/generic/pstricks/"
|
||||||
(base32
|
"dvips/pstricks/"
|
||||||
"15c9iqfq2y9c8c78cvqb6vzd5a5rm7qq5x7m05jq1hb8sgqrqb0j")
|
"tex/generic/pstricks/"
|
||||||
#:trivial? #t)))
|
"tex/latex/pstricks/")
|
||||||
(package
|
(base32
|
||||||
(inherit template)
|
"15c9iqfq2y9c8c78cvqb6vzd5a5rm7qq5x7m05jq1hb8sgqrqb0j")))
|
||||||
(arguments
|
(outputs '("out" "doc"))
|
||||||
(substitute-keyword-arguments (package-arguments template)
|
(build-system texlive-build-system)
|
||||||
((#:phases phases)
|
(propagated-inputs
|
||||||
`(modify-phases ,phases
|
(list texlive-amsfonts
|
||||||
(delete 'reset-gzip-timestamps)))))
|
texlive-amsmath
|
||||||
(home-page "http://www.ctan.org/pkg/pstricks")
|
texlive-babel
|
||||||
(synopsis "PostScript macros for TeX")
|
texlive-bera
|
||||||
(description "PSTricks offers an extensive collection of macros for
|
texlive-biblatex
|
||||||
generating PostScript that is usable with most TeX macro formats, including
|
texlive-booktabs
|
||||||
Plain TeX, LaTeX, AMS-TeX, and AMS-LaTeX. Included are macros for colour,
|
texlive-caption
|
||||||
graphics, pie charts, rotation, trees and overlays. It has many special
|
texlive-chngcntr
|
||||||
features, including a wide variety of graphics (picture drawing) macros, with
|
texlive-eso-pic
|
||||||
a flexible interface and with colour support. There are macros for colouring
|
texlive-fancyvrb
|
||||||
or shading the cells of tables.")
|
texlive-filecontents
|
||||||
(license license:lppl1.3+))))
|
texlive-footmisc
|
||||||
|
texlive-graphics
|
||||||
|
texlive-hyperref
|
||||||
|
texlive-ifplatform
|
||||||
|
texlive-iftex
|
||||||
|
texlive-listings
|
||||||
|
texlive-multido
|
||||||
|
texlive-ragged2e
|
||||||
|
texlive-setspace
|
||||||
|
texlive-subfig
|
||||||
|
texlive-tools
|
||||||
|
texlive-xcolor))
|
||||||
|
(home-page "http://www.ctan.org/pkg/pstricks")
|
||||||
|
(synopsis "PostScript macros for TeX")
|
||||||
|
(description
|
||||||
|
"PSTricks offers an extensive collection of macros for generating
|
||||||
|
PostScript that is usable with most TeX macro formats, including Plain TeX,
|
||||||
|
LaTeX, AMS-TeX, and AMS-LaTeX. Included are macros for colour, graphics, pie
|
||||||
|
charts, rotation, trees and overlays. It has many special features, including
|
||||||
|
a wide variety of graphics (picture drawing) macros, with a flexible interface
|
||||||
|
and with colour support. There are macros for colouring or shading the cells
|
||||||
|
of tables.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-pst-text
|
(define-public texlive-pst-text
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue