guix-commits
[Top][All Lists]
Advanced

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

63/243: gnu: Add texlive-tex-nutshell.


From: guix-commits
Subject: 63/243: gnu: Add texlive-tex-nutshell.
Date: Fri, 11 Aug 2023 08:45:40 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit c0fb7de8de7248e814ab6f1be6bfc13d49a155d5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:26:55 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index bc0c68b365..bf5927ca06 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25452,6 +25452,26 @@ integrating fonts, and explains how some of the most 
common font-related error
 messages occur.  Also, hints are given on how to address those.")
     (license license:lppl)))
 
+(define-public texlive-tex-nutshell
+  (package
+    (name "texlive-tex-nutshell")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/plain/tex-nutshell/")
+             (base32
+              "1pc9hx4fzk0k6lwab6galf7gxm55x4z250dymsmbz4fan76xk51x")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/tex-nutshell";)
+    (synopsis "Short document about TeX principles")
+    (description
+     "This document is meant for users who are looking for information about
+the basics of TeX.  Its main goal is its brevity.  The pure TeX features are
+described, no features provided by macro extensions.  Only the last section
+gives a summary of plain TeX macros.")
+    (license license:public-domain)))
+
 (define-public texlive-threeparttable
   (package
     (name "texlive-threeparttable")



reply via email to

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