guix-commits
[Top][All Lists]
Advanced

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

216/243: gnu: Add texlive-mex.


From: guix-commits
Subject: 216/243: gnu: Add texlive-mex.
Date: Fri, 11 Aug 2023 08:46:24 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit da9085549c9042aab1b97c371d425a02a2bbe9df
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:21:38 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9a815d027e..4a9a1de009 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6404,6 +6404,38 @@ ranging from very simple (lines and circles) to rather 
intricate (uncommon
 geometric transformations, fractals, bitmap, etc).")
     (license license:gpl1+)))
 
+(define-public texlive-mex
+  (package
+    (name "texlive-mex")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/mex/base/" "source/mex/base/"
+                   "tex/mex/base/" "tex/mex/config/")
+             (base32
+              "0kc766cvvbcqrj60ncz4a105nrn454y5c2330y7s7jzh45dx8qsi")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (arguments (list #:create-formats #~(list "mex" "pdfmex" "utf8mex")))
+    (propagated-inputs
+     (list texlive-enctex
+           texlive-hyphen-complete
+           texlive-knuth-lib
+           texlive-pdftex
+           texlive-pl
+           texlive-plain
+           texlive-tex
+           texlive-tex-ini-files
+           texlive-utf8mex))
+    (home-page "https://ctan.org/pkg/mex";)
+    (synopsis "Polish formats for TeX")
+    (description
+     "MeX is an adaptation of Plain TeX (MeX) and LaTeX209 (LaMeX) formats to
+the Polish language and to Polish printing customs.  It contains a complete
+set of Metafont sources of Polish fonts, hyphenation rules for the Polish
+language and sources of formats.")
+    (license license:knuth)))
+
 (define-public texlive-mgltex
   (package
     (name "texlive-mgltex")



reply via email to

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