guix-commits
[Top][All Lists]
Advanced

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

02/163: gnu: Add texlive-aichej.


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

ngz pushed a commit to branch master
in repository guix.

commit 982e605d7080eda8de3dd06749e54939cbcf69c6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 18:22:30 2023 +0200

    gnu: Add texlive-aichej.
    
    * gnu/packages/tex.scm (texlive-aichej): 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 e989eaef0f..3348fbd4a5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1478,6 +1478,24 @@ a @file{.tfm} (TeX Font Metric) file.  It normally 
preserves kerns and
 ligatures, but also offers additional control over them.")
     (license license:gpl2)))
 
+(define-public texlive-aichej
+  (package
+    (name "texlive-aichej")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/aichej/")
+             (base32
+              "1pr92pq3yjsrbax6ah01cqg7131fp2rkqqjnxwcrm4119z2ic0gf")))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/aichej";)
+    (synopsis "Bibliography style file for the AIChE Journal")
+    (description
+     "The style was generated using custom-bib, and implements the style of
+the American Institute of Chemical Engineers Journal (or @code{AIChE} Journal
+or @code{AIChE} J or @code{AIChEJ).}")
+    (license license:lppl)))
+
 (define-public texlive-akshar
   (package
     (name "texlive-akshar")



reply via email to

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