me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pst-solarsystem.

* gnu/packages/tex.scm (texlive-pst-solarsystem): New variable.
Nicolas Goaziou 2023-08-14 10:33:14 +02:00
parent d20f4970da
commit bae2e86b02
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 25 additions and 0 deletions

View File

@ -34004,6 +34004,31 @@ a three-dimensional appearance.
@end itemize") @end itemize")
(license license:lppl))) (license license:lppl)))
(define-public texlive-pst-solarsystem
(package
(name "texlive-pst-solarsystem")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/pst-solarsystem/"
"dvips/pst-solarsystem/"
"tex/generic/pst-solarsystem/"
"tex/latex/pst-solarsystem/")
(base32
"147mbrir52fl1ra3qqwlmmgk7789nrpr9hh015kc07mx10zfmc5x")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pst-solarsystem")
(synopsis "Plot the solar system for a specific date")
(description
"The package uses PSTricks to produce diagrams of the visible planets,
projected on the plane of the ecliptic. It is not possible to represent all
the planets in their real proportions, so only Mercury, Venus, Earth and Mars
have their orbits in correct proportions and their relative sizes are
observed. Saturn and Jupiter are in the right direction, but not in the
correct size.")
(license license:lppl)))
(define-public texlive-pst-text (define-public texlive-pst-text
(package (package
(name "texlive-pst-text") (name "texlive-pst-text")