mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add texlive-exesheet.
* gnu/packages/tex.scm (texlive-exesheet): New variable.
This commit is contained in:
parent
b9902b0434
commit
d9ba897c1a
1 changed files with 23 additions and 0 deletions
|
@ -81433,6 +81433,29 @@ (define-public texlive-exercises
|
|||
the solutions.")
|
||||
(license license:lppl1.2+)))
|
||||
|
||||
(define-public texlive-exesheet
|
||||
(package
|
||||
(name "texlive-exesheet")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/exesheet/"
|
||||
"source/latex/exesheet/"
|
||||
"tex/latex/exesheet/")
|
||||
(base32
|
||||
"0qszpi5k1a3ndb90i1li7hp0h9mpaym9i5rn33j4jfg4pf0m7a4b")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/exesheet")
|
||||
(synopsis "Typesetting exercise or exam sheets")
|
||||
(description
|
||||
"This package is used for typesetting exercise or exam sheets. In addition,
|
||||
the @code{exesheet} class loads the @code{schooldocs} package. The package
|
||||
provides: macros to mark out exercises and subparts, specific settings for
|
||||
enumeration lists, environments for questions and answers, with conditional
|
||||
display, macros for marking schemes with detailed comments.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
;;;
|
||||
;;; 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
|
||||
|
|
Loading…
Reference in a new issue