gnu: Add texlive-linguisticspro.

* gnu/packages/tex.scm (texlive-linguisticspro): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-21 12:39:46 +02:00
parent 5f6355c27b
commit 48b4759511
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16788,6 +16788,32 @@ (define-public texlive-linguex
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")