[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
169/296: gnu: Add texlive-prociagssymp.
From: |
guix-commits |
Subject: |
169/296: gnu: Add texlive-prociagssymp. |
Date: |
Thu, 24 Aug 2023 05:20:39 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit c62820c1a4c1ffd6bd8298bf9596ab23e2ec1bdf
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:29:17 2023 +0200
gnu: Add texlive-prociagssymp.
* gnu/packages/tex.scm (texlive-prociagssymp): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c60d1337d4..90112dcbd0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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")
- 211/296: gnu: Add texlive-texilikecover., (continued)
- 211/296: gnu: Add texlive-texilikecover., guix-commits, 2023/08/24
- 218/296: gnu: Add texlive-thucoursework., guix-commits, 2023/08/24
- 214/296: gnu: Add texlive-thesis-qom., guix-commits, 2023/08/24
- 233/296: gnu: Add texlive-uafthesis., guix-commits, 2023/08/24
- 158/296: gnu: Add texlive-nwafuthesis., guix-commits, 2023/08/24
- 159/296: gnu: Add texlive-nwejm., guix-commits, 2023/08/24
- 160/296: gnu: Add texlive-onrannual., guix-commits, 2023/08/24
- 162/296: gnu: Add texlive-oup-authoring-template., guix-commits, 2023/08/24
- 165/296: gnu: Add texlive-pkuthss., guix-commits, 2023/08/24
- 168/296: gnu: Add texlive-pracjourn., guix-commits, 2023/08/24
- 169/296: gnu: Add texlive-prociagssymp.,
guix-commits <=
- 175/296: gnu: Add texlive-resphilosophica., guix-commits, 2023/08/24
- 170/296: gnu: Add texlive-proposal., guix-commits, 2023/08/24
- 176/296: gnu: Add texlive-resumecls., guix-commits, 2023/08/24
- 178/296: gnu: Add texlive-revtex4-1., guix-commits, 2023/08/24
- 179/296: gnu: Add texlive-rutitlepage., guix-commits, 2023/08/24
- 180/296: gnu: Add texlive-ryersonsgsthesis., guix-commits, 2023/08/24
- 183/296: gnu: Add texlive-sapthesis., guix-commits, 2023/08/24
- 189/296: gnu: Add texlive-se2thesis., guix-commits, 2023/08/24
- 190/296: gnu: Add texlive-seu-ml-assign., guix-commits, 2023/08/24
- 194/296: gnu: Add texlive-datetime., guix-commits, 2023/08/24