mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-multiaudience.
* gnu/packages/tex.scm (texlive-multiaudience): New variable.
This commit is contained in:
parent
7adba4dd01
commit
b44ae69b03
1 changed files with 20 additions and 0 deletions
|
@ -89544,6 +89544,26 @@ (define-public texlive-multenum
|
|||
enumerated array in which columns are vertically aligned on the counter.")
|
||||
(license license:lppl1.0+)))
|
||||
|
||||
(define-public texlive-multiaudience
|
||||
(package
|
||||
(name "texlive-multiaudience")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/multiaudience/"
|
||||
"source/latex/multiaudience/"
|
||||
"tex/latex/multiaudience/")
|
||||
(base32
|
||||
"1j0lh7pwaqccg68x1j938c69b05x7qbj1i70ka4ywh3pi6ilqw9i")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/multiaudience")
|
||||
(synopsis "Several versions of output from the same source")
|
||||
(description
|
||||
"This package allows to generate several versions of the same document for
|
||||
different audiences.")
|
||||
(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