me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-beuron.

* gnu/packages/tex.scm (texlive-beuron): New variable.
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
1 changed files with 28 additions and 0 deletions

View File

@ -4133,6 +4133,34 @@ characters into your document using the commonly used Beta Code
transliteration.") transliteration.")
(license license:lppl))) (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 (define-public texlive-bib-fr
(package (package
(name "texlive-bib-fr") (name "texlive-bib-fr")