me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-calrsfs.

* gnu/packages/tex.scm (texlive-calrsfs): New variable.
master
Nicolas Goaziou 2022-01-28 15:27:03 +01:00
parent 38313dd24c
commit a057d2acbf
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 13 additions and 0 deletions

View File

@ -5044,6 +5044,19 @@ both); or to remove surrounding spaces within a macro definition, or to define
space-stripped macros.")
(license license:lppl)))
(define-public texlive-calrsfs
(package
(inherit
(simple-texlive-package
"texlive-calrsfs"
(list "doc/latex/calrsfs/" "tex/latex/calrsfs/")
(base32 "0aqa0k0zzzicx5nynd29i9pdb7a4j6fvf1xwrbm4qg64pl55i6xa")
#:trivial? #t))
(home-page "https://ctan.org/macros/latex/contrib/calrsfs")
(synopsis "Copperplate calligraphic letters in LaTeX")
(description "This package provides a math interface to the Rsfs fonts.")
(license license:public-domain)))
(define-public texlive-capt-of
(let ((template
(simple-texlive-package