mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-draftfigure.
* gnu/packages/tex.scm (texlive-draftfigure): New variable.
This commit is contained in:
parent
8a97249152
commit
0bb96ef044
1 changed files with 19 additions and 0 deletions
|
@ -79577,6 +79577,25 @@ (define-public texlive-draftcopy
|
|||
@code{draftwatermark} packages.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-draftfigure
|
||||
(package
|
||||
(name "texlive-draftfigure")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/draftfigure/"
|
||||
"tex/latex/draftfigure/")
|
||||
(base32
|
||||
"08akqd8hw2f5rybl1yj7gb8jv0z3ipwvr1gc6bz5rk1676vyfwdz")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/draftfigure")
|
||||
(synopsis "Replace figures with a white box and additional features")
|
||||
(description
|
||||
"With this package you can control the outcome of a figure which is set to
|
||||
draft and modify the display with various options.")
|
||||
(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