me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-example.

* gnu/packages/tex.scm (texlive-example): New variable.
master
Nicolas Goaziou 2023-08-29 15:49:39 +02:00
parent 98af64ff56
commit 900c05f288
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -81272,6 +81272,24 @@ matching, true/false, multiple-choice, fill-in-the-blank, and short
answer/essay questions.")
(license license:gpl3+)))
(define-public texlive-example
(package
(name "texlive-example")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "tex/latex/example/")
(base32
"06ld0b9gi8s7y6igijylfvj2qvj3d45z2ml9wd1zfzkpf32pghmy")))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/example")
(synopsis "Typeset examples for TeX courses")
(description
"The package makes it easier to produce examples for TeX course. It provides
an example environment, which typesets its contents on the left of the page,
and prints it verbatim on the right.")
(license license:gpl3+)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar