guix-commits
[Top][All Lists]
Advanced

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

208/243: gnu: Add texlive-verifica.


From: guix-commits
Subject: 208/243: gnu: Add texlive-verifica.
Date: Fri, 11 Aug 2023 08:46:21 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 6b529432fa319e2b88c8defa2e798bee02e97ab9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:17:48 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index d21b39a246..5c9bc0b3b1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -30259,6 +30259,28 @@ in places where the standard @code{verbatim} 
environment (which is based on a
 
 (define-deprecated-package texlive-latex-verbatimbox texlive-verbatimbox)
 
+(define-public texlive-verifica
+  (package
+    (name "texlive-verifica")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/verifica/"
+                   "source/latex/verifica/"
+                   "tex/latex/verifica/")
+             (base32
+              "1q7kdx7rywc98sdgycj33v8w3a3rk30qil5nqh9h0kgmc7a91mpc")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/verifica";)
+    (synopsis "Typeset (Italian high school) exercises")
+    (description
+     "This class provides various environments and commands to produce the
+typical exercises contained in a test.  It is mainly intended for Italian high
+school teachers, as the style is probably more in line with Italian high
+school tests.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-examplep
   (package
     (name "texlive-examplep")



reply via email to

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