[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/418: gnu: Add texlive-euenc.
From: |
guix-commits |
Subject: |
29/418: gnu: Add texlive-euenc. |
Date: |
Fri, 2 Jun 2023 17:23:51 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 027f337fd2b3e76984d9362594724f8dfab19ca0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 9 22:45:04 2023 +0200
gnu: Add texlive-euenc.
* gnu/packages/tex.scm (texlive-euenc): New variable.
---
gnu/packages/tex.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0bf54fa3ec..24d10c40fe 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11339,6 +11339,35 @@ styles of inference rules, placement of labels, etc.")
sequent calculus and related systems.")
(license license:lppl1.3+))))
+(define-public texlive-euenc
+ (package
+ (name "texlive-euenc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/euenc/" "source/latex/euenc/"
+ "tex/latex/euenc/")
+ (base32
+ "0vhqxhj1v68rhi08xivps8icxmlcq9mv8slqmsmf2qhvzj6x6qx3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ ;; Sole ".dtx" file bundled only generates documentation.
+ (list #:build-targets #~(list)))
+ (home-page "https://ctan.org/pkg/euenc")
+ (synopsis "Unicode font encoding definitions for XeTeX")
+ (description
+ "The package provides font encoding definitions for unicode fonts loaded
+by LaTeX in XeTeX or LuaTeX. The package provides two encodings: EU1,
+designed for use with XeTeX, which the fontspec uses for unicode fonts which
+require no macro-level processing for accents, and EU2, which provides the
+same facilities for use with LuaTeX. Neither encoding places any restriction
+on the glyphs provided by a font; use of EU2 causes the package
+@code{euxunicode} to be loaded (the package is part of this distribution).
+The package includes font definition files for use with the Latin Modern
+OpenType fonts.")
+ (license license:lppl1.3+)))
+
(define-public texlive-eurosym
(let ((template (simple-texlive-package
"texlive-eurosym"
- 04/418: guix: import: Improve home-page generation in texlive importer., (continued)
- 04/418: guix: import: Improve home-page generation in texlive importer., guix-commits, 2023/06/02
- 08/418: gnu: texlive-latex-blindtext -> texlive-blindtext., guix-commits, 2023/06/02
- 11/418: gnu: texlive-latex-draftwatermark -> texlive-draftwatermark., guix-commits, 2023/06/02
- 13/418: gnu: texlive-latex-environ -> texlive-environ., guix-commits, 2023/06/02
- 14/418: gnu: texlive-latex-eqparbox -> texlive-eqparbox., guix-commits, 2023/06/02
- 15/418: gnu: texlive-latex-etoc -> texlive-etoc., guix-commits, 2023/06/02
- 16/418: gnu: texlive-latex-expdlist -> texlive-expdlist., guix-commits, 2023/06/02
- 19/418: gnu: Add texlive-xfor., guix-commits, 2023/06/02
- 21/418: gnu: Add texlive-filehook., guix-commits, 2023/06/02
- 25/418: gnu: Add texlive-dehyph., guix-commits, 2023/06/02
- 29/418: gnu: Add texlive-euenc.,
guix-commits <=
- 31/418: gnu: Add texlive-chngcntr., guix-commits, 2023/06/02
- 32/418: gnu: Add texlive-multido., guix-commits, 2023/06/02
- 33/418: gnu: Add texlive-attachfile., guix-commits, 2023/06/02
- 45/418: gnu: texlive-latex-newunicodechar -> texlive-newunicodechar., guix-commits, 2023/06/02
- 47/418: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/06/02
- 50/418: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/06/02
- 51/418: gnu: texlive-latex-fncychap -> texlive-fncychap., guix-commits, 2023/06/02
- 57/418: gnu: texlive-fonts-latex -> texlive-latex-fonts., guix-commits, 2023/06/02
- 65/418: gnu: texlive-latex-appendix -> texlive-appendix., guix-commits, 2023/06/02
- 28/418: gnu: Add texlive-refstyle., guix-commits, 2023/06/02