[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
39/93: gnu: Add texlive-inputnormalization.
From: |
guix-commits |
Subject: |
39/93: gnu: Add texlive-inputnormalization. |
Date: |
Thu, 20 Jul 2023 05:21:19 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 749e2bb6a980f67de616075cf7aef25047abbdc9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:53:00 2023 +0200
gnu: Add texlive-inputnormalization.
* gnu/packages/tex.scm (texlive-inputnormalization): 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 ffabfdea8f..3a6b18960e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2891,6 +2891,26 @@ languages and/or dialects, and to select them or switch
between them while
typesetting.")
(license license:public-domain)))
+(define-public texlive-inputnormalization
+ (package
+ (name "texlive-inputnormalization")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/inputnormalization/"
+ "source/latex/inputnormalization/"
+ "tex/latex/inputnormalization/")
+ (base32
+ "0nfvcmr0lp7nig8mz3j1lwi0wbk8yf1ibdnz3lq22pysfjjl3200")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/inputnormalization")
+ (synopsis "Wrapper for XeTeX's and LuaTeX's input normalization")
+ (description
+ "This package provides a cross engine interface to normalizing input
+before it's read by TeX.")
+ (license license:lppl1.3+)))
+
(define-public texlive-tex
(package
(name "texlive-tex")
- 20/93: gnu: Add texlive-encxvlna., (continued)
- 20/93: gnu: Add texlive-encxvlna., guix-commits, 2023/07/20
- 21/93: gnu: Add texlive-epigram., guix-commits, 2023/07/20
- 23/93: gnu: Add texlive-expex-acro., guix-commits, 2023/07/20
- 15/93: gnu: Add texlive-dinat., guix-commits, 2023/07/20
- 25/93: gnu: Add texlive-fenixpar., guix-commits, 2023/07/20
- 26/93: gnu: Add texlive-figflow., guix-commits, 2023/07/20
- 27/93: gnu: Add texlive-fixpdfmag., guix-commits, 2023/07/20
- 29/93: gnu: Add texlive-fntproof., guix-commits, 2023/07/20
- 30/93: gnu: Add texlive-font-change., guix-commits, 2023/07/20
- 32/93: gnu: Add texlive-getoptk., guix-commits, 2023/07/20
- 39/93: gnu: Add texlive-inputnormalization.,
guix-commits <=
- 12/93: gnu: Add texlive-compare., guix-commits, 2023/07/20
- 14/93: gnu: Add texlive-cweb-old., guix-commits, 2023/07/20
- 36/93: gnu: Add texlive-gtl., guix-commits, 2023/07/20
- 40/93: gnu: Add texlive-insbox., guix-commits, 2023/07/20
- 42/93: gnu: Add texlive-lambda-lists., guix-commits, 2023/07/20
- 45/93: gnu: Add texlive-letterspacing., guix-commits, 2023/07/20
- 48/93: gnu: Add texlive-midnight., guix-commits, 2023/07/20
- 57/93: gnu: Add texlive-pdf-trans., guix-commits, 2023/07/20
- 66/93: gnu: Add texlive-pwebmac., guix-commits, 2023/07/20
- 34/93: gnu: Add texlive-gobble., guix-commits, 2023/07/20