[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/458: gnu: Add texlive-enctex.
From: |
guix-commits |
Subject: |
24/458: gnu: Add texlive-enctex. |
Date: |
Wed, 14 Jun 2023 05:22:00 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 1afd9afdd88f3d6d4e3d26fe5a18bc95f717fba6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 6 09:34:21 2023 +0200
gnu: Add texlive-enctex.
* gnu/packages/tex.scm (texlive-enctex): 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 2bca8bcd82..fee5e1f04b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4993,6 +4993,26 @@ implementation is output device independent, and made
very simple by relying
on @code{everypage}.")
(license license:lppl1.3+)))
+(define-public texlive-enctex
+ (package
+ (name "texlive-enctex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/enctex/"
+ "tex/generic/enctex/")
+ (base32
+ "1j8ji1ka8vhskm5kn0iwmkhjfp88ly6rva30pr1c9llsmsac5sf2")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/enctex")
+ (synopsis "TeX extension that translates input on its way into TeX")
+ (description
+ "EncTeX is (another) TeX extension, written at the change-file level. It
+provides means of translating input on the way into TeX. It allows, for
+example, translation of multibyte sequences, such as utf-8 encoding.")
+ (license license:gpl3+)))
+
(define-public texlive-environ
(package
(name "texlive-environ")
- 23/458: gnu: Add texlive-lualatex-math., (continued)
- 23/458: gnu: Add texlive-lualatex-math., guix-commits, 2023/06/14
- 33/458: gnu: Add texlive-attachfile., guix-commits, 2023/06/14
- 36/458: gnu: texlive-latex-backend -> texlive-backend., guix-commits, 2023/06/14
- 39/458: gnu: texlive-latex-cyrillic -> texlive-cyrillic., guix-commits, 2023/06/14
- 49/458: gnu: texlive-latex-stackengine -> texlive-stackengine., guix-commits, 2023/06/14
- 55/458: gnu: texlive-latex-gcite -> texlive-gcite., guix-commits, 2023/06/14
- 56/458: gnu: texlive-generic-babel-english -> texlive-babel-english., guix-commits, 2023/06/14
- 60/458: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/06/14
- 11/458: gnu: texlive-latex-draftwatermark -> texlive-draftwatermark., guix-commits, 2023/06/14
- 65/458: gnu: texlive-latex-appendix -> texlive-appendix., guix-commits, 2023/06/14
- 24/458: gnu: Add texlive-enctex.,
guix-commits <=
- 25/458: gnu: Add texlive-dehyph., guix-commits, 2023/06/14
- 26/458: gnu: Add texlive-passivetex., guix-commits, 2023/06/14
- 38/458: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/06/14
- 47/458: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/06/14
- 48/458: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/06/14
- 50/458: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/06/14
- 51/458: gnu: texlive-latex-fncychap -> texlive-fncychap., guix-commits, 2023/06/14
- 52/458: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/06/14
- 53/458: gnu: texlive-latex-g-brief -> texlive-g-brief., guix-commits, 2023/06/14
- 57/458: gnu: texlive-fonts-latex -> texlive-latex-fonts., guix-commits, 2023/06/14