guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

451/452: gnu: Add texlive-scheme-basic.


From: guix-commits
Subject: 451/452: gnu: Add texlive-scheme-basic.
Date: Fri, 9 Jun 2023 13:44:30 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit 18c2a94fb6bd740fc30f6bb069674ee2ed243bcd
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 ff7e3bc472..8815c287a3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11031,6 +11031,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
@@ -13040,6 +13041,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]