guix-commits
[Top][All Lists]
Advanced

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

35/296: gnu: Add texlive-bmstu-iu8.


From: guix-commits
Subject: 35/296: gnu: Add texlive-bmstu-iu8.
Date: Thu, 24 Aug 2023 05:19:50 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 58d2c466063c54959fc5ef7aaf36463a3611ce27
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:26:15 2023 +0200

    gnu: Add texlive-bmstu-iu8.
    
    * gnu/packages/tex.scm (texlive-bmstu-iu8): New variable.
---
 gnu/packages/tex.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6b4b1bdd8e..5e34133c84 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6891,6 +6891,29 @@ explanatory notes in Bauman Moscow State Technical 
University (Russia).")
            ;; the Russian Civil Code).
            (license:fsdg-compatible "file://doc/latex/bmstu/README.md")))))
 
+(define-public texlive-bmstu-iu8
+  (package
+    (name "texlive-bmstu-iu8")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/bmstu-iu8/"
+                   "tex/latex/bmstu-iu8/")
+             (base32
+              "1nb3dfaw0m3w179z46d7fbvibkp15wf4ws3xbvws0gymwyi4nx1m")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/bmstu-iu8";)
+    (synopsis "Class for IU8 reports")
+    (description
+     "This package consists of a class file and style files for writing
+reports at the IU8 department of IU faculty of @acronym{BMSTU, Bauman Moscow
+State Technical University}.  The class defines all headings, structure
+elements and other things in respect of Russian standard GOST 7.32-2017.  But
+there are correctives to be compatible with our local IU8 department
+requirements.")
+    (license license:expat)))
+
 (define-public texlive-bodeplot
   (package
     (name "texlive-bodeplot")



reply via email to

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