guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: Add texlive-inputenx.


From: guix-commits
Subject: 05/10: gnu: Add texlive-inputenx.
Date: Fri, 28 Jan 2022 17:52:43 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 0c2e1b0d9cb0941d2820ae113451346976246319
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Jan 28 23:21:06 2022 +0100

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index be2d433ce0..e58ec5975d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2775,6 +2775,25 @@ patterns supporting a number of Cyrillic font encodings, 
including T2,
 UCY (Omega Unicode Cyrillic), LCY, LWN (OT2), and koi8-r.")
       (license license:lppl))))
 
+(define-public texlive-inputenx
+  (package
+    (inherit (simple-texlive-package
+              "texlive-inputenx"
+              (list "doc/latex/inputenx/"
+                    "tex/latex/inputenx/"
+                    "source/latex/inputenx/")
+              (base32
+               "0snjndrcynm4w8m9iq8gmadzhrbwvsdy4y1ak24ia0hpsicdi4aj")
+              #:trivial? #t))
+    (home-page "https://ctan.org/macros/latex/contrib/inputenx";)
+    (synopsis "Enhanced input encoding handling")
+    (description
+     "This package deals with input encodings.  It provides a wider range of 
input
+encodings using standard mappings, than does inputenc; it also covers nearly 
all
+slots.  In this way, it serves as more uptodate replacement for package
+inputenc.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-kpathsea
   (let ((template (simple-texlive-package
                    "texlive-kpathsea"



reply via email to

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