gnu: Add texlive-cryst.

* gnu/packages/tex.scm (texlive-cryst): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-21 12:00:33 +02:00
parent e4efbad05b
commit 8a89898f65
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9379,6 +9379,29 @@ (define-public texlive-cryptocode
game-based proofs or black-box reductions.")
(license license:lppl1.3+)))
(define-public texlive-cryst
(package
(name "texlive-cryst")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/cryst/" "fonts/afm/public/cryst/"
"fonts/source/public/cryst/"
"fonts/tfm/public/cryst/"
"fonts/type1/public/cryst/")
(base32
"05lbldwghpdrmw0ffncs86k5pn04zi0shkk40ycca3kb0h3fa3h8")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(native-inputs (list texlive-metafont))
(home-page "https://ctan.org/pkg/cryst")
(synopsis "Font for graphical symbols used in crystallography")
(description
"This package provides the Cryst font, which contains graphical symbols
used in crystallography. It provided as an Adobe Type 1 font, and as Metafont
source.")
(license license:lppl)))
(define-public texlive-csassignments
(package
(name "texlive-csassignments")