me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-calligra.

* gnu/packages/tex.scm (texlive-calligra): New variable.
Nicolas Goaziou 2023-08-21 11:51:12 +02:00
parent f23f9b7ea1
commit d9deffa79b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -6903,6 +6903,28 @@ at the side opposite to the equation numbers. Calculations are allowed inside
hints although numbering and commenting is then disabled.")
(license license:lppl1.3+)))
(define-public texlive-calligra
(package
(name "texlive-calligra")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/calligra/"
"fonts/source/public/calligra/"
"fonts/tfm/public/calligra/")
(base32
"1h9w2qifsd0sjr2czy6zbyvgvdl72nd1sn2hmxv0jsmbcjqak1ib")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(native-inputs (list texlive-metafont))
(home-page "https://ctan.org/pkg/calligra")
(synopsis "Calligraphic font")
(description
"This package provides a calligraphic font in the handwriting style.
The font is supplied as Metafont source. LaTeX support of the font is
provided in the @code{calligra} package in the @code{fundus} bundle.")
(license license:expat)))
(define-public texlive-cartonaugh
(package
(name "texlive-cartonaugh")