[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/418: gnu: Add texlive-enctex.
From: |
guix-commits |
Subject: |
24/418: gnu: Add texlive-enctex. |
Date: |
Mon, 29 May 2023 17:38:46 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 84fcf542c3cb5076b44d2a615fc2ffbdfd85aa66
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")
- 12/418: gnu: texlive-latex-trimspaces -> texlive-trimspaces., (continued)
- 12/418: gnu: texlive-latex-trimspaces -> texlive-trimspaces., guix-commits, 2023/05/29
- 13/418: gnu: texlive-latex-environ -> texlive-environ., guix-commits, 2023/05/29
- 08/418: gnu: texlive-latex-blindtext -> texlive-blindtext., guix-commits, 2023/05/29
- 09/418: gnu: texlive-latex-dinbrief -> texlive-dinbrief., guix-commits, 2023/05/29
- 16/418: gnu: texlive-latex-expdlist -> texlive-expdlist., guix-commits, 2023/05/29
- 17/418: gnu: Add texlive-minitoc., guix-commits, 2023/05/29
- 20/418: gnu: Add texlive-mfirstuc., guix-commits, 2023/05/29
- 10/418: gnu: Add texlive-everypage., guix-commits, 2023/05/29
- 21/418: gnu: Add texlive-filehook., guix-commits, 2023/05/29
- 23/418: gnu: Add texlive-lualatex-math., guix-commits, 2023/05/29
- 24/418: gnu: Add texlive-enctex.,
guix-commits <=
- 27/418: gnu: Add texlive-luabidi., guix-commits, 2023/05/29
- 29/418: gnu: Add texlive-euenc., guix-commits, 2023/05/29
- 35/418: gnu: Add texlive-subfig., guix-commits, 2023/05/29
- 36/418: gnu: texlive-latex-backend -> texlive-backend., guix-commits, 2023/05/29
- 38/418: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/05/29
- 11/418: gnu: texlive-latex-draftwatermark -> texlive-draftwatermark., guix-commits, 2023/05/29
- 19/418: gnu: Add texlive-xfor., guix-commits, 2023/05/29
- 22/418: gnu: Add texlive-currfile., guix-commits, 2023/05/29
- 25/418: gnu: Add texlive-dehyph., guix-commits, 2023/05/29
- 28/418: gnu: Add texlive-refstyle., guix-commits, 2023/05/29