[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
96/452: gnu: Add texlive-luacode.
From: |
guix-commits |
Subject: |
96/452: gnu: Add texlive-luacode. |
Date: |
Fri, 9 Jun 2023 13:43:03 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 32f8f1cee75276a6b56a912139e9a26b2086d835
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 5207319eff..eeff8921c0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4195,6 +4195,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")
- 45/452: gnu: texlive-latex-newunicodechar -> texlive-newunicodechar., (continued)
- 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
- 75/452: gnu: texlive-latex-colortbl -> texlive-colortbl., guix-commits, 2023/06/09
- 85/452: gnu: texlive-latex-parskip -> texlive-parskip., guix-commits, 2023/06/09
- 96/452: gnu: Add texlive-luacode.,
guix-commits <=
- 98/452: gnu: texlive-latex-acmart -> texlive-acmart., guix-commits, 2023/06/09
- 77/452: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/06/09
- 94/452: gnu: Add texlive-ctablestack., guix-commits, 2023/06/09
- 99/452: gnu: texlive-latex-varwidth -> texlive-varwidth., guix-commits, 2023/06/09
- 101/452: gnu: texlive-latex-preview -> texlive-preview., guix-commits, 2023/06/09
- 91/452: gnu: texlive-booktabs: Fix build., guix-commits, 2023/06/09
- 105/452: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/06/09
- 102/452: gnu: texlive-latex-needspace -> texlive-needspace., guix-commits, 2023/06/09
- 179/452: gnu: Add texlive-incgraph., guix-commits, 2023/06/09
- 194/452: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/06/09