[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
96/418: gnu: Add texlive-luacode.
From: |
guix-commits |
Subject: |
96/418: gnu: Add texlive-luacode. |
Date: |
Mon, 29 May 2023 17:38:57 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit f05974fe377243bf5d7e545a0c6930a00de196d6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 10:59:11 2023 +0200
gnu: Add texlive-luacode.
* gnu/packages/tex.scm (texlive-luacode): 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 68fcb1c6a3..15022c2a9a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4203,6 +4203,32 @@ releases. The bundle consists of a Lua script to run
the tasks and a
context of LuaTeX.")
(license (list license:lppl1.3c license:expat))))
+(define-public texlive-luacode
+ (package
+ (name "texlive-luacode")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/lualatex/luacode/"
+ "source/lualatex/luacode/"
+ "tex/lualatex/luacode/")
+ (base32
+ "1dyld5yb57p3j7wz591plbgjy7dk7ngn8cxw1lfmvx8iprgk1f8d")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-iftex
+ texlive-luatexbase))
+ (home-page "https://ctan.org/pkg/luacode")
+ (synopsis "Helper for executing Lua code from within TeX")
+ (description
+ "Executing Lua code from within TeX with directlua can sometimes be
+tricky: there is no easy way to use the percent character, counting
+backslashes may be hard, and Lua comments don't work the way you expect. The
+package provides the @code{\\luaexec} command and the @code{luacode}
+environments to help with these problems.")
+ (license license:lppl1.3+)))
+
(define-public texlive-lualatex-math
(package
(name "texlive-lualatex-math")
- 82/418: gnu: texlive-latex-enotez -> texlive-enotez., (continued)
- 82/418: gnu: texlive-latex-enotez -> texlive-enotez., guix-commits, 2023/05/29
- 85/418: gnu: texlive-latex-parskip -> texlive-parskip., guix-commits, 2023/05/29
- 84/418: gnu: texlive-latex-overpic -> texlive-overpic., guix-commits, 2023/05/29
- 89/418: gnu: texlive-latex-threeparttable -> texlive-threeparttable., guix-commits, 2023/05/29
- 90/418: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/05/29
- 91/418: gnu: texlive-booktabs: Fix build., guix-commits, 2023/05/29
- 92/418: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/05/29
- 93/418: gnu: texlive-preprint: Fix build., guix-commits, 2023/05/29
- 100/418: gnu: texlive-latex-ucs -> texlive-ucs., guix-commits, 2023/05/29
- 95/418: gnu: Add texlive-luatexbase., guix-commits, 2023/05/29
- 96/418: gnu: Add texlive-luacode.,
guix-commits <=
- 104/418: gnu: texlive-latex-ocgx2 -> texlive-ocgx2., guix-commits, 2023/05/29
- 105/418: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/05/29
- 106/418: gnu: texlive-latex-eukdate -> texlive-eukdate., guix-commits, 2023/05/29
- 107/418: gnu: texlive-latex-readarray -> texlive-readarray., guix-commits, 2023/05/29
- 110/418: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/05/29
- 114/418: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/05/29
- 122/418: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/05/29
- 125/418: gnu: texlive-wasysym: Refresh package definition., guix-commits, 2023/05/29
- 128/418: gnu: Add texlive-svn-prov., guix-commits, 2023/05/29
- 131/418: gnu: texlive-fontaxes: Refresh package definition., guix-commits, 2023/05/29