mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 07:46:20 +01:00
gnu: Add texlive-verifica.
* gnu/packages/tex.scm (texlive-verifica): New variable.
This commit is contained in:
parent
3fd5ef29f9
commit
6b529432fa
1 changed files with 22 additions and 0 deletions
|
@ -30259,6 +30259,28 @@ (define-public texlive-verbatimbox
|
|||
|
||||
(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")
|
||||
|
|
Loading…
Reference in a new issue