guix-commits
[Top][All Lists]
Advanced

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

23/296: gnu: Add texlive-asmejour.


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

ngz pushed a commit to branch master
in repository guix.

commit 31e1cf45f282fff2523c13337a0c362c9a65d8dd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:20:58 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e15d299229..26171c2986 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3619,6 +3619,30 @@ part of this distribution.  The code is compatible with 
pdfLaTeX or LuaLaTeX.
 This LaTeX template is not a publication of ASME.")
     (license license:expat)))
 
+(define-public texlive-asmejour
+  (package
+    (name "texlive-asmejour")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/asmejour/" "doc/latex/asmejour/"
+                   "tex/latex/asmejour/")
+             (base32
+              "09zncjbvdrqkr8g131mx0m73km4d270sn9782knl5qj6gxh98940")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/asmejour";)
+    (synopsis "Template for ASME journal papers")
+    (description
+     "The @code{asmejour} class provides a template to format preprints
+submitted to ASME journals.  The layout and reference formats closely follow
+the style that is currently being used for published papers.  The class is
+intended to be used with the @file{asmejour.bst} BibTeX style, which is part
+of this distribution. The class is compatible with pdfLaTeX or LuaLaTeX.
+
+This package is not a publication of ASME.")
+    (license license:expat)))
+
 (define-public texlive-aspectratio
   (package
     (name "texlive-aspectratio")



reply via email to

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