mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: Add texlive-tikz-planets.
* gnu/packages/tex.scm (texlive-tikz-planets): New variable.
This commit is contained in:
parent
85b52eff4a
commit
ec11ac0582
1 changed files with 20 additions and 0 deletions
|
@ -4734,6 +4734,26 @@ (define-public texlive-tikz-palattice
|
|||
injection/extraction or even a complete accelerator facility.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-tikz-planets
|
||||
(package
|
||||
(name "texlive-tikz-planets")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/tikz-planets/"
|
||||
"tex/latex/tikz-planets/")
|
||||
(base32
|
||||
"0sgdkcn0li4k48m0fvhdk6j1kjvh6kzgjbq2jjwnzrdxz97s7hig")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/tikz-planets")
|
||||
(synopsis "Illustrate celestial mechanics and the solar system")
|
||||
(description
|
||||
"This TikZ-package makes it easy to illustrate celestial mechanics and
|
||||
the solar system. You can use it to draw sketches of the eclipses, the phases
|
||||
of the Moon, etc.")
|
||||
(license license:cc-by-sa4.0)))
|
||||
|
||||
(define-public texlive-amiri
|
||||
(package
|
||||
(name "texlive-amiri")
|
||||
|
|
Loading…
Reference in a new issue