mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: Add texlive-simpleoptics.
* gnu/packages/tex.scm (texlive-simpleoptics): New variable.
This commit is contained in:
parent
d187be2036
commit
42e6fbcfa7
1 changed files with 19 additions and 0 deletions
|
@ -3952,6 +3952,25 @@ (define-public texlive-simplenodes
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue