mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: Add texlive-pgf-interference.
* gnu/packages/tex.scm (texlive-pgf-interference): New variable.
This commit is contained in:
parent
1f43ad80de
commit
dd19424bfa
1 changed files with 20 additions and 0 deletions
|
@ -3019,6 +3019,26 @@ (define-public texlive-pgf-blur
|
|||
It is configured as a TikZ/PGF library module.")
|
||||
(license (list license:lppl license:public-domain))))
|
||||
|
||||
(define-public texlive-pgf-interference
|
||||
(package
|
||||
(name "texlive-pgf-interference")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/pgf-interference/"
|
||||
"tex/latex/pgf-interference/")
|
||||
(base32
|
||||
"1aa741h358iwn0zd25y3wsr4mr1q2fia1mrfqrbz6p00fvv0rgv5")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/pgf-interference")
|
||||
(synopsis "Drawing interference patterns with PGF/TikZ")
|
||||
(description
|
||||
"This LaTeX package makes it possible to simulate interference patterns
|
||||
occuring on a screen if monochromatic light is diffracted at regular
|
||||
structures of slits.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-amiri
|
||||
(package
|
||||
(name "texlive-amiri")
|
||||
|
|
Loading…
Reference in a new issue