mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add texlive-handout.
* gnu/packages/tex.scm (texlive-handout): New variable.
This commit is contained in:
parent
2480326ba0
commit
23417c25b6
1 changed files with 21 additions and 0 deletions
|
@ -84588,6 +84588,27 @@ (define-public texlive-handin
|
|||
be used for creating exercises, too.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-handout
|
||||
(package
|
||||
(name "texlive-handout")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/handout/" "tex/latex/handout/")
|
||||
(base32
|
||||
"08jmgzfrb17b6kv4d6na7i0a9amapgf5bhs29b8ajh46rdijckym")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/handout")
|
||||
(synopsis "Create handout for auditors of a talk")
|
||||
(description
|
||||
"In some fields of scholarship, a beamer does not offer good support when
|
||||
giving a talk in a proceeding. For example, in classical philology, the main
|
||||
sources are text, and it will be better to distribute a handout to the
|
||||
audience with extracts of the texts about which we will talk. The package
|
||||
supports preparation of such handouts when writing the talk.")
|
||||
(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