ngz pushed a commit to branch master
in repository guix.
commit cb8616f87105ee5eaa07f9fa33e4d280f5c66807
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 13:01:32 2023 +0200
gnu: Add texlive-tapir.
* gnu/packages/tex.scm (texlive-tapir): 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 f273675355..0298f4b980 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -24433,6 +24433,29 @@ work with tangram puzzles:
@code{\\begin{EnvTangramTikz}} and
a predefined tangram.")
(license license:lppl1.3c)))
+(define-public texlive-tapir
+ (package
+ (name "texlive-tapir")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/tapir/"
+ "fonts/source/public/tapir/"
+ "fonts/type1/public/tapir/")
+ (base32
+ "1b1r2zg8m46zd2cb8l3vglncvixzhcfq75s0s86pyn9f88b17w57")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/tapir")
+ (synopsis "Simple geometrical font")
+ (description
+ "Tapir is a simple geometrical font mostly created of line and circular
+segments with constant thickness. The font is available as Metafont source
+and in Adobe Type 1 format. The character set contains all ASCII characters
+in the range 0-127 (as in @code{cmr10}), accented characters used in the
+Czech, Slovak and Polish languages.")
+ (license license:gpl3+)))
+
(define-public texlive-tdsfrmath
(package
(name "texlive-tdsfrmath")