guix-commits
[Top][All Lists]
Advanced

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

100/296: gnu: Add texlive-imac.


From: guix-commits
Subject: 100/296: gnu: Add texlive-imac.
Date: Thu, 24 Aug 2023 05:20:18 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 89c82d71fa9a0a4124ea0162b7f866599618cec2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:49:56 2023 +0200

    gnu: Add texlive-imac.
    
    * gnu/packages/tex.scm (texlive-imac): 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 52c28850d3..74af434354 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -17322,6 +17322,26 @@ in Archaeology")
 International Journal of Student Research in Archaeology.")
     (license license:lppl1.3+)))
 
+(define-public texlive-imac
+  (package
+    (name "texlive-imac")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/imac/" "doc/latex/imac/"
+                   "tex/latex/imac/")
+             (base32
+              "06sc9irv318fc5zgngwrcdwx84pnhyhwh59jiq9sb8iayy1yxldh")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/imac";)
+    (synopsis "International Modal Analysis Conference format")
+    (description
+     "This package provides a set of files for producing correctly formatted
+documents for the International Modal Analysis Conference.  The bundle
+provides a LaTeX package and a BibTeX style file.")
+    (license license:gpl3+)))
+
 (define-public texlive-isomath
   (package
     (name "texlive-isomath")



reply via email to

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