[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
421/452: gnu: Add texlive-tex.
From: |
guix-commits |
Subject: |
421/452: gnu: Add texlive-tex. |
Date: |
Fri, 9 Jun 2023 13:44:18 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 5f362533e78e1418be3f5d6819e2877af8a96efa
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 298bfbf624..18763d3e4a 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")
- 402/452: gnu: texlive-wasy: Fix build., (continued)
- 402/452: gnu: texlive-wasy: Fix build., guix-commits, 2023/06/09
- 398/452: gnu: texlive-rsfs: Fix build., guix-commits, 2023/06/09
- 389/452: guix: texlive-build-system: Generate font metrics., guix-commits, 2023/06/09
- 401/452: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/06/09
- 405/452: gnu: texlive-lh: Fix build., guix-commits, 2023/06/09
- 412/452: guix: texlive-build-system: Handle doc-only packages gracefully., guix-commits, 2023/06/09
- 413/452: guix: import: Improve importing texlive meta packages., guix-commits, 2023/06/09
- 418/452: gnu: texlive: Improve package style., guix-commits, 2023/06/09
- 417/452: gnu: texlive-texmf: Improve package style., guix-commits, 2023/06/09
- 419/452: guix: texlive-build-system: Generate TeX formats., guix-commits, 2023/06/09
- 421/452: gnu: Add texlive-tex.,
guix-commits <=
- 423/452: gnu: Add texlive-latex., guix-commits, 2023/06/09
- 425/452: gnu: texlive-babel: Do not rely on TEXLIVE-LATEX-BASE., guix-commits, 2023/06/09
- 424/452: gnu: texlive-pdftex: Create formats., guix-commits, 2023/06/09
- 438/452: gnu: Add texlive-hyphenex., guix-commits, 2023/06/09
- 440/452: gnu: Add texlive-xdvi., guix-commits, 2023/06/09
- 444/452: gnu: Add texlive-latex-bin., guix-commits, 2023/06/09
- 450/452: gnu: Add texlive-collection-latex., guix-commits, 2023/06/09
- 443/452: gnu: Add texlive-fix2col., guix-commits, 2023/06/09
- 22/452: gnu: Add texlive-currfile., guix-commits, 2023/06/09
- 56/452: gnu: texlive-generic-babel-english -> texlive-babel-english., guix-commits, 2023/06/09