[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
451/458: gnu: Add texlive-scheme-basic.
From: |
guix-commits |
Subject: |
451/458: gnu: Add texlive-scheme-basic. |
Date: |
Wed, 14 Jun 2023 05:23:30 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit ab31b79cf4ff97059d94d2f772e7c6843f6e0773
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jun 9 17:40:53 2023 +0200
gnu: Add texlive-scheme-basic.
* gnu/packages/tex.scm (texlive-scheme-basic): New variable.
---
gnu/packages/tex.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ded9afdea1..5475abfaca 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11034,6 +11034,7 @@ The macros were designed for use within other macros.")
(propagated-inputs
(list texlive-amsfonts
texlive-bibtex
+ texlive-bin ;set GUIX TEXMF and engines
texlive-cm
texlive-colorprofiles
texlive-dvipdfmx
@@ -13043,6 +13044,23 @@ break statement, except that the loop does not
terminate until the end of the
current iteration.")
(license license:lppl)))
+(define-public texlive-scheme-basic
+ (package
+ (name "texlive-scheme-basic")
+ (version (number->string %texlive-revision))
+ (source #f)
+ (build-system trivial-build-system)
+ (arguments (list #:builder #~(mkdir #$output)))
+ (propagated-inputs (list texlive-collection-basic
texlive-collection-latex))
+ (home-page "https://www.tug.org/texlive/")
+ (synopsis "Basic scheme (plain and latex)")
+ (description
+ "This is the basic TeX Live scheme: it is a small set of files sufficient
+to typeset plain TeX or LaTeX documents in PostScript or PDF, using the
+Computer Modern fonts. This scheme corresponds to @code{collection-basic} and
+@code{collection-latex}.")
+ (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
+
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar
- 390/458: guix: import: Handle native inputs in texlive importer., (continued)
- 390/458: guix: import: Handle native inputs in texlive importer., guix-commits, 2023/06/14
- 385/458: gnu: texlive-soulutf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 399/458: gnu: texlive-eurosym: Fix build., guix-commits, 2023/06/14
- 417/458: gnu: texlive-texmf: Improve package style., guix-commits, 2023/06/14
- 411/458: guix: import: Fix Creative Common licenses in texlive importer., guix-commits, 2023/06/14
- 432/458: gnu: texlive-xetex: Create formats., guix-commits, 2023/06/14
- 436/458: guix: texlive importer: Fix build system and arguments for meta-packages., guix-commits, 2023/06/14
- 440/458: gnu: Add texlive-xdvi., guix-commits, 2023/06/14
- 448/458: gnu: Add texlive-pslatex., guix-commits, 2023/06/14
- 449/458: gnu: Add texlive-pspicture., guix-commits, 2023/06/14
- 451/458: gnu: Add texlive-scheme-basic.,
guix-commits <=
- 455/458: gnu: Deprecate texlive-base in favor of texlive-scheme-basic., guix-commits, 2023/06/14
- 145/458: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/06/14
- 147/458: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/06/14
- 213/458: gnu: texlive-pgf: Refresh package definition., guix-commits, 2023/06/14
- 225/458: gnu: Add texlive-xmltexconfig., guix-commits, 2023/06/14
- 228/458: gnu: texlive-psnfss: Refresh package definition., guix-commits, 2023/06/14
- 232/458: gnu: texlive-babel: Refresh package definition., guix-commits, 2023/06/14
- 244/458: gnu: texlive-fancyhdr: Refresh package definition., guix-commits, 2023/06/14
- 279/458: gnu: texlive-filecontents: Refresh package definition., guix-commits, 2023/06/14
- 283/458: gnu: texlive-xcolor: Refresh package definition., guix-commits, 2023/06/14