[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
444/458: gnu: Add texlive-latex-bin.
From: |
guix-commits |
Subject: |
444/458: gnu: Add texlive-latex-bin. |
Date: |
Wed, 14 Jun 2023 05:23:29 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 50e890021b426458a9af5826490ce0cc0efe50ab
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 | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 51 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3b017e11aa..7242b50d60 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2267,6 +2267,57 @@ 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
+ #:create-formats #~(list "dvilualatex" "latex" "lualatex" "pdflatex")))
+ (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")
- 368/458: gnu: texlive-morefloats: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 368/458: gnu: texlive-morefloats: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 377/458: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 348/458: gnu: texlive-hyphen-base: Refresh package definition., guix-commits, 2023/06/14
- 344/458: gnu: texlive-cbfonts: Refresh package definition., guix-commits, 2023/06/14
- 359/458: gnu: texlive-hyphen-package: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 360/458: gnu: texlive-tetex: Refresh package definition., guix-commits, 2023/06/14
- 383/458: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 367/458: gnu: texlive-sectsty: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 400/458: gnu: texlive-tipa: Fix build., guix-commits, 2023/06/14
- 414/458: gnu: Add texlive-etex-pkg., guix-commits, 2023/06/14
- 444/458: gnu: Add texlive-latex-bin.,
guix-commits <=
- 456/458: gnu: Simplify texlive-default-updmap.cfg., guix-commits, 2023/06/14
- 277/458: gnu: texlive-auxhook: Refresh package definition., guix-commits, 2023/06/14
- 282/458: gnu: texlive-hycolor: Refresh package definition., guix-commits, 2023/06/14
- 297/458: gnu: texlive-times: Refresh package definition., guix-commits, 2023/06/14
- 256/458: gnu: texlive-numprint: Refresh package definition., guix-commits, 2023/06/14
- 294/458: gnu: texlive-zhspacing: Refresh package definition., guix-commits, 2023/06/14
- 300/458: gnu: texlive-textcase: Refresh package definition., guix-commits, 2023/06/14
- 286/458: gnu: texlive-rerunfilecheck: Refresh package definition., guix-commits, 2023/06/14
- 289/458: gnu: texlive-jadetex: Refresh package definition., guix-commits, 2023/06/14
- 306/458: gnu: texlive-seminar: Refresh package definition., guix-commits, 2023/06/14