gnu: Add texlive-beuron.

* gnu/packages/tex.scm (texlive-beuron): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-21 11:03:57 +02:00
parent ca755ef5d8
commit b9357cff6c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4133,6 +4133,34 @@ (define-public texlive-betababel
transliteration.")
(license license:lppl)))
(define-public texlive-beuron
(package
(name "texlive-beuron")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/beuron/"
"fonts/map/dvips/beuron/"
"fonts/opentype/public/beuron/"
"fonts/source/public/beuron/"
"fonts/tfm/public/beuron/"
"fonts/type1/public/beuron/"
"tex/latex/beuron/")
(base32
"06hk60z0s2rdbj1iard10zxw7zvvm2xds755r4mqh0p70qhkpjzx")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(native-inputs (list texlive-metafont))
(home-page "https://ctan.org/pkg/beuron")
(synopsis "Script of the Beuronese art school")
(description
"This package provides the script used in the works of the Beuron art
school for use with TeX and LaTeX. It is a monumental script consisting of
capital letters only. The fonts are provided as Metafont sources, in the
Type1 and in the OpenType format. The package includes suitable font
selection commands for use with LaTeX.")
(license license:lppl1.3+)))
(define-public texlive-bib-fr
(package
(name "texlive-bib-fr")