gnu: Add texlive-seetexk.
* gnu/packages/tex.scm (texlive-seetexk): New variable.
This commit is contained in:
parent
6fdc79c121
commit
db4c351f1c
1 changed files with 42 additions and 0 deletions
|
@ -3229,6 +3229,48 @@ graphics packages can parse Metapost-produced EPS directly. Hence,
|
||||||
stylized format that Metapost outputs.")
|
stylized format that Metapost outputs.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-seetexk
|
||||||
|
(package
|
||||||
|
(name "texlive-seetexk")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/man/man1/dvibook.1"
|
||||||
|
"doc/man/man1/dvibook.man1.pdf"
|
||||||
|
"doc/man/man1/dviconcat.1"
|
||||||
|
"doc/man/man1/dviconcat.man1.pdf"
|
||||||
|
"doc/man/man1/dviselect.1"
|
||||||
|
"doc/man/man1/dviselect.man1.pdf"
|
||||||
|
"doc/man/man1/dvitodvi.1"
|
||||||
|
"doc/man/man1/dvitodvi.man1.pdf")
|
||||||
|
(base32
|
||||||
|
"1bhv5xgv8jpam5apdybd0cggnvcizk2r6zs7lim1hmhzafpqqlcx")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/dvibook")
|
||||||
|
(synopsis "Utilities for manipulating DVI files")
|
||||||
|
(description
|
||||||
|
"The package provides a collection of utilities for manipulating DVI
|
||||||
|
files:
|
||||||
|
|
||||||
|
@itemize
|
||||||
|
|
||||||
|
@item @command{dvibook}, which will rearrange the pages of a DVI file into
|
||||||
|
signatures as used when printing a book;
|
||||||
|
|
||||||
|
@item @command{dviconcat}, for concatenating pages of DVI file(s);
|
||||||
|
|
||||||
|
@item @command{dviselect}, which will select pages from one DVI file to create
|
||||||
|
a new DVI file;
|
||||||
|
|
||||||
|
@item @command{dvitodvi}, which will rearrange the pages of a DVI file to
|
||||||
|
create a new file;
|
||||||
|
|
||||||
|
@item @command{libtex}, a library for manipulating the files, from the old
|
||||||
|
SeeTeX project.
|
||||||
|
|
||||||
|
@end itemize")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public texlive-tex-ini-files
|
(define-public texlive-tex-ini-files
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue