guix-commits
[Top][All Lists]
Advanced

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

88/93: gnu: Add texlive-xii-lat.


From: guix-commits
Subject: 88/93: gnu: Add texlive-xii-lat.
Date: Thu, 20 Jul 2023 05:21:47 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 7e68ab576bfbc1596582ba20425c4b12dd7a0cb9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 11:09:21 2023 +0200

    gnu: Add texlive-xii-lat.
    
    * gnu/packages/tex.scm (texlive-xii-lat): 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 2717f7b2c2..10c9a19571 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3999,6 +3999,24 @@ one of the other files, so that there's always a way 
back.")
 to produce a (perhaps) surprising typeset document.")
     (license license:lppl)))
 
+(define-public texlive-xii-lat
+  (package
+    (name "texlive-xii-lat")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/plain/xii-lat/")
+             (base32
+              "1nn54xv71kcmn9jbkcslz6a64cvjcay9x96rrxnakdj9qcqd27r5")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/xii-lat";)
+    (synopsis "Christmas silliness (Latin)")
+    (description
+     "This is the plain TeX file @file{xii-lat.tex}.  Call @samp{pdftex
+xii-lat.tex} to produce a (perhaps) surprising typeset document.")
+    (license license:lppl)))
+
 (define-public texlive-lcdftypetools
   (package
     (name "texlive-lcdftypetools")



reply via email to

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