guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

102/296: gnu: Add texlive-inkpaper.


From: guix-commits
Subject: 102/296: gnu: Add texlive-inkpaper.
Date: Thu, 24 Aug 2023 05:20:18 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit e0f90bf9117c31037a0a58458f30112dbf78b285
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:50:18 2023 +0200

    gnu: Add texlive-inkpaper.
    
    * gnu/packages/tex.scm (texlive-inkpaper): New variable.
---
 gnu/packages/tex.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e94c675c86..a8cd3aae58 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -17363,6 +17363,24 @@ of Freiburg (Germany).  The class is based on the 
KOMA-Script class
 @code{scrbook}.")
     (license license:lppl)))
 
+(define-public texlive-inkpaper
+  (package
+    (name "texlive-inkpaper")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/inkpaper/" "tex/latex/inkpaper/")
+             (base32
+              "0yybzasv4708cw139k2dcqgi85lm6ard4ra9j78hrcdbnpnkqmw0")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/inkpaper";)
+    (synopsis "Mathematical paper template")
+    (description
+     "InkPaper is designed to write mathematical papers, especially designed
+for mathematics students, ZJGS students, and magazine editors.")
+    (license license:gpl3)))
+
 (define-public texlive-isomath
   (package
     (name "texlive-isomath")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]