mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: Add texlive-pascaltriangle.
* gnu/packages/tex.scm (texlive-pascaltriangle): New variable.
This commit is contained in:
parent
37da19eed9
commit
8cbdc192fc
1 changed files with 22 additions and 0 deletions
|
@ -5326,6 +5326,28 @@ (define-public texlive-overarrows
|
||||||
provided.")
|
provided.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
|
(define-public texlive-pascaltriangle
|
||||||
|
(package
|
||||||
|
(name "texlive-pascaltriangle")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/pascaltriangle/"
|
||||||
|
"tex/latex/pascaltriangle/")
|
||||||
|
(base32
|
||||||
|
"1g5y02gcgwhdq168n7d33plfhfp83zq97vjrfyz8ldlc7vncdnlh")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/pascaltriangle")
|
||||||
|
(synopsis "Draw beautiful Pascal (Yanghui) triangles")
|
||||||
|
(description
|
||||||
|
"This LaTeX3 package based on TikZ helps to generate beautiful
|
||||||
|
Pascal (Yanghui) triangles. It provides a unique drawing macro
|
||||||
|
@code{\\pascal} which can generate isosceles or right-angle triangles
|
||||||
|
customized by means of different @code{\\pascal} macro options or the
|
||||||
|
@code{\\pascalset} macro.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-bibtex8
|
(define-public texlive-bibtex8
|
||||||
(package
|
(package
|
||||||
(name "texlive-bibtex8")
|
(name "texlive-bibtex8")
|
||||||
|
|
Loading…
Reference in a new issue