[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
355/409: gnu: Add texlive-luatex.
From: |
guix-commits |
Subject: |
355/409: gnu: Add texlive-luatex. |
Date: |
Sat, 20 May 2023 04:03:14 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit d0dcb4038092c28e20554fac274301ea83f0e7fb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed May 17 11:40:40 2023 +0200
gnu: Add texlive-luatex.
* gnu/packages/tex.scm (texlive-luatex): New variable.
---
gnu/packages/tex.scm | 44 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a000942ace..4c26e1d985 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4703,6 +4703,50 @@ this bundle for use independent of ConTeXt.")
in the same way as BSD/GNU @code{getopt_long(3)} functions do.")
(license license:expat)))
+(define-public texlive-luatex
+ (package
+ (name "texlive-luatex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/luatex/base/graphics/"
+ "doc/man/man1/dviluatex.1"
+ "doc/man/man1/dviluatex.man1.pdf"
+ "doc/man/man1/luatex.1"
+ "doc/man/man1/luatex.man1.pdf"
+ "doc/man/man1/texlua.1"
+ "doc/man/man1/texlua.man1.pdf"
+ "doc/man/man1/texluac.1"
+ "doc/man/man1/texluac.man1.pdf"
+ "tex/generic/config/"
+ "web2c/texmfcnf.lua")
+ (base32
+ "1g5z1mjfclb85ppcxclwndmkkgjmczrq1547vhg4kl3cclg8348q")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:texlive-latex-base #f))
+ (propagated-inputs
+ (list texlive-cm
+ texlive-etex
+ texlive-hyph-utf8
+ texlive-hyphen-base
+ texlive-knuth-lib
+ texlive-plain
+ texlive-tex-ini-files
+ texlive-unicode-data))
+ (home-page "https://ctan.org/pkg/luatex")
+ (synopsis "Extended version of pdfTeX using Lua")
+ (description
+ "LuaTeX is an extended version of pdfTeX using Lua as an embedded
+scripting language. The LuaTeX project's main objective is to provide an open
+and configurable variant of TeX while at the same time offering downward
+compatibility. LuaTeX uses Unicode (as UTF-8) as its default input encoding,
+and is able to use modern (OpenType) fonts (for both text and mathematics).
+It should be noted that LuaTeX is still under development; its specification
+has been declared stable, but absolute stability may not in practice be
+assumed.")
+ (license license:gpl2)))
+
(define-public texlive-luatexbase
(package
(name "texlive-luatexbase")
- 302/409: gnu: texlive-doi: Refresh package definition., (continued)
- 302/409: gnu: texlive-doi: Refresh package definition., guix-commits, 2023/05/20
- 303/409: gnu: texlive-ddphonism: Refresh package definition., guix-commits, 2023/05/20
- 312/409: gnu: texlive-luaotfload: Refresh package definition., guix-commits, 2023/05/20
- 314/409: gnu: texlive-lualibs: Refresh package definition., guix-commits, 2023/05/20
- 332/409: gnu: texlive-etex: Refresh package definition., guix-commits, 2023/05/20
- 334/409: gnu: texlive-mflogo-font: Refresh package definition., guix-commits, 2023/05/20
- 335/409: gnu: texlive-knuth-lib: Refresh package definition., guix-commits, 2023/05/20
- 348/409: gnu: texlive-hyphen-base: Refresh package definition., guix-commits, 2023/05/20
- 351/409: gnu: texlive-dvipdfmx: Refresh package definition., guix-commits, 2023/05/20
- 352/409: gnu: Add texlive-manfnt., guix-commits, 2023/05/20
- 355/409: gnu: Add texlive-luatex.,
guix-commits <=
- 357/409: gnu: texlive-latex-base: Refresh package definition., guix-commits, 2023/05/20
- 363/409: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 367/409: gnu: texlive-sectsty: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 389/409: guix: texlive-build-system: Generate font metrics., guix-commits, 2023/05/20
- 408/409: gnu: Add texlive-semaphor., guix-commits, 2023/05/20
- 398/409: gnu: texlive-rsfs: Fix build., guix-commits, 2023/05/20
- 127/409: gnu: Add texlive-newverbs., guix-commits, 2023/05/20
- 174/409: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/05/20
- 175/409: gnu: texlive-nth: Refresh package definition., guix-commits, 2023/05/20
- 150/409: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/05/20