mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: Add texlive-picture.
* gnu/packages/tex.scm (texlive-picture): New variable.
This commit is contained in:
parent
c3951e72ee
commit
5359aec568
1 changed files with 21 additions and 0 deletions
|
@ -92424,6 +92424,27 @@ (define-public texlive-photobook
|
|||
content.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public texlive-picture
|
||||
(package
|
||||
(name "texlive-picture")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/picture/" "source/latex/picture/"
|
||||
"tex/latex/picture/")
|
||||
(base32
|
||||
"157icaf3sx263y7vf25klcxs1ycnv5rxcag0wc8q19hbxj2qxg6v")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/picture")
|
||||
(synopsis "Dimensions for picture macros")
|
||||
(description
|
||||
"There are macro and environment arguments that expect numbers that will
|
||||
internally be multiplied by @code{\\unitlength}. This package extends the
|
||||
syntax of these arguments, so that dimensions with calculation support may be
|
||||
used for these arguments.")
|
||||
(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