mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-prtec.
* gnu/packages/tex.scm (texlive-prtec): New variable.
This commit is contained in:
parent
0850db0a33
commit
ab003b28c6
1 changed files with 20 additions and 0 deletions
|
@ -25532,6 +25532,26 @@ (define-public texlive-proposal
|
|||
research proposals.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-prtec
|
||||
(package
|
||||
(name "texlive-prtec")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "bibtex/bst/prtec/" "doc/latex/prtec/"
|
||||
"tex/latex/prtec/")
|
||||
(base32
|
||||
"15l75a6blk1dpcj2q841i92cdvlfjxmmaqi5lk01rac8rxa5cghx")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/prtec")
|
||||
(synopsis "Template for PRTEC conference papers")
|
||||
(description
|
||||
"This package provides a LaTeX class, a BibTeX style, and a LaTeX
|
||||
template to format conference papers for the @acronym{PRTEC, Pacific Rim
|
||||
Thermal Engineering Conference}.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public texlive-pseudo
|
||||
(package
|
||||
(name "texlive-pseudo")
|
||||
|
|
Loading…
Reference in a new issue