me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-ccfonts.

* gnu/packages/tex.scm (texlive-ccfonts): New variable.
Nicolas Goaziou 2023-07-30 13:10:26 +02:00
parent 7e335b9ad2
commit 850495cc2e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -2178,6 +2178,28 @@ macros can also be used in the @code{tikzpicture} environment to annotate or
modify a diagram.")
(license license:lppl1.3+)))
(define-public texlive-ccfonts
(package
(name "texlive-ccfonts")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/ccfonts/" "source/latex/ccfonts/"
"tex/latex/ccfonts/")
(base32
"1r319fv1n9fsnnycza4z1j23dp03fww98a03hmcapkyr9pp9lvv4")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments (list #:tex-format "latex"))
(home-page "https://ctan.org/pkg/ccfonts")
(synopsis "Support for Concrete text and math fonts in LaTeX")
(description
"This package provides LaTeX font definition files for the Concrete fonts
and a LaTeX package for typesetting documents using Concrete as the default
font family. The files support OT1, T1, TS1, and Concrete mathematics
including AMS fonts (Ulrik Vieth's @code{concmath}).")
(license license:lppl)))
(define-public texlive-chronosys
(package
(name "texlive-chronosys")