guix-commits
[Top][All Lists]
Advanced

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

123/296: gnu: Add texlive-langsci.


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

ngz pushed a commit to branch master
in repository guix.

commit cddd9cf2ca811876aeae8ff5f39c44168979d24b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:11:09 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0124711f56..3175cbe4f1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -18547,6 +18547,27 @@ It provides a tabular-like input syntax and support 
for drawing bundles
 (implicants) around adjacent values.")
     (license license:lppl1.3c)))
 
+(define-public texlive-langsci
+  (package
+    (name "texlive-langsci")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/xelatex/langsci/"
+                   "tex/xelatex/langsci/")
+             (base32
+              "1kz8gf5w7xrgld5jpf1csdy334ng89hp5lbkgmgaal4m31svw03z")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/langsci";)
+    (synopsis "Typeset books for publication with Language Science Press")
+    (description
+     "This package allows you to typeset monographs and edited volumes for
+publication with @url{https://www.langsci-press.org, Language Science Press}.
+It includes all necessary files for title pages, frontmatter, main content,
+list of references and indexes.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-lato
   (package
     (name "texlive-lato")



reply via email to

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