summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-06-26 14:56:53 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-07-18 18:16:24 +0200
commit3f57677d26a3a92f87f38c25ca2d7ddeaf066bbd (patch)
treef831fcfccfff784d8b03c377a03e737d475a94fe /gnu
parenta37a87ddf19fa9651b2db601c9f8bd7270e25223 (diff)
gnu: Add texlive-luamathalign.
* gnu/packages/tex.scm (texlive-luamathalign): New variable.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/tex.scm21
1 files changed, 21 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b3737b723b..2f6f207312 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -16626,6 +16626,27 @@ matrices of reasonable size can be handled with ease. The package can be
modified or extended by writing custom Lua programs.")
(license license:lppl1.3c)))
+(define-public texlive-luamathalign
+ (package
+ (name "texlive-luamathalign")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/lualatex/luamathalign/"
+ "source/lualatex/luamathalign/"
+ "tex/lualatex/luamathalign/")
+ (base32
+ "0lj5lc6s30l9k83xrwfjva0v7c9ajv22ybsaz07hadgj17fxqbdn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/luamathalign")
+ (synopsis "More flexible alignment in @code{amsmath} environments")
+ (description
+ "This package allows aligning mathematical expressions on points where
+directly using @samp{&} is not possible, especially in nested macros or
+environments.")
+ (license license:lppl1.3c)))
+
(define-public texlive-babel-czech
(package
(name "texlive-babel-czech")