guix-commits
[Top][All Lists]
Advanced

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

75/296: gnu: Add texlive-geradwp.


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

ngz pushed a commit to branch master
in repository guix.

commit c44828801158c86235e3b6e17613af9a148c1977
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:41:05 2023 +0200

    gnu: Add texlive-geradwp.
    
    * gnu/packages/tex.scm (texlive-geradwp): 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 23e958c1c9..845ec62774 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -14548,6 +14548,27 @@ symbols to Knuth's @code{gen} font, and so avoiding 
loading two fonts when you
 need only genealogical symbols.  The font is distributed as Metafont source.")
     (license license:lppl)))
 
+(define-public texlive-geradwp
+  (package
+    (name "texlive-geradwp")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/geradwp/" "source/latex/geradwp/"
+                   "tex/latex/geradwp/")
+             (base32
+              "1g2kh2wdlf6y8wvs7r1zl2ws8ysrjzsk1k0032jci8ik9kx9wlg9")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/geradwp";)
+    (synopsis "Document class for the @emph{Cahiers du GERAD} series")
+    (description
+     "This package provides the @code{geradwp} class, a class based on
+@code{article} and compatible with LaTeX.  With this class, researchers at
+GERAD will be able to write their working paper while complying to all the
+presentation standards required by the @emph{Cahiers du GERAD} series.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-geschichtsfrkl
   (package
     (name "texlive-geschichtsfrkl")



reply via email to

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