mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: Add texlive-textpath.
* gnu/packages/tex.scm (texlive-textpath): New variable.
This commit is contained in:
parent
f534bbcb72
commit
332cf3df1a
1 changed files with 20 additions and 0 deletions
|
@ -6333,6 +6333,26 @@ (define-public texlive-suanpan
|
||||||
"The package provides macros for drawing Chinese and Japanese abaci.")
|
"The package provides macros for drawing Chinese and Japanese abaci.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-textpath
|
||||||
|
(package
|
||||||
|
(name "texlive-textpath")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/metapost/textpath/"
|
||||||
|
"metapost/textpath/" "tex/latex/textpath/")
|
||||||
|
(base32
|
||||||
|
"07g7n0hjsvsk0cibprpqid43vvljjzagap07zbp2kirkiv7yq3k0")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/textpath")
|
||||||
|
(synopsis "Setting text along a path with MetaPost")
|
||||||
|
(description
|
||||||
|
"This MetaPost package provides macros to typeset text along a free path
|
||||||
|
with the help of LaTeX, thereby preserving kerning and allowing for 8-bit
|
||||||
|
input (accented characters).")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-tocloft
|
(define-public texlive-tocloft
|
||||||
(package
|
(package
|
||||||
(name "texlive-tocloft")
|
(name "texlive-tocloft")
|
||||||
|
|
Loading…
Reference in a new issue