guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

148/163: gnu: Add texlive-turabian-formatting.


From: guix-commits
Subject: 148/163: gnu: Add texlive-turabian-formatting.
Date: Sat, 19 Aug 2023 14:39:58 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 98fe046b9a885d2dedfa34f8fa27de4c28313b3f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 13:38:59 2023 +0200

    gnu: Add texlive-turabian-formatting.
    
    * gnu/packages/tex.scm (texlive-turabian-formatting): 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 87458e2dad..46ed8461ac 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -17658,6 +17658,27 @@ The package @code{lingmacros.sty} defines a few macros 
for linguists:
 @code{tabular}-based non-connected tree macros, and gloss macros.")
     (license license:lppl1.0+)))
 
+(define-public texlive-turabian-formatting
+  (package
+    (name "texlive-turabian-formatting")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/turabian-formatting/"
+                   "tex/latex/turabian-formatting/")
+             (base32
+              "1h42lrgq59900bhzgw114w1sxi432rbnpb2j5amwz64bsckvd2ry")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/turabian-formatting";)
+    (synopsis "Formatting based on @emph{Turabian's Manual}")
+    (description
+     "The @code{turabian-formatting} package provides Chicago-style formatting
+based on Kate L. Turabian's @emph{A Manual for Writers of Research Papers,
+Theses, and Dissertations: Chicago Style for Students and Researchers} (9th
+edition).")
+    (license license:lppl1.3+)))
+
 (define-public texlive-turnstile
   (package
     (name "texlive-turnstile")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]