guix-commits
[Top][All Lists]
Advanced

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

05/163: gnu: Add texlive-apalike-ejor.


From: guix-commits
Subject: 05/163: gnu: Add texlive-apalike-ejor.
Date: Sat, 19 Aug 2023 14:39:24 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit e6e5e6f4544dbb6b71575f92d4afeeff7d3c3c9f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 18:23:41 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index bf6a30385c..0e615921cf 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2087,6 +2087,27 @@ extra facilities (including Babel-like language 
switching, which eases porting
 of LaTeX documents to Lambda).")
     (license license:lppl)))
 
+(define-public texlive-apalike-ejor
+  (package
+    (name "texlive-apalike-ejor")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/apalike-ejor/"
+                   "doc/bibtex/apalike-ejor/")
+             (base32
+              "0qq7c81hqi46596zw322w1qd8z341zksi5720f9s75nj1hmjj12g")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/apalike-ejor";)
+    (synopsis
+     "BibTeX style file for the European Journal of Operational Research")
+    (description
+     "This package contains a BibTeX style file, @file{apalike-ejor.bst},
+made to follow the European Journal of Operational Research reference style
+guidelines.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-apnum
   (package
     (name "texlive-apnum")



reply via email to

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