mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add texlive-tikz-bbox.
* gnu/packages/tex.scm (texlive-tikz-bbox): New variable.
This commit is contained in:
parent
258879226f
commit
6b68cdfcdf
1 changed files with 22 additions and 0 deletions
|
@ -4254,6 +4254,28 @@ (define-public texlive-tikz-bayesnet
|
||||||
graphical models and (directed) factor graphs in LaTeX.")
|
graphical models and (directed) factor graphs in LaTeX.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-tikz-bbox
|
||||||
|
(package
|
||||||
|
(name "texlive-tikz-bbox")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/tikz-bbox/"
|
||||||
|
"tex/latex/tikz-bbox/")
|
||||||
|
(base32
|
||||||
|
"0h224gmdbx63dff0zikv9grf5p7780rdxng2ws9d68k7rk961lb7")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/tikz-bbox")
|
||||||
|
(synopsis "Precise determination of bounding boxes in TikZ")
|
||||||
|
(description
|
||||||
|
"The built-in determination of the bounding box in TikZ is not entirely
|
||||||
|
accurate. This is because, for Bezier curves, it is the smallest box that
|
||||||
|
contains all control points, which is in general larger than the box that just
|
||||||
|
contains the curve. This library determines the exact bounding box of the
|
||||||
|
curve.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-amiri
|
(define-public texlive-amiri
|
||||||
(package
|
(package
|
||||||
(name "texlive-amiri")
|
(name "texlive-amiri")
|
||||||
|
|
Loading…
Reference in a new issue