guix-commits
[Top][All Lists]
Advanced

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

175/296: gnu: Add texlive-resphilosophica.


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

ngz pushed a commit to branch master
in repository guix.

commit 61fac5426832cd5fd5801306c95ad6e349ec016a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:31:14 2023 +0200

    gnu: Add texlive-resphilosophica.
    
    * gnu/packages/tex.scm (texlive-resphilosophica): 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 c46c477deb..ea815c174b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -26131,6 +26131,27 @@ solution of a linear system;
 @end itemize")
     (license license:lppl1.3c)))
 
+(define-public texlive-resphilosophica
+  (package
+    (name "texlive-resphilosophica")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/resphilosophica/"
+                   "doc/latex/resphilosophica/"
+                   "source/latex/resphilosophica/"
+                   "tex/latex/resphilosophica/")
+             (base32
+              "12a0pnksxh3b0w9iwhly9sb8j6jhhmk9r1957mb7m01h435n9yb4")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/resphilosophica";)
+    (synopsis "Typeset articles for the journal @emph{Res Philosophica}")
+    (description
+     "The bundle provides a class for typesetting articles for the journal
+@emph{Res Philosophica}.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-rest-api
   (package
     (name "texlive-rest-api")



reply via email to

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