guix-commits
[Top][All Lists]
Advanced

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

20/243: gnu: Add texlive-dtxtut.


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

ngz pushed a commit to branch master
in repository guix.

commit 6c133a0b1640be50d5ca97bcf212f8b3316936da
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:06:36 2023 +0200

    gnu: Add texlive-dtxtut.
    
    * gnu/packages/tex.scm (texlive-dtxtut): 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 55ef3e1bb6..7efc57ef4c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7735,6 +7735,25 @@ which is readily readable by humans.  The DTL bundle 
contains an assembler
 LaTeX source (.dtx) file.")
     (license license:gpl3+)))
 
+(define-public texlive-dtxtut
+  (package
+    (name "texlive-dtxtut")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/dtxtut/")
+             (base32
+              "1szg0xvwm0jbzs8waillijzrff4kv04a73gsqh9c12ap427xfryr")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/dtxtut";)
+    (synopsis "Tutorial on writing @file{.dtx} and @file{.ins} files")
+    (description
+     "This tutorial is intended for advanced LaTeX2e users who want to learn
+how to create @file{.ins} and @file{.dtx} files for distributing their
+homebrewed classes and package files.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-dvi2tty
   (package
     (name "texlive-dvi2tty")



reply via email to

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