me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-grotesq.

* gnu/packages/tex.scm (texlive-grotesq): New variable.
Nicolas Goaziou 2023-08-21 12:23:44 +02:00
parent 1bef429b17
commit 7b0cadcbc6
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 24 additions and 0 deletions

View File

@ -13543,6 +13543,30 @@ representation of a score) into a GregorioTeX file, which makes TeX able to
create a PDF of your score.")
(license license:gpl3)))
(define-public texlive-grotesq
(package
(name "texlive-grotesq")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/grotesq/"
"fonts/afm/urw/grotesq/"
"fonts/map/dvips/grotesq/"
"fonts/tfm/urw/grotesq/"
"fonts/type1/urw/grotesq/"
"fonts/vf/urw/grotesq/"
"tex/latex/grotesq/")
(base32
"12q0n6z442j725drp3919k2qk7kg9fas4cqz415a8lj1nmvg60i4")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/urw-grotesq")
(synopsis "URW Grotesq font pack for LaTeX")
(description
"The directory contains a copy of the Type 1 font URW Grotesq 2031
Bold, with supporting files for use with (La)TeX.")
(license license:gpl3+)))
(define-public texlive-grundgesetze
(package
(name "texlive-grundgesetze")