mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: Add texlive-linguisticspro.
* gnu/packages/tex.scm (texlive-linguisticspro): New variable.
This commit is contained in:
parent
5f6355c27b
commit
48b4759511
1 changed files with 26 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue