ngz pushed a commit to branch master
in repository guix.
commit 46c88a7e0786b85326a9572af6f48e9e2273e5d4
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 12:15:09 2023 +0200
gnu: Add texlive-etbb.
* gnu/packages/tex.scm (texlive-etbb): New variable.
---
gnu/packages/tex.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2b2612eafc..2f6e299706 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11494,6 +11494,34 @@ arrows. The package consists of the relevant Metafont
code and a package to
use it.")
(license license:gpl3+)))
+(define-public texlive-etbb
+ (package
+ (name "texlive-etbb")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/etbb/"
+ "fonts/afm/public/etbb/"
+ "fonts/enc/dvips/etbb/"
+ "fonts/map/dvips/etbb/"
+ "fonts/opentype/public/etbb/"
+ "fonts/tfm/public/etbb/"
+ "fonts/type1/public/etbb/"
+ "fonts/vf/public/etbb/"
+ "tex/latex/etbb/")
+ (base32
+ "1mbzbcj0dl6wzl3x8rq9nxsjf8i240zcz3gahhpy273yj42n8313")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/etbb")
+ (synopsis "Expansion of Edward Tufte's ET-Bembo family")
+ (description
+ "The Bembo-like font family, ETbb, expands ET-Bembo features to include
+a full set of figure styles, small caps in all styles, superior letters and
+figures, inferior figures, a new capital Sharp @samp{S} with small caps
+version, along with macros to activate these features in LaTeX.")
+ (license (list license:expat license:lppl1.3+))))
+
(define-public texlive-euclideangeometry
(package
(name "texlive-euclideangeometry")