mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add texlive-writeongrid.
* gnu/packages/tex.scm (texlive-writeongrid): New variable.
This commit is contained in:
parent
144bac6576
commit
86d014f71c
1 changed files with 19 additions and 0 deletions
|
@ -99929,6 +99929,25 @@ (define-public texlive-wrapstuff
|
|||
"This package provides another implementation of text wrapping.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-writeongrid
|
||||
(package
|
||||
(name "texlive-writeongrid")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/writeongrid/"
|
||||
"tex/latex/writeongrid/")
|
||||
(base32
|
||||
"0vrwgc0ldcy1b948dk1ry4j5ass4f92zmf5wiq517zza7fz45rql")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/writeongrid")
|
||||
(synopsis "Write on grid lines")
|
||||
(description
|
||||
"This package provides an environment to create grids (type 5x5 or Seyes or
|
||||
Ruled) and commands to write texts right on the lines.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
;;;
|
||||
;;; 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