ngz pushed a commit to branch master
in repository guix.
commit 24455759cdc7e03c655d13090b627eee489d4661
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Jul 30 16:58:22 2023 +0200
gnu: Add texlive-textopo.
* gnu/packages/tex.scm (texlive-textopo): 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 fea07d6636..e770d12a34 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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")