[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
228/296: gnu: Add texlive-tugboat.
From: |
guix-commits |
Subject: |
228/296: gnu: Add texlive-tugboat. |
Date: |
Thu, 24 Aug 2023 05:21:11 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 297e8f0319a2fc3c872fb79633ed21b04424a2ca
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:00:15 2023 +0200
gnu: Add texlive-tugboat.
* gnu/packages/tex.scm (texlive-tugboat): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index eb73775e08..98a76acc6e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -30217,6 +30217,26 @@ headings in @code{twocolumn} layout.
@end itemize")
(license license:lppl1.3c)))
+(define-public texlive-tugboat
+ (package
+ (name "texlive-tugboat")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/tugboat/" "doc/latex/tugboat/"
+ "source/latex/tugboat/" "tex/latex/tugboat/")
+ (base32
+ "1yf9g7bszxdkzb4calsd03kwnjs4i0y7vh0d7z4fwiv49qrbkzks")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/tugboat")
+ (synopsis "LaTeX macros for @emph{TUGboat} articles")
+ (description
+ "This package provides @file{ltugboat.cls} for both regular and
+proceedings issues of the @emph{TUGboat} journal. It also provides a BibTeX
+style, @file{tugboat.bst}.")
+ (license license:lppl1.3+)))
+
(define-public texlive-turabian-formatting
(package
(name "texlive-turabian-formatting")
- 180/296: gnu: Add texlive-ryersonsgsthesis., (continued)
- 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
- 202/296: gnu: Add texlive-spie., guix-commits, 2023/08/24
- 200/296: gnu: Add texlive-soton., guix-commits, 2023/08/24
- 209/296: gnu: Add texlive-technion-thesis-template., guix-commits, 2023/08/24
- 224/296: gnu: Add texlive-toptesi., guix-commits, 2023/08/24
- 229/296: gnu: Add texlive-tugboat-plain., guix-commits, 2023/08/24
- 228/296: gnu: Add texlive-tugboat.,
guix-commits <=
- 226/296: gnu: Add texlive-mathastext., guix-commits, 2023/08/24
- 225/296: gnu: Add texlive-tuda-ci., guix-commits, 2023/08/24
- 231/296: gnu: Add texlive-turabian., guix-commits, 2023/08/24
- 238/296: gnu: Add texlive-ucsmonograph., guix-commits, 2023/08/24
- 239/296: gnu: Add texlive-ucthesis., guix-commits, 2023/08/24
- 245/296: gnu: Add texlive-uiucthesis., guix-commits, 2023/08/24
- 240/296: gnu: Add texlive-udes-genie-these., guix-commits, 2023/08/24
- 260/296: gnu: Add texlive-unswcover., guix-commits, 2023/08/24
- 276/296: gnu: Add texlive-wsemclassic., guix-commits, 2023/08/24
- 268/296: gnu: Add texlive-utexasthesis., guix-commits, 2023/08/24