mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Add texlive-iscram.
* gnu/packages/tex.scm (texlive-iscram): New variable.
This commit is contained in:
parent
dc68cd7a5c
commit
2e08a8163f
1 changed files with 19 additions and 0 deletions
|
@ -17401,6 +17401,25 @@ (define-public texlive-iodhbwm
|
|||
effort.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-iscram
|
||||
(package
|
||||
(name "texlive-iscram")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/iscram/" "tex/latex/iscram/")
|
||||
(base32
|
||||
"13p0nr6cwkchykdllf0ii035yjq7hxczb1g7qc7l7jaywfszr5ph")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/iscram")
|
||||
(synopsis "LaTeX class to publish article to ISCRAM conferences")
|
||||
(description
|
||||
"This is a LaTeX class to publish article to @acronym{ISCRAM,
|
||||
International Conference on Information Systems for Crisis Response and
|
||||
Management}.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-isomath
|
||||
(package
|
||||
(name "texlive-isomath")
|
||||
|
|
Loading…
Reference in a new issue