ngz pushed a commit to branch master
in repository guix.
commit 21497e6133c8b76baefe1dfc69bd8fccb8036fc6
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 10:53:33 2023 +0200
gnu: Add texlive-astro.
* gnu/packages/tex.scm (texlive-astro): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a30731620f..ba9149f76c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3192,6 +3192,29 @@ and engineers. Note that the package supersedes the
package @code{ar}.")
brackets and marked with an asterisk.")
(license license:expat)))
+(define-public texlive-astro
+ (package
+ (name "texlive-astro")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/astro/"
+ "fonts/source/public/astro/"
+ "fonts/tfm/public/astro/")
+ (base32
+ "1pdmn93wiarwplha6r59ap9nvhdm9ir4aa4az93w3b189g316g2c")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/astro")
+ (synopsis "Astronomical (planetary) symbols")
+ (description
+ "Astrosym is a font containing astronomical symbols, including those used
+for the planets, four planetoids, the phases of the moon, the signs of the
+zodiac, and some additional symbols. The font is distributed as Metafont
+source.")
+ (license license:lppl)))
+
(define-public texlive-asymptote-by-example-zh-cn
(package
(name "texlive-asymptote-by-example-zh-cn")