me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-prociagssymp.

* gnu/packages/tex.scm (texlive-prociagssymp): New variable.
master
Nicolas Goaziou 2023-08-22 16:29:17 +02:00
parent ec509af03e
commit c62820c1a4
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -25323,6 +25323,27 @@ includes some short commands for set (blackboard) or
filtrations (calligraphic).")
(license license:lppl)))
(define-public texlive-prociagssymp
(package
(name "texlive-prociagssymp")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/prociagssymp/"
"tex/latex/prociagssymp/")
(base32
"1c8fa2d0rsq5drrrckvm1b9mfdfn3p0b9wwwzr263lw7qdqhnlwj")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/prociagssymp")
(synopsis "Macros for IAG symposium papers")
(description
"This package provides (re-)definitions of some LaTeX commands that can
be useful for the preparation of papers with the style of the proceedings of
symposia sponsored by the @acronym{IAG, International Association of Geodesy}
published by Springer-Verlag.")
(license license:lppl)))
(define-public texlive-prodint
(package
(name "texlive-prodint")