summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <[email protected]>2023-07-30 16:26:26 +0200
committerNicolas Goaziou <[email protected]>2023-07-30 19:41:48 +0200
commit64cbb349a07eff8fd2b6ecf0421c147905da03ac (patch)
treea0f68e1450c20771927145bb6d86384f6e82f79a
parent3be8631c3e0e67f20dc5b72ed667f49f51f64695 (diff)
gnu: Add texlive-jupynotex.
* gnu/packages/tex.scm (texlive-jupynotex): New variable.
-rw-r--r--gnu/packages/tex.scm22
1 files changed, 22 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4682c71edd..98f0353835 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4207,6 +4207,28 @@ macros for mathematical notation which make the code more readable or allow
flexibility in typesetting material.")
(license license:lppl)))
+(define-public texlive-jupynotex
+ (package
+ (name "texlive-jupynotex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/jupynotex/"
+ "tex/latex/jupynotex/")
+ (base32
+ "1dfb20pv1ws89ckk80hnj57w64m4whmm8s66wh2lb9s3a2rd0brk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/jupynotex")
+ (synopsis "Include whole or partial Jupyter notebooks in LaTeX documents")
+ (description
+ "This package provides a Python script and a LaTeX @file{.sty} file which
+can be used together to include Jupyter Notebooks (all of them, or some
+specific cells) as part of a LaTeX document. It will convert the Jupyter
+Notebook format to proper LaTeX so it gets included seamlessly, supporting
+text, LaTeX, images, etc.")
+ (license license:asl2.0)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")