guix-commits
[Top][All Lists]
Advanced

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

222/243: gnu: Add texlive-tex-virtual-academy-pl.


From: guix-commits
Subject: 222/243: gnu: Add texlive-tex-virtual-academy-pl.
Date: Fri, 11 Aug 2023 08:46:25 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 55600186f0e3d22a71c7f7bd2a6dd9af52288051
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:25:28 2023 +0200

    gnu: Add texlive-tex-virtual-academy-pl.
    
    * gnu/packages/tex.scm (texlive-tex-virtual-academy-pl): 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 294982250b..6b0bbf7e08 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8455,6 +8455,25 @@ mathematical proofs and to construct programs.  This 
package provides macros
 that support calculational proofs and Dijkstra's guarded command language.")
     (license license:bsd-1)))
 
+(define-public texlive-tex-virtual-academy-pl
+  (package
+    (name "texlive-tex-virtual-academy-pl")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/tex-virtual-academy-pl/")
+             (base32
+              "1kb86nn5vp1b0sy21aw9wlla1dwlaijppzq7728bmfs5nk1dnbjv")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/tex-virtual-academy-pl";)
+    (synopsis "TeX usage web pages, in Polish")
+    (description
+     "TeX Virtual Academy is a bundle of Polish documentation in HTML format
+about TeX and Co.  It contains information for beginners, LaTeX packages,
+descriptions, etc.")
+    (license license:fdl1.3+)))
+
 (define-public texlive-textgreek
   (package
     (name "texlive-textgreek")



reply via email to

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