guix-commits
[Top][All Lists]
Advanced

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

156/296: gnu: Add texlive-nostarch.


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

ngz pushed a commit to branch master
in repository guix.

commit c25e7e514724cd880ee738fa987245acc192ff3a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:21:26 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2b158aa630..fb650af166 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -23283,6 +23283,29 @@ Nanjing University, saves the vector logos as TikZ 
pictures and provides
 a user-friendly interface to display them in documents and beamers.")
     (license license:lppl1.3c)))
 
+(define-public texlive-nostarch
+  (package
+    (name "texlive-nostarch")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bib/nostarch/" "doc/latex/nostarch/"
+                   "makeindex/nostarch/"
+                   "source/latex/nostarch/"
+                   "tex/latex/nostarch/")
+             (base32
+              "06r1nmwg59ai6v2f80ndkwrcz2ssp1g03g3k5mq0wyyzs1rg4m9q")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/nostarch";)
+    (synopsis "LaTeX class for No Starch Press")
+    (description
+     "The package provides the official LaTeX style for No Starch Press.
+Provided are a class, a package for interfacing to @code{hyperref} and an
+index style file.  The style serves both for printed and for electronic
+books.")
+    (license license:lppl)))
+
 (define-public texlive-nucleardata
   (package
     (name "texlive-nucleardata")



reply via email to

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