[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/416: gnu: Add texlive-luabidi.
From: |
guix-commits |
Subject: |
27/416: gnu: Add texlive-luabidi. |
Date: |
Sun, 28 May 2023 02:32:08 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 3e885c2a846578fca84faed94e321062247d2e85
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 6 12:17:26 2023 +0200
gnu: Add texlive-luabidi.
* gnu/packages/tex.scm (texlive-luabidi): 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 fd15d55724..77fffca938 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4124,6 +4124,28 @@ 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-luabidi
+ (package
+ (name "texlive-luabidi")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/lualatex/luabidi/"
+ "tex/lualatex/luabidi/")
+ (base32
+ "1dwdiwsdfhgwpx8r2271i5kqphcpkh69y3rx1wxfr9hl17lzw2cp")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-bigfoot ;for "perpage.sty"
+ texlive-etoolbox))
+ (home-page "https://ctan.org/pkg/luabidi")
+ (synopsis "Bidi functions for LuaTeX")
+ (description
+ "The package attempts to emulate the XeTeX @code{bidi} package, in the
+context of LuaTeX.")
+ (license (list license:lppl1.3c license:expat))))
+
(define-public texlive-lualatex-math
(package
(name "texlive-lualatex-math")
- 15/416: gnu: texlive-latex-etoc -> texlive-etoc., (continued)
- 15/416: gnu: texlive-latex-etoc -> texlive-etoc., guix-commits, 2023/05/28
- 111/416: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/05/28
- 84/416: gnu: texlive-latex-overpic -> texlive-overpic., guix-commits, 2023/05/28
- 117/416: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/05/28
- 96/416: gnu: Add texlive-luacode., guix-commits, 2023/05/28
- 13/416: gnu: texlive-latex-environ -> texlive-environ., guix-commits, 2023/05/28
- 14/416: gnu: texlive-latex-eqparbox -> texlive-eqparbox., guix-commits, 2023/05/28
- 16/416: gnu: texlive-latex-expdlist -> texlive-expdlist., guix-commits, 2023/05/28
- 17/416: gnu: Add texlive-minitoc., guix-commits, 2023/05/28
- 20/416: gnu: Add texlive-mfirstuc., guix-commits, 2023/05/28
- 27/416: gnu: Add texlive-luabidi.,
guix-commits <=
- 29/416: gnu: Add texlive-euenc., guix-commits, 2023/05/28
- 34/416: gnu: Add texlive-showexpl., guix-commits, 2023/05/28
- 36/416: gnu: texlive-latex-backend -> texlive-backend., guix-commits, 2023/05/28
- 39/416: gnu: texlive-latex-cyrillic -> texlive-cyrillic., guix-commits, 2023/05/28
- 41/416: gnu: texlive-latex-hanging -> texlive-hanging., guix-commits, 2023/05/28
- 40/416: gnu: texlive-latex-amsrefs -> texlive-amsrefs., guix-commits, 2023/05/28
- 42/416: gnu: texlive-latex-ifplatform -> texlive-ifplatform., guix-commits, 2023/05/28
- 43/416: gnu: texlive-latex-natbib -> texlive-natbib., guix-commits, 2023/05/28
- 45/416: gnu: texlive-latex-newunicodechar -> texlive-newunicodechar., guix-commits, 2023/05/28
- 51/416: gnu: texlive-latex-fncychap -> texlive-fncychap., guix-commits, 2023/05/28