mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Add texlive-isorot.
* gnu/packages/tex.scm (texlive-isorot): New variable.
This commit is contained in:
parent
326491e467
commit
630a327752
1 changed files with 21 additions and 0 deletions
|
@ -85904,6 +85904,27 @@ (define-public texlive-isopt
|
|||
a user defined space between number and unit.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-isorot
|
||||
(package
|
||||
(name "texlive-isorot")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/isorot/" "source/latex/isorot/"
|
||||
"tex/latex/isorot/")
|
||||
(base32
|
||||
"1mpph7pvcw6l65zkq641gc0c0j0vq593mqsqhbb6zq3cmvc00dkr")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/isorot")
|
||||
(synopsis "Rotation of document elements")
|
||||
(description
|
||||
"The package is for rotation of document elements. It is a combination of the
|
||||
@code{lscape} package and an extension of the @code{rotating} package. The
|
||||
package is designed for use with the @code{iso} class but may be used with any
|
||||
normal class.")
|
||||
(license license:lppl)))
|
||||
|
||||
;;;
|
||||
;;; 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