me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-psizzl.

* gnu/packages/tex.scm (texlive-psizzl): New variable.
Nicolas Goaziou 2023-08-14 13:56:23 +02:00
parent 61064921b6
commit 38ccc2eba5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -7849,6 +7849,28 @@ elements such as keywords, identifiers, and comments.")
algorithms in a natural manner.")
(license license:lppl)))
(define-public texlive-psizzl
(package
(name "texlive-psizzl")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/otherformats/psizzl/base/"
"source/psizzl/base/" "tex/psizzl/base/"
"tex/psizzl/config/")
(base32
"07h8raq2k80ycvsaaaxaaczwwnhkxdbnvnr52mihr8dyih5s7jns")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/psizzl")
(synopsis "TeX format for physics papers")
(description
"PSIZZL is a TeX format for physics papers written at SLAC and used at
several other places. It dates from rather early in the development of TeX82;
as a result, some of the descriptions of limitations look rather quaint to
modern eyes.")
(license license:lppl)))
(define-public texlive-pythonhighlight
(package
(name "texlive-pythonhighlight")