[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/409: gnu: Add texlive-euenc.
From: |
guix-commits |
Subject: |
29/409: gnu: Add texlive-euenc. |
Date: |
Sat, 20 May 2023 04:02:16 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit f1a67bf5909e8d3d1b11f9fdfbebf55df4a6303b
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 5257199785..c3894976f0 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"
- 18/409: gnu: Add texlive-lwarp., (continued)
- 18/409: gnu: Add texlive-lwarp., guix-commits, 2023/05/20
- 01/409: guix: texlive-build-system: Improvements on non-trivial packages., guix-commits, 2023/05/20
- 05/409: guix: import: texlive use full file names for generic directories., guix-commits, 2023/05/20
- 11/409: gnu: texlive-latex-draftwatermark -> texlive-draftwatermark., guix-commits, 2023/05/20
- 17/409: gnu: Add texlive-minitoc., guix-commits, 2023/05/20
- 20/409: gnu: Add texlive-mfirstuc., guix-commits, 2023/05/20
- 19/409: gnu: Add texlive-xfor., guix-commits, 2023/05/20
- 02/409: gnu: Simplify simple-texlive-package for non-trivial packages., guix-commits, 2023/05/20
- 23/409: gnu: Add texlive-lualatex-math., guix-commits, 2023/05/20
- 26/409: gnu: Add texlive-passivetex., guix-commits, 2023/05/20
- 29/409: gnu: Add texlive-euenc.,
guix-commits <=
- 38/409: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/05/20
- 35/409: gnu: Add texlive-subfig., guix-commits, 2023/05/20
- 42/409: gnu: texlive-latex-ifplatform -> texlive-ifplatform., guix-commits, 2023/05/20
- 30/409: gnu: Add texlive-breakurl., guix-commits, 2023/05/20
- 33/409: gnu: Add texlive-attachfile., guix-commits, 2023/05/20
- 39/409: gnu: texlive-latex-cyrillic -> texlive-cyrillic., guix-commits, 2023/05/20
- 41/409: gnu: texlive-latex-hanging -> texlive-hanging., guix-commits, 2023/05/20
- 43/409: gnu: texlive-latex-natbib -> texlive-natbib., guix-commits, 2023/05/20
- 47/409: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/05/20
- 51/409: gnu: texlive-latex-fncychap -> texlive-fncychap., guix-commits, 2023/05/20