From 8a89898f6547c039795c97c25aa29a4000d5713d Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 21 Aug 2023 12:00:33 +0200 Subject: [PATCH] gnu: Add texlive-cryst. * gnu/packages/tex.scm (texlive-cryst): New variable. --- gnu/packages/tex.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index f3e5559d59..7b758dfb36 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -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")