[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/409: gnu: Add texlive-luabidi.
From: |
guix-commits |
Subject: |
27/409: gnu: Add texlive-luabidi. |
Date: |
Sat, 20 May 2023 04:02:16 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit dbefc28be12dfbdedde738f7633ac5f3b586a6cd
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 d565cc794e..42686e658c 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")
- 53/409: gnu: texlive-latex-g-brief -> texlive-g-brief., (continued)
- 53/409: gnu: texlive-latex-g-brief -> texlive-g-brief., guix-commits, 2023/05/20
- 55/409: gnu: texlive-latex-gcite -> texlive-gcite., guix-commits, 2023/05/20
- 60/409: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/05/20
- 71/409: gnu: texlive-zref: Fix build., guix-commits, 2023/05/20
- 74/409: gnu: texlive-latex-cmap -> texlive-cmap., guix-commits, 2023/05/20
- 10/409: gnu: Add texlive-everypage., guix-commits, 2023/05/20
- 44/409: gnu: texlive-latex-newfloat -> texlive-newfloat., guix-commits, 2023/05/20
- 58/409: gnu: texlive-grffile: Fix build., guix-commits, 2023/05/20
- 22/409: gnu: Add texlive-currfile., guix-commits, 2023/05/20
- 25/409: gnu: Add texlive-dehyph., guix-commits, 2023/05/20
- 27/409: gnu: Add texlive-luabidi.,
guix-commits <=
- 32/409: gnu: Add texlive-multido., guix-commits, 2023/05/20
- 34/409: gnu: Add texlive-showexpl., guix-commits, 2023/05/20
- 62/409: gnu: texlive-latex-supertabular -> texlive-supertabular., guix-commits, 2023/05/20
- 50/409: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/05/20
- 59/409: gnu: texlive-latex-geometry -> texlive-geometry., guix-commits, 2023/05/20
- 69/409: gnu: texlive-fonts-ec -> texlive-ec., guix-commits, 2023/05/20
- 80/409: gnu: texlive-latex-eepic -> texlive-eepic., guix-commits, 2023/05/20
- 81/409: gnu: texlive-latex-translations -> texlive-translations., guix-commits, 2023/05/20
- 48/409: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/05/20
- 49/409: gnu: texlive-latex-stackengine -> texlive-stackengine., guix-commits, 2023/05/20