[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/452: gnu: Add texlive-euenc.
From: |
guix-commits |
Subject: |
29/452: gnu: Add texlive-euenc. |
Date: |
Fri, 9 Jun 2023 13:42:50 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 00211e2916e6f2445a6defac66110b79ced9eeaf
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"
- 83/452: gnu: texlive-latex-multirow -> texlive-multirow., (continued)
- 83/452: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/06/09
- 86/452: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/06/09
- 108/452: gnu: texlive-latex-verbatimbox -> texlive-verbatimbox., guix-commits, 2023/06/09
- 106/452: gnu: texlive-latex-eukdate -> texlive-eukdate., guix-commits, 2023/06/09
- 103/452: gnu: texlive-latex-media9 -> texlive-media9., guix-commits, 2023/06/09
- 114/452: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/06/09
- 122/452: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/06/09
- 124/452: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/06/09
- 139/452: gnu: texlive-metafont: Refresh package definition., guix-commits, 2023/06/09
- 157/452: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/06/09
- 29/452: gnu: Add texlive-euenc.,
guix-commits <=
- 37/452: gnu: texlive-dvips-l3backend -> texlive-l3backend., guix-commits, 2023/06/09
- 39/452: gnu: texlive-latex-cyrillic -> texlive-cyrillic., guix-commits, 2023/06/09
- 45/452: gnu: texlive-latex-newunicodechar -> texlive-newunicodechar., guix-commits, 2023/06/09
- 46/452: gnu: texlive-latex-psfrag -> texlive-psfrag., guix-commits, 2023/06/09
- 50/452: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/06/09
- 51/452: gnu: texlive-latex-fncychap -> texlive-fncychap., guix-commits, 2023/06/09
- 63/452: gnu: texlive-latex-upquote -> texlive-upquote., guix-commits, 2023/06/09
- 55/452: gnu: texlive-latex-gcite -> texlive-gcite., guix-commits, 2023/06/09
- 64/452: gnu: texlive-latex-anysize -> texlive-anysize., guix-commits, 2023/06/09
- 78/452: gnu: texlive-latex-frankenstein -> texlive-frankenstein., guix-commits, 2023/06/09