guix-commits
[Top][All Lists]
Advanced

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

44/296: gnu: Add texlive-chifoot.


From: guix-commits
Subject: 44/296: gnu: Add texlive-chifoot.
Date: Thu, 24 Aug 2023 05:19:53 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d541f5d3430d9a4ddf19668b6642f86d9d03e91a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:29:48 2023 +0200

    gnu: Add texlive-chifoot.
    
    * gnu/packages/tex.scm (texlive-chifoot): 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 15a94ea969..b8d37c01e9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8705,6 +8705,26 @@ in place of the original's annotation.")
 an annotation field in bibliographies.")
     (license license:knuth)))
 
+(define-public texlive-chifoot
+  (package
+    (name "texlive-chifoot")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/chifoot/" "tex/latex/chifoot/")
+             (base32
+              "07hxfiasfbnmvq367nnjg56n21wxdw0r6i7bl5l4gxa0j9jvmpf0")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/chifoot";)
+    (synopsis "Chicago-style footnote formatting")
+    (description
+     "This package provides a very short snippet that sets the footnotes to be
+conformant with the Chicago style, so the footnotes at the bottom of the page
+are now marked with a full-sized number, rather than with a superscript
+number.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-chinesechess
   (package
     (name "texlive-chinesechess")



reply via email to

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