mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 04:14:06 -05:00
gnu: Add texlive-beuron.
* gnu/packages/tex.scm (texlive-beuron): New variable.
This commit is contained in:
parent
ca755ef5d8
commit
b9357cff6c
1 changed files with 28 additions and 0 deletions
|
@ -4133,6 +4133,34 @@ (define-public texlive-betababel
|
||||||
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")
|
||||||
|
|
Loading…
Reference in a new issue