[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
421/435: gnu: Add texlive-tex.
From: |
guix-commits |
Subject: |
421/435: gnu: Add texlive-tex. |
Date: |
Tue, 6 Jun 2023 11:40:37 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit d4c60c327183e3b89d0e7a76ea9f7facd50052ff
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jun 4 00:23:33 2023 +0200
gnu: Add texlive-tex.
* gnu/packages/tex.scm (texlive-tex): New variable.
---
gnu/packages/tex.scm | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 13077342ca..f9c5de2252 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -549,6 +549,43 @@ This package contains the binaries.")
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))
(home-page "https://www.tug.org/texlive/")))
+(define-public texlive-tex
+ (package
+ (name "texlive-tex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/man/man1/initex.1"
+ "doc/man/man1/initex.man1.pdf"
+ "doc/man/man1/tex.1"
+ "doc/man/man1/tex.man1.pdf")
+ (base32
+ "0njmxc6l84j44k48qh7d79n3qznzriz2pf8lkj09i7mkkj9fw9lf")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:texlive-latex-base #f
+ #:create-formats #~(list "tex")))
+ (propagated-inputs
+ (list texlive-cm
+ texlive-hyphen-base
+ texlive-knuth-lib
+ texlive-kpathsea
+ texlive-plain))
+ (home-page "https://ctan.org/pkg/tex")
+ (synopsis "Sophisticated typesetting engine")
+ (description
+ "TeX is a typesetting system that incorporates a macro processor. A TeX
+source document specifies or incorporates a number of macro definitions that
+instruct the TeX engine how to typeset the document. The TeX engine also uses
+font metrics generated by Metafont, or by any of several other mechanisms that
+incorporate fonts from other sources into an environment suitable for TeX.
+TeX has been, and continues, a basis and an inspiration for several other
+programs, including e-TeX and PDFTeX. The distribution includes the source of
+Knuth's TeX book; this source is there to read, as an example of writing TeX ;
+it should not be processed without Knuth's direct permission.")
+ (license license:knuth)))
+
(define-public texlive-bidi
(package
(name "texlive-bidi")
- 211/435: gnu: texlive-xypic: Refresh package definition., (continued)
- 211/435: gnu: texlive-xypic: Refresh package definition., guix-commits, 2023/06/06
- 213/435: gnu: texlive-pgf: Refresh package definition., guix-commits, 2023/06/06
- 219/435: gnu: texlive-titlesec: Refresh package definition., guix-commits, 2023/06/06
- 220/435: gnu: texlive-dejavu: Refresh package definition., guix-commits, 2023/06/06
- 222/435: gnu: texlive-jknappen: Deprecate package., guix-commits, 2023/06/06
- 224/435: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/06/06
- 226/435: gnu: texlive-xmltex: Fix build., guix-commits, 2023/06/06
- 407/435: gnu: Add texlive-sansmathfonts., guix-commits, 2023/06/06
- 410/435: gnu: texlive-xindy: Use TEXLIVE-BUILD-SYSTEM and related tools., guix-commits, 2023/06/06
- 417/435: gnu: texlive-texmf: Improve package style., guix-commits, 2023/06/06
- 421/435: gnu: Add texlive-tex.,
guix-commits <=
- 434/435: gnu: Clear or deprecate hyphen-related texlive packages or functions., guix-commits, 2023/06/06
- 132/435: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/06/06
- 141/435: gnu: Add texlive-xetexconfig., guix-commits, 2023/06/06
- 143/435: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/06/06
- 154/435: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/06/06
- 161/435: gnu: Add texlive-kantlipsum., guix-commits, 2023/06/06
- 164/435: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/06/06
- 188/435: gnu: texlive-utopia: Refresh package definition., guix-commits, 2023/06/06
- 203/435: gnu: texlive-biblatex: Refresh package definition., guix-commits, 2023/06/06
- 193/435: gnu: texlive-fpl: Refresh package definition., guix-commits, 2023/06/06