guix-commits
[Top][All Lists]
Advanced

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

232/245: gnu: Add texlive-tiscreen.


From: guix-commits
Subject: 232/245: gnu: Add texlive-tiscreen.
Date: Sun, 30 Jul 2023 13:47:28 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 46431ff8dfc4c03f684fa8ece68aab8fbdd77115
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:58:57 2023 +0200

    gnu: Add texlive-tiscreen.
    
    * gnu/packages/tex.scm (texlive-tiscreen): 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 329bd83a3a..43915e030d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6787,6 +6787,24 @@ aesthetic features.  The standard macro 
@code{\\newtheorem} may be redefined
 to use the environment.")
     (license license:lppl)))
 
+(define-public texlive-tiscreen
+  (package
+    (name "texlive-tiscreen")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/tiscreen/" "tex/latex/tiscreen/")
+             (base32
+              "1nrwai8qg26412jm8v3vgy7m4qk2kq6asc33j5a76z2ixnnhjlps")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/tiscreen";)
+    (synopsis "Mimic the screen of older Texas Instruments calculators")
+    (description
+     "This package mimics the screen of older Texas Instruments dot matrix
+display calculators, specifically the TI-82 STATS.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-bibtex8
   (package
     (name "texlive-bibtex8")



reply via email to

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