ngz pushed a commit to branch master
in repository guix.
commit 48b4759511f0d15be4ce0e6ec3dd8c566a2baa80
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 12:39:46 2023 +0200
gnu: Add texlive-linguisticspro.
* gnu/packages/tex.scm (texlive-linguisticspro): New variable.
---
gnu/packages/tex.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 26b761486f..6a4fb3023b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -16788,6 +16788,32 @@ grammaticality judgments. The @code{ps-trees} package
provides linguistic
trees.")
(license license:lppl)))
+(define-public texlive-linguisticspro
+ (package
+ (name "texlive-linguisticspro")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/linguisticspro/"
+ "fonts/enc/dvips/linguisticspro/"
+ "fonts/map/dvips/linguisticspro/"
+ "fonts/opentype/public/linguisticspro/"
+ "fonts/tfm/public/linguisticspro/"
+ "fonts/type1/public/linguisticspro/"
+ "fonts/vf/public/linguisticspro/"
+ "tex/latex/linguisticspro/")
+ (base32
+ "0yyclkwsa4ibsdc60mw22f2skq2wify9ic4lzvkjsaigvq28zj3y")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/linguisticspro")
+ (synopsis "LinguisticsPro fonts with LaTeX support")
+ (description
+ "The package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
+the LinguisticsPro family of fonts. This family is derived from the Utopia
+Nova font family, by Andreas Nolda.")
+ (license (list license:lppl license:silofl1.1))))
+
(define-public texlive-listbib
(package
(name "texlive-listbib")