me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-fundus-calligra.

* gnu/packages/tex.scm (texlive-fundus-calligra): New variable.
master
Nicolas Goaziou 2023-08-29 15:51:04 +02:00
parent 42b16581b2
commit 280038a9eb
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -83185,6 +83185,26 @@ outside, which is the same as other programming languages such as Lua. In
this way, it is rather easy to debug code too.") this way, it is rather easy to debug code too.")
(license license:lppl1.3c))) (license license:lppl1.3c)))
(define-public texlive-fundus-calligra
(package
(name "texlive-fundus-calligra")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/fundus-calligra/"
"source/latex/fundus-calligra/"
"tex/latex/fundus-calligra/")
(base32
"1575ag7z1ydcpi8bpda5lhn4gil5vdcb442vn50acpdml9zdf1a7")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/fundus-calligra")
(synopsis "Support for the Calligra font in LaTeX documents")
(description
"The package offers support for the Calligra handwriting font, in LaTeX
documents. The package is part of the @code{fundus} bundle.")
(license license:lppl1.3c+)))
;;; ;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar ;;; of a merge conflict, place them above by existing packages with similar