mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: Add texlive-outilsgeomtikz.
* gnu/packages/tex.scm (texlive-outilsgeomtikz): New variable.
This commit is contained in:
parent
3c901873a2
commit
beaabbc39b
1 changed files with 20 additions and 0 deletions
|
@ -2912,6 +2912,26 @@ (define-public texlive-numericplots
|
||||||
to transform Matlab results to plottable data.")
|
to transform Matlab results to plottable data.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
|
(define-public texlive-outilsgeomtikz
|
||||||
|
(package
|
||||||
|
(name "texlive-outilsgeomtikz")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/outilsgeomtikz/"
|
||||||
|
"tex/latex/outilsgeomtikz/")
|
||||||
|
(base32
|
||||||
|
"0zk47dlz9jl2xk0q1sfnd6f57iww8qaq5wd0l1k23pci86x4nv6a")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/outilsgeomtikz")
|
||||||
|
(synopsis "Some geometric tools, with TikZ")
|
||||||
|
(description
|
||||||
|
"This package provides some commands, with French keys, to display
|
||||||
|
geometric tools using TikZ, for example a pen, a compass, a rule, a square, or
|
||||||
|
a protractor.")
|
||||||
|
(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