mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: Add texlive-pinlabel.
* gnu/packages/tex.scm (texlive-pinlabel): New variable.
This commit is contained in:
parent
b37e07414b
commit
a1b56241da
1 changed files with 21 additions and 0 deletions
|
@ -3340,6 +3340,27 @@ (define-public texlive-pictex2
|
|||
horizontal or vertical.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-pinlabel
|
||||
(package
|
||||
(name "texlive-pinlabel")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/pinlabel/" "tex/latex/pinlabel/")
|
||||
(base32
|
||||
"0hfa6gdmc6f59840fia3pdll2bgjwyqk57plcqxb4vc0f7kdqqay")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/pinlabel")
|
||||
(synopsis "TeX labelling package")
|
||||
(description
|
||||
"Pinlabel is a labelling package for attaching perfectly formatted TeX
|
||||
labels to figures and diagrams in both EPS and PDF formats. It is suitable
|
||||
both for labelling a new diagram and for relabelling an existing diagram. The
|
||||
package uses coordinates derived from GhostView and labels are placed with
|
||||
automatic and consistent spacing relative to the object labelled.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-amiri
|
||||
(package
|
||||
(name "texlive-amiri")
|
||||
|
|
Loading…
Reference in a new issue