guix-commits
[Top][All Lists]
Advanced

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

66/243: gnu: Add texlive-tex-vpat.


From: guix-commits
Subject: 66/243: gnu: Add texlive-tex-vpat.
Date: Fri, 11 Aug 2023 08:45:41 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 084a068002cbfc6674b0dde4258c247a8e3e8cfc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:27:32 2023 +0200

    gnu: Add texlive-tex-vpat.
    
    * gnu/packages/tex.scm (texlive-tex-vpat): 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 4214309533..bb0e6ee6df 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25509,6 +25509,24 @@ LaTeX (and its friends like ConTeXt, MetaPost, 
Metafont, etc.) using
 DocBook/XML source format.")
     (license license:fdl1.2+)))
 
+(define-public texlive-tex-vpat
+  (package
+    (name "texlive-tex-vpat")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/tex-vpat/")
+             (base32
+              "16nfvhzzg46vk6pqli6spxq9y9r0manqd5b7b4k6r9lssdqxf8ld")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/tex-vpat";)
+    (synopsis "TeX accessibility conformance report")
+    (description
+     "This package provides the TeX accessibility conformance report based on
+ITI VPAT(R) guidelines.")
+    (license license:cc-by3.0)))
+
 (define-public texlive-threeparttable
   (package
     (name "texlive-threeparttable")



reply via email to

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