gnu: Add texlive-lewis.

* gnu/packages/tex.scm (texlive-lewis): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:54:12 +02:00
parent d8f17d70cc
commit feff67a6cf
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -87112,6 +87112,24 @@ (define-public texlive-lettrine
capitals that have a regular shape (such as @samp{A} and @samp{V}).")
(license license:lppl1.3+)))
(define-public texlive-lewis
(package
(name "texlive-lewis")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/lewis/" "tex/latex/lewis/")
(base32
"13w585adasl0ss9mfvpnx8f55iy18748zv66x038nw2i25yrs0ly")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/lewis")
(synopsis "Draw Lewis structures")
(description
"The package provides rudimentary support for drawing Lewis Structures.
Support is limited to elements that support the octet rule.")
(license license:public-domain)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar