From 42e6fbcfa74f30abe31b19afa96c719831436675 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 13 Jul 2023 10:27:01 +0200 Subject: [PATCH] gnu: Add texlive-simpleoptics. * gnu/packages/tex.scm (texlive-simpleoptics): New variable. --- gnu/packages/tex.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 4e34b99ea2..ad89bb3381 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -3952,6 +3952,25 @@ are defined, loosely based on the nomenclature and color patterns of the popular Java script Bootstrap.") (license license:expat))) +(define-public texlive-simpleoptics + (package + (name "texlive-simpleoptics") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/simpleoptics/" + "tex/latex/simpleoptics/") + (base32 + "0hna56av80k1gc3fm2nbw2dy31sfdw7v14v8yppad4f2d12skpzd"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/simpleoptics") + (synopsis "Drawing lenses and mirrors for optical diagrams") + (description + "This package provides some of macros for drawing simple lenses and +mirrors for use in optical diagrams.") + (license license:lppl1.3c))) + (define-public texlive-amiri (package (name "texlive-amiri")