guix-commits
[Top][All Lists]
Advanced

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

52/296: gnu: Add texlive-dccpaper.


From: guix-commits
Subject: 52/296: gnu: Add texlive-dccpaper.
Date: Thu, 24 Aug 2023 05:19:56 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit db21e3f60a4a4341667845f711b437495dd11327
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:32:43 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1201f3aa28..50213d899e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10720,6 +10720,31 @@ German speaking TeX users group.  The font includes 
only the five characters
 provides an interface for LuaLaTeX, XeLaTeX, and pdfLaTeX.")
     (license license:lppl)))
 
+(define-public texlive-dccpaper
+  (package
+    (name "texlive-dccpaper")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/dccpaper/"
+                   "source/latex/dccpaper/"
+                   "tex/latex/dccpaper/")
+             (base32
+              "1hxn5lnxbcnwhyx9n275bml2bwy3gfkkkqg0s68skcxs843p55ad")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/dccpaper";)
+    (synopsis
+     "Typeset papers for the @emph{International Journal of Digital Curation}")
+    (description
+     "The LaTeX class @code{ijdc-v14} produces camera-ready papers and
+articles suitable for inclusion in the @emph{International Journal of Digital
+Curation}, with applicability from volume 14 onwards; a legacy class
+@code{ijdc-v9} is provided for papers and articles written for volumes 9-13.
+The similar @code{idcc} class can be used for submissions to the International
+Digital Curation Conference, beginning with the 2015 conference.")
+    (license (list license:lppl1.3c license:cc-by4.0))))
+
 (define-public texlive-decision-table
   (package
     (name "texlive-decision-table")



reply via email to

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