[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/458: gnu: Add texlive-lualatex-math.
From: |
guix-commits |
Subject: |
23/458: gnu: Add texlive-lualatex-math. |
Date: |
Wed, 14 Jun 2023 05:21:59 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 972c01dcff651b89b8b18abecd35b44225f469a9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 6 08:28:40 2023 +0200
gnu: Add texlive-lualatex-math.
* gnu/packages/tex.scm (texlive-lualatex-math): New variable.
---
gnu/packages/tex.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 14626623f7..2bca8bcd82 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4101,6 +4101,32 @@ releases. The bundle consists of a Lua script to run
the tasks and a
@code{.tex} file which provides the testing environment.")
(license license:lppl1.3c+))))
+(define-public texlive-lualatex-math
+ (package
+ (name "texlive-lualatex-math")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/lualatex/lualatex-math/"
+ "source/lualatex/lualatex-math/"
+ "tex/lualatex/lualatex-math/")
+ (base32
+ "1xfr31rwr7zc6d5bsc3v5lwvcfrg109rzfgvvs69w4xs61j06jcg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-etoolbox texlive-filehook))
+ (home-page "https://ctan.org/pkg/lualatex-math")
+ (synopsis "Fixes for mathematics-related LuaLaTeX issues")
+ (description
+ "The package patches a few commands of the LaTeX2e kernel and the
+@code{amsmath} and @code{mathtools} packages to be more compatible with the
+LuaTeX engine. It is only meaningful for LuaLaTeX documents containing
+mathematical formulas, and does not exhibit any new functionality. The fixes
+are mostly moved from the @code{unicode-math} package to this package since
+they are not directly related to Unicode mathematics typesetting.")
+ (license license:lppl1.3c)))
+
(define-public texlive-lualibs
(package
(inherit
- 54/458: gnu: texlive-latex-galois -> texlive-galois., (continued)
- 54/458: gnu: texlive-latex-galois -> texlive-galois., guix-commits, 2023/06/14
- 45/458: gnu: texlive-latex-newunicodechar -> texlive-newunicodechar., guix-commits, 2023/06/14
- 46/458: gnu: texlive-latex-psfrag -> texlive-psfrag., guix-commits, 2023/06/14
- 58/458: gnu: texlive-grffile: Fix build., guix-commits, 2023/06/14
- 59/458: gnu: texlive-latex-geometry -> texlive-geometry., guix-commits, 2023/06/14
- 61/458: gnu: texlive-latex-marginfix -> texlive-marginfix., guix-commits, 2023/06/14
- 06/458: guix: import: Fix multiple licenses output in texlive importer., guix-commits, 2023/06/14
- 13/458: gnu: texlive-latex-environ -> texlive-environ., guix-commits, 2023/06/14
- 15/458: gnu: texlive-latex-etoc -> texlive-etoc., guix-commits, 2023/06/14
- 18/458: gnu: Add texlive-lwarp., guix-commits, 2023/06/14
- 23/458: gnu: Add texlive-lualatex-math.,
guix-commits <=
- 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, 2023/06/14