guix-commits
[Top][All Lists]
Advanced

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

61/243: gnu: Add texlive-tds.


From: guix-commits
Subject: 61/243: gnu: Add texlive-tds.
Date: Fri, 11 Aug 2023 08:45:40 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 5317c1c44ca84c3d190b1b0120ab73a73782ac7d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:26:23 2023 +0200

    gnu: Add texlive-tds.
    
    * gnu/packages/tex.scm (texlive-tds): New variable.
---
 gnu/packages/tex.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 77b8028a90..424128f136 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25414,6 +25414,25 @@ according to the natural width of the widest cell in 
the column.")
 in LaTeX, and thus mainly about BibTeX.")
     (license license:lppl1.3+)))
 
+(define-public texlive-tds
+  (package
+    (name "texlive-tds")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/tds/" "doc/info/tds.info")
+             (base32
+              "04lhavbayyisxxqfm1vpfq38xx1xwkn136hdnjaa3szky2xyn3yh")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/tds";)
+    (synopsis "TeX Directory Structure standard")
+    (description
+     "This package defines a structure for placement of TeX-related files on
+an hierarchical file system, in a way that is well-defined, and is readily
+implementable.")
+    (license license:fdl1.1+)))
+
 (define-public texlive-threeparttable
   (package
     (name "texlive-threeparttable")



reply via email to

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