[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
450/458: gnu: Add texlive-collection-latex.
From: |
guix-commits |
Subject: |
450/458: gnu: Add texlive-collection-latex. |
Date: |
Wed, 14 Jun 2023 05:23:30 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 0554cd79e154c5fa80817667102bc083ae31470a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jun 9 09:18:57 2023 +0200
gnu: Add texlive-collection-latex.
* gnu/packages/tex.scm (texlive-collection-latex): New variable.
---
gnu/packages/tex.scm | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 72 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6738571cd2..ded9afdea1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11073,6 +11073,78 @@ macros, Computer Modern fonts, and configuration for
common drivers; no
LaTeX.")
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
+(define-public texlive-collection-latex
+ (package
+ (name "texlive-collection-latex")
+ (version (number->string %texlive-revision))
+ (source #f)
+ (build-system trivial-build-system)
+ (arguments (list #:builder #~(mkdir #$output)))
+ (propagated-inputs
+ (list texlive-ae
+ texlive-amscls
+ texlive-amsmath
+ texlive-atbegshi
+ texlive-atveryend
+ texlive-auxhook
+ texlive-babel
+ texlive-babel-english
+ texlive-babelbib
+ texlive-bigintcalc
+ texlive-bitset
+ texlive-bookmark
+ texlive-carlisle
+ texlive-collection-basic
+ texlive-colortbl
+ texlive-epstopdf-pkg
+ texlive-etexcmds
+ texlive-fancyhdr
+ texlive-firstaid
+ texlive-fix2col
+ texlive-geometry
+ texlive-gettitlestring
+ texlive-graphics
+ texlive-graphics-cfg
+ texlive-grfext
+ texlive-hopatch
+ texlive-hycolor
+ texlive-hyperref
+ texlive-intcalc
+ texlive-kvdefinekeys
+ texlive-kvoptions
+ texlive-kvsetkeys
+ texlive-l3backend
+ texlive-l3kernel
+ texlive-l3packages
+ texlive-latex
+ texlive-latex-bin
+ texlive-latex-fonts
+ texlive-latexconfig
+ texlive-letltxmacro
+ texlive-ltxcmds
+ texlive-ltxmisc
+ texlive-mfnfss
+ texlive-mptopdf
+ texlive-natbib
+ texlive-oberdiek
+ texlive-pagesel
+ texlive-pdfescape
+ texlive-pslatex
+ texlive-psnfss
+ texlive-pspicture
+ texlive-refcount
+ texlive-rerunfilecheck
+ texlive-stringenc
+ texlive-tools
+ texlive-uniquecounter
+ texlive-url))
+ (home-page "https://www.tug.org/texlive/")
+ (synopsis "LaTeX fundamental packages")
+ (description
+ "These packages are either mandated by the core LaTeX team, or very widely
+used and strongly recommended in practice.")
+ (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
+
(define-public texlive-grfext
(package
(name "texlive-grfext")
- 372/458: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 372/458: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 370/458: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 353/458: gnu: Add texlive-manfnt-font., guix-commits, 2023/06/14
- 376/458: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 396/458: gnu: texlive-latex-fonts: Fix build., guix-commits, 2023/06/14
- 405/458: gnu: texlive-lh: Fix build., guix-commits, 2023/06/14
- 435/458: guix: texlive importer ignores dependencies unnecessary in Guix., guix-commits, 2023/06/14
- 442/458: gnu: Add texlive-babelbib., guix-commits, 2023/06/14
- 437/458: gnu: Add texlive-luahbtex., guix-commits, 2023/06/14
- 443/458: gnu: Add texlive-fix2col., guix-commits, 2023/06/14
- 450/458: gnu: Add texlive-collection-latex.,
guix-commits <=
- 189/458: gnu: texlive-fourier: Refresh package definition., guix-commits, 2023/06/14
- 143/458: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/06/14
- 154/458: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/06/14
- 247/458: gnu: texlive-listings: Refresh package definition., guix-commits, 2023/06/14
- 254/458: gnu: texlive-ms: Refresh package definition., guix-commits, 2023/06/14
- 258/458: gnu: texlive-bigintcalc: Refresh package definition., guix-commits, 2023/06/14
- 261/458: gnu: texlive-gettitlestring: Refresh package definition., guix-commits, 2023/06/14
- 270/458: gnu: texlive-pdfx: Refresh package definition., guix-commits, 2023/06/14
- 274/458: gnu: texlive-mflogo: Refresh package definition., guix-commits, 2023/06/14
- 285/458: gnu: texlive-oberdiek: Refresh package definition., guix-commits, 2023/06/14