gnu: Add texlive-textopo.

* gnu/packages/tex.scm (texlive-textopo): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-30 16:58:22 +02:00
parent f261f23cf7
commit 24455759cd
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -6721,6 +6721,25 @@ that support calculational proofs and Dijkstra's guarded command language.")
symbols.")
(license license:lppl)))
(define-public texlive-textopo
(package
(name "texlive-textopo")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/textopo/" "source/latex/textopo/"
"tex/latex/textopo/")
(base32
"0rw41qg3l4jzvwsrhwazwxn85kgad8r7bxp9bfbq843b4zrlwnaz")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/textopo")
(synopsis "Annotated membrane protein topology plots")
(description
"This package provides a LaTeX package for setting shaded and annotated
membrane protein topology plots and helical wheels.")
(license license:gpl3+)))
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")