mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: Add texlive-insbox.
* gnu/packages/tex.scm (texlive-insbox): New variable.
This commit is contained in:
parent
749e2bb6a9
commit
7792c8c0aa
1 changed files with 18 additions and 0 deletions
|
@ -2911,6 +2911,24 @@ (define-public texlive-inputnormalization
|
||||||
before it's read by TeX.")
|
before it's read by TeX.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-insbox
|
||||||
|
(package
|
||||||
|
(name "texlive-insbox")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/generic/insbox/" "tex/generic/insbox/")
|
||||||
|
(base32
|
||||||
|
"0br6xpn9y11nw2pdjxck6mijbw2q6g2v31p64hwn65bwnx1fnc25")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/insbox")
|
||||||
|
(synopsis "Insert pictures/boxes into paragraphs")
|
||||||
|
(description
|
||||||
|
"The package provides convenient bundling of the @code{\\parshape}
|
||||||
|
primitive. This is a TeX package.")
|
||||||
|
(license license:public-domain)))
|
||||||
|
|
||||||
(define-public texlive-tex
|
(define-public texlive-tex
|
||||||
(package
|
(package
|
||||||
(name "texlive-tex")
|
(name "texlive-tex")
|
||||||
|
|
Loading…
Reference in a new issue