[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
450/452: gnu: Add texlive-collection-latex.
From: |
guix-commits |
Subject: |
450/452: gnu: Add texlive-collection-latex. |
Date: |
Fri, 9 Jun 2023 13:44:29 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 2d7e5248a959f90f4111578c6e76adcbf25b53e7
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 154c2cd3d9..ff7e3bc472 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11070,6 +11070,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")
- 418/452: gnu: texlive: Improve package style., (continued)
- 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, 2023/06/09
- 450/452: gnu: Add texlive-collection-latex.,
guix-commits <=
- 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