[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
444/452: gnu: Add texlive-latex-bin.
From: |
guix-commits |
Subject: |
444/452: gnu: Add texlive-latex-bin. |
Date: |
Fri, 9 Jun 2023 13:44:28 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 5cc73e84186d26a21bd1a7302cdcb07ac5c126fc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jun 9 08:58:05 2023 +0200
gnu: Add texlive-latex-bin.
* gnu/packages/tex.scm (texlive-latex-bin): New variable.
---
gnu/packages/tex.scm | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3b017e11aa..75a791013a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2267,6 +2267,54 @@ the required packages, constitutes what every LaTeX
distribution should
contain.")
(license license:lppl1.3c+)))
+(define-public texlive-latex-bin
+ (package
+ (name "texlive-latex-bin")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/man/man1/dvilualatex.1"
+ "doc/man/man1/dvilualatex.man1.pdf"
+ "doc/man/man1/latex.1"
+ "doc/man/man1/latex.man1.pdf"
+ "doc/man/man1/lualatex.1"
+ "doc/man/man1/lualatex.man1.pdf"
+ "doc/man/man1/pdflatex.1"
+ "doc/man/man1/pdflatex.man1.pdf")
+ (base32
+ "1mkiqwq28lbw9iaisfza1xg9wss4zazx9i2szprqgjfkw5c0yipi")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:texlive-latex-base #f))
+ (propagated-inputs
+ (list texlive-atbegshi
+ texlive-atveryend
+ texlive-babel
+ texlive-cm
+ texlive-everyshi
+ texlive-firstaid
+ texlive-graphics
+ texlive-hyphen-complete
+ texlive-l3backend
+ texlive-l3kernel
+ texlive-l3packages
+ texlive-latex
+ texlive-latex-fonts
+ texlive-latexconfig
+ texlive-lm
+ texlive-luahbtex
+ texlive-luaotfload
+ texlive-luatex
+ texlive-pdftex
+ texlive-tex-ini-files
+ texlive-unicode-data))
+ (home-page "https://ctan.org/pkg/latex-bin")
+ (synopsis "LaTeX formats and man pages")
+ (description
+ "This package provides LaTeX format files and man pages along with
+several packages that are considered as part of the LaTeX kernel.")
+ (license license:lppl1.3c+)))
+
(define-public texlive-atenddvi
(package
(name "texlive-atenddvi")
- 413/452: guix: import: Improve importing texlive meta packages., (continued)
- 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, 2023/06/09
- 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 <=
- 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
- 125/452: gnu: texlive-wasysym: Refresh package definition., guix-commits, 2023/06/09
- 143/452: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/06/09
- 234/452: gnu: texlive-bigfoot: Refresh package definition., guix-commits, 2023/06/09