guix-commits
[Top][All Lists]
Advanced

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

121/163: gnu: Add texlive-iopart-num.


From: guix-commits
Subject: 121/163: gnu: Add texlive-iopart-num.
Date: Sat, 19 Aug 2023 14:39:51 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit ff52c37a6baf6678e2346082dc5b5eed20481af7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 12:19:25 2023 +0200

    gnu: Add texlive-iopart-num.
    
    * gnu/packages/tex.scm (texlive-iopart-num): 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 49035836f4..806d957f9f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10592,6 +10592,26 @@ Finally, an @emph{e} starts the exponent of the 
number.  For example,
 @samp{$21e6$} may be output as @samp{$26\\times10\\,^@{6@}$}.")
     (license license:gpl3+)))
 
+(define-public texlive-iopart-num
+  (package
+    (name "texlive-iopart-num")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/iopart-num/"
+                   "doc/bibtex/iopart-num/")
+             (base32
+              "1n30ncmg0djhpdfa9jl5mv188347xmqsv08vgf2v4ipx7czhjm7v")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/iopart-num";)
+    (synopsis "Numeric citation style for IOP journals")
+    (description
+     "This package provides a BibTeX style providing numeric citation in
+Harvard-like format.  Intended for use with Institute of Physics (IOP)
+journals, including @emph{Journal of Physics}.")
+    (license license:lppl)))
+
 (define-public texlive-ipaex
   (package
     (name "texlive-ipaex")



reply via email to

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