guix-commits
[Top][All Lists]
Advanced

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

193/296: gnu: Add texlive-shortmathj.


From: guix-commits
Subject: 193/296: gnu: Add texlive-shortmathj.
Date: Thu, 24 Aug 2023 05:21:01 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 8819b6adcb3f705cb88051c9dff9e8b62bf38593
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:35:29 2023 +0200

    gnu: Add texlive-shortmathj.
    
    * gnu/packages/tex.scm (texlive-shortmathj): 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 8316bda94c..26e2c13c3d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -27322,6 +27322,26 @@ around the payoffs, (b) payoff columns of equal width, 
and (c) payoffs
 vertically centered within the boxes.")
     (license license:lppl)))
 
+(define-public texlive-shortmathj
+  (package
+    (name "texlive-shortmathj")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/shortmathj/"
+                   "tex/latex/shortmathj/")
+             (base32
+              "0rkrskx2fay7h6naa995l46xjj8v3ffdd6kx6fq6fknr091yfp7q")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/shortmathj";)
+    (synopsis "Automatically shortify titles of mathematical journals")
+    (description
+     "This small dummy package just contains a simple list of full and short
+journal names as written in AMS standard:
+@url{https://mathscinet.ams.org/msnhtml/serials.pdf}.";)
+    (license license:lppl1.3c)))
+
 (define-public texlive-showtags
   (package
     (name "texlive-showtags")



reply via email to

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