GNU bug report logs -
#64225
[PATCH 0/9] Adding unrelated texlive packages
Previous Next
Reported by: reza <reza <at> housseini.me>
Date: Thu, 22 Jun 2023 11:54:02 UTC
Severity: normal
Tags: moreinfo, patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/tex.scm (texlive-lualatex-math): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b6f44732e2..37244ca76b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4476,6 +4476,28 @@ (define-public texlive-luaotfload
(define-deprecated-package texlive-luatex-luaotfload texlive-luaotfload)
+(define-public texlive-lualatex-math
+ (package
+ (inherit (simple-texlive-package
+ "texlive-lualatex-math"
+ (list "doc/lualatex/lualatex-math/"
+ "source/lualatex/lualatex-math/"
+ "tex/lualatex/lualatex-math/")
+ (base32
+ "1xfr31rwr7zc6d5bsc3v5lwvcfrg109rzfgvvs69w4xs61j06jcg")
+ #:trivial? #t))
+ (propagated-inputs (list texlive-filehook texlive-etoolbox))
+ (home-page "https://ctan.org/macros/luatex/latex/lualatex-math")
+ (synopsis "Fixes for mathematics-related LuaLaTeX issues")
+ (description
+ "The package patches a few commands of the LaTeX2e kernel and the amsmath and
+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 unicode-math
+package to this package since they are not directly related to Unicode
+mathematics typesetting.")
+ (license license:lppl1.3c)))
+
(define-public texlive-amsmath
(let ((template (simple-texlive-package
"texlive-amsmath"
--
2.40.1
This bug report was last modified 1 year and 261 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.