guix-commits
[Top][All Lists]
Advanced

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

90/245: gnu: Add texlive-fnspe.


From: guix-commits
Subject: 90/245: gnu: Add texlive-fnspe.
Date: Sun, 30 Jul 2023 13:46:43 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 02fb9e924b55c82cce54ac418ece4b4e809bf93f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 15:57:00 2023 +0200

    gnu: Add texlive-fnspe.
    
    * gnu/packages/tex.scm (texlive-fnspe): 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 5934df47e4..3b316a0416 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3652,6 +3652,27 @@ the commands @code{\\upDelta} and @code{\\upOmega}; and 
provides a new math
 alphabet @code{\\mathbold} for boldface italic letters, including Greek.")
     (license license:lppl1.3c)))
 
+(define-public texlive-fnspe
+  (package
+    (name "texlive-fnspe")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/fnspe/" "tex/latex/fnspe/")
+             (base32
+              "1wvr0jp8qyrrx907diphgjzvgq0alc922bmx905sndnwqzfl8fhd")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/fnspe";)
+    (synopsis "Macros for supporting mainly students of FNSPE CTU in Prague")
+    (description
+     "This package is primary intended for students of FNSPE CTU in Prague but
+many other students or scientists can found this package as useful.  This
+package implements different standards of tensor notation, interval notation
+and complex notation.  Further many macros and shortcuts are added, e.g., for
+spaces, operators, physics unit, etc.")
+    (license license:lppl)))
+
 (define-public texlive-bibtex8
   (package
     (name "texlive-bibtex8")



reply via email to

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