mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add texlive-lpic.
* gnu/packages/tex.scm (texlive-lpic): New variable.
This commit is contained in:
parent
ef2d165645
commit
6963403a1c
1 changed files with 24 additions and 0 deletions
|
@ -2477,6 +2477,30 @@ (define-public texlive-liftarm
|
|||
two liftarms and an environment to describe a construction.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-lpic
|
||||
(package
|
||||
(name "texlive-lpic")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/lpic/" "tex/latex/lpic/")
|
||||
(base32
|
||||
"15jzvpn3gnj5c0wachbsjazll9qlibyzxf4i2g8ad7l4yd967m3c")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/lpic")
|
||||
(synopsis "Put LaTeX material over included graphics")
|
||||
(description
|
||||
"The package defines a convenient interface to put any LaTeX material on
|
||||
top of included graphics. The LaTeX material may also be rotated and typeset
|
||||
on top of a white box overshadowing the graphics. The coordinates of the
|
||||
LaTeX boxes are given relative to the original, unscaled graphics; when the
|
||||
graphics is rescaled, the LaTeX annotations stay at their right places (unless
|
||||
you do something extreme). In a draft mode, the package enables you to draw
|
||||
a coordinate grid over the picture for easy adjustment of positions of the
|
||||
annotations.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-mflogo
|
||||
(package
|
||||
(name "texlive-mflogo")
|
||||
|
|
Loading…
Reference in a new issue