guix-commits
[Top][All Lists]
Advanced

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

130/296: gnu: Add texlive-lps.


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

ngz pushed a commit to branch master
in repository guix.

commit fc6c52c54f6e77f0ef792bb726102190662fbcb6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:13:48 2023 +0200

    gnu: Add texlive-lps.
    
    * gnu/packages/tex.scm (texlive-lps): 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 4fea3495f4..9e07c5f0df 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -19966,6 +19966,27 @@ from use of the package are in the format used in the 
textbook @emph{Language,
 Proof, and Logic} by Dave Barker-Plummer, Jon Barwise, and John Etchemendy.")
     (license license:lppl1.3+)))
 
+(define-public texlive-lps
+  (package
+    (name "texlive-lps")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/lps/" "source/latex/lps/"
+                   "tex/latex/lps/")
+             (base32
+              "11jd8k1w2mk0xmwaxb1ps8pabxlzvs24z5hl74dwcim2xad7ahvj")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/lps";)
+    (synopsis "Class for @emph{Logic and Philosophy of Science}")
+    (description
+     "The @emph{Logic and Philosophy of Science} journal is an online
+publication of the University of Trieste (Italy).  The class builds on the
+standard article class to offer a format that LaTeX authors may use when
+submitting to the journal.")
+    (license license:lppl)))
+
 (define-public texlive-lshort-bulgarian
   (package
     (name "texlive-lshort-bulgarian")



reply via email to

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