guix-commits
[Top][All Lists]
Advanced

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

119/163: gnu: Add texlive-ijqc.


From: guix-commits
Subject: 119/163: gnu: Add texlive-ijqc.
Date: Sat, 19 Aug 2023 14:39:50 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 228c440b131b815b356747faa449103be048e17e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 12:18:45 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index aa27819983..7d6f97d13f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10347,6 +10347,24 @@ which are called indices locorum citatorum.  It relies 
on a specific
 files.")
     (license license:expat)))
 
+(define-public texlive-ijqc
+  (package
+    (name "texlive-ijqc")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/ijqc/" "doc/bibtex/ijqc/")
+             (base32
+              "18sqc8k21l15zlplpaimdcg8g75z3lrlc0qcb6wx838980gn961r")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/ijqc";)
+    (synopsis "BibTeX style file for the @emph{Intl. J. Quantum Chem}")
+    (description
+     "@file{ijqc.bst} is a BibTeX style file to support publication in Wiley's
+@emph{International Journal of Quantum Chemistry}.")
+    (license license:lppl)))
+
 (define-public texlive-impatient
   (package
     (name "texlive-impatient")



reply via email to

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