mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: Add texlive-lewis.
* gnu/packages/tex.scm (texlive-lewis): New variable.
This commit is contained in:
parent
d8f17d70cc
commit
feff67a6cf
1 changed files with 18 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue