guix-commits
[Top][All Lists]
Advanced

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

146/296: gnu: Add texlive-nature.


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

ngz pushed a commit to branch master
in repository guix.

commit 7a160cdacb92654cfbbdac59af064089650f7fd0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:19:18 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a8ce92f95d..8aee07a4ad 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -22624,6 +22624,26 @@ adapt their size to the material enclosed, rendering 
@code{\\left} and
 @code{\\right} almost obsolete.")
     (license license:gpl3+)))
 
+(define-public texlive-nature
+  (package
+    (name "texlive-nature")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/nature/" "doc/latex/nature/"
+                   "tex/latex/nature/")
+             (base32
+              "04jxf6i83qnhy6i3rpqzm4nzqvc7r56ygx37741ii8yckz58xiah")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/nature";)
+    (synopsis "Prepare papers for the journal @emph{Nature}")
+    (description
+     "@emph{Nature} does not accept papers in LaTeX, but it does accept PDF.
+This class and BibTeX style provide what seems to be necessary to produce
+papers in a format acceptable to the publisher.")
+    (license license:lppl)))
+
 (define-public texlive-nchairx
   (package
     (name "texlive-nchairx")



reply via email to

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