mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-vruler.
* gnu/packages/tex.scm (texlive-vruler): New variable.
This commit is contained in:
parent
24128f38cb
commit
b3a31f374e
1 changed files with 19 additions and 0 deletions
|
@ -99581,6 +99581,25 @@ (define-public texlive-vpe
|
|||
file (@file{vpe.pl}) and a LaTeX package (@file{vpe.sty}).")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-vruler
|
||||
(package
|
||||
(name "texlive-vruler")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/vruler/" "tex/latex/vruler/")
|
||||
(base32
|
||||
"06yvgz6bl6xjkvf7a4nwdsrpdql97bg812vh7s524f7y3whka1lp")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/vruler")
|
||||
(synopsis "Numbering text")
|
||||
(description
|
||||
"The package offers facilities for adding a columns of numbering to the
|
||||
general text so that the text can be properly referenced. The vertical ruler
|
||||
can be scaled and moved freely.")
|
||||
(license license:lppl1.0+)))
|
||||
|
||||
;;;
|
||||
;;; 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