mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: Add texlive-pitex.
* gnu/packages/tex.scm (texlive-pitex): New variable.
This commit is contained in:
parent
80d1e1e63c
commit
1b860eda04
1 changed files with 19 additions and 0 deletions
|
@ -3356,6 +3356,25 @@ (define-public texlive-pdfmsym
|
|||
packages.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public texlive-pitex
|
||||
(package
|
||||
(name "texlive-pitex")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/plain/pitex/" "tex/plain/pitex/")
|
||||
(base32
|
||||
"1rqawfqmh9sh7rfpfrhbmysmn1rlzmbs26nla8fj0xr45vx60219")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/pitex")
|
||||
(synopsis "Documentation macros")
|
||||
(description
|
||||
"The bundle provides macros that the author uses when writing
|
||||
documentation (for example, that of the @code{texapi} and @code{yax}
|
||||
packages).")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-tex
|
||||
(package
|
||||
(name "texlive-tex")
|
||||
|
|
Loading…
Reference in a new issue