mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 20:30:05 -05:00
gnu: Add texlive-trigonometry.
* gnu/packages/tex.scm (texlive-trigonometry): New variable.
This commit is contained in:
parent
7f18571a5b
commit
b3d4aea7fa
1 changed files with 20 additions and 0 deletions
|
@ -3924,6 +3924,26 @@ (define-public texlive-treetex
|
||||||
"This package provides macros to draw trees, within TeX or LaTeX.")
|
"This package provides macros to draw trees, within TeX or LaTeX.")
|
||||||
(license license:public-domain)))
|
(license license:public-domain)))
|
||||||
|
|
||||||
|
(define-public texlive-trigonometry
|
||||||
|
(package
|
||||||
|
(name "texlive-trigonometry")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/generic/trigonometry/"
|
||||||
|
"tex/generic/trigonometry/")
|
||||||
|
(base32
|
||||||
|
"165n813kj0znfrnqkqv0gja3nyr2lznnhbmsay6l8a5nj59h7cxl")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/trigonometry")
|
||||||
|
(synopsis "Demonstration code for cos and sin in TeX macros")
|
||||||
|
(description
|
||||||
|
"This package provides a document that both provides macros that are
|
||||||
|
usable elsewhere, and demonstrates the macros. The code uses the classical
|
||||||
|
analytical expansion of sin and cos.")
|
||||||
|
(license license:knuth)))
|
||||||
|
|
||||||
(define-public texlive-lcdftypetools
|
(define-public texlive-lcdftypetools
|
||||||
(package
|
(package
|
||||||
(name "texlive-lcdftypetools")
|
(name "texlive-lcdftypetools")
|
||||||
|
|
Loading…
Reference in a new issue