[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")
- branch master updated (18b6e309ce -> ad5e4fe54a), guix-commits, 2023/08/19
- 06/163: gnu: Add texlive-apalike2., guix-commits, 2023/08/19
- 01/163: gnu: Add texlive-aaai-named., guix-commits, 2023/08/19
- 05/163: gnu: Add texlive-apalike-ejor.,
guix-commits <=
- 07/163: gnu: Add texlive-archaeologie., guix-commits, 2023/08/19
- 09/163: gnu: Add texlive-beebe., guix-commits, 2023/08/19
- 10/163: gnu: Add texlive-besjournals., guix-commits, 2023/08/19
- 11/163: gnu: Add texlive-bestpapers., guix-commits, 2023/08/19
- 12/163: gnu: Add texlive-glossaries-extra., guix-commits, 2023/08/19
- 13/163: gnu: Add texlive-bib2gls., guix-commits, 2023/08/19
- 14/163: gnu: Add texlive-bibarts., guix-commits, 2023/08/19
- 17/163: gnu: Add texlive-bibexport., guix-commits, 2023/08/19
- 23/163: gnu: Add texlive-biblatex-archaeology., guix-commits, 2023/08/19
- 03/163: gnu: Add texlive-ajl., guix-commits, 2023/08/19