[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
231/296: gnu: Add texlive-turabian.
From: |
guix-commits |
Subject: |
231/296: gnu: Add texlive-turabian. |
Date: |
Thu, 24 Aug 2023 05:21:12 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit d504f6b2c57441f181292b43a2f506510fce80ce
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:00:48 2023 +0200
gnu: Add texlive-turabian.
* gnu/packages/tex.scm (texlive-turabian): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6db0780cc9..e5d834d1e4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -30275,6 +30275,25 @@ Engineering at the Universidad de los Andes, Bogota,
Colombia. It is
implemented as an extension of the @code{memoir} class.")
(license license:lppl)))
+(define-public texlive-turabian
+ (package
+ (name "texlive-turabian")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/turabian/" "tex/latex/turabian/")
+ (base32
+ "1waqdm6r4fpy602jfqjbfhm2x71llpg4wj4a9w61pkbca19xcnki")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/turabian")
+ (synopsis "Create Turabian-formatted material using LaTeX")
+ (description
+ "The bundle provides a class file and a template for creating
+Turabian-formatted projects. The class file supports citation formatting
+conforming to the Turabian 8th Edition style guide.")
+ (license license:lppl)))
+
(define-public texlive-turabian-formatting
(package
(name "texlive-turabian-formatting")
- 190/296: gnu: Add texlive-seu-ml-assign., (continued)
- 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, 2023/08/24
- 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 <=
- 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
- 267/296: gnu: Add texlive-ut-thesis., guix-commits, 2023/08/24
- 289/296: gnu: Add texlive-tocbibind., guix-commits, 2023/08/24
- 277/296: gnu: Add texlive-xduthesis., guix-commits, 2023/08/24