[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")
- 33/296: gnu: Add texlive-bjfuthesis., (continued)
- 33/296: gnu: Add texlive-bjfuthesis., guix-commits, 2023/08/24
- 40/296: gnu: Add texlive-buctthesis., guix-commits, 2023/08/24
- 47/296: gnu: Add texlive-classicthesis., guix-commits, 2023/08/24
- 50/296: gnu: Add texlive-confproc., guix-commits, 2023/08/24
- 51/296: gnu: Add texlive-cquthesis., guix-commits, 2023/08/24
- 53/296: gnu: Add texlive-dithesis., guix-commits, 2023/08/24
- 35/296: gnu: Add texlive-bmstu-iu8., guix-commits, 2023/08/24
- 37/296: gnu: Add texlive-brandeis-dissertation., guix-commits, 2023/08/24
- 39/296: gnu: Add texlive-brandeis-thesis., guix-commits, 2023/08/24
- 42/296: gnu: Add texlive-cesenaexam., guix-commits, 2023/08/24
- 44/296: gnu: Add texlive-chifoot.,
guix-commits <=
- 55/296: gnu: Add texlive-ebsthesis., guix-commits, 2023/08/24
- 57/296: gnu: Add texlive-ejpecp., guix-commits, 2023/08/24
- 46/296: gnu: Add texlive-cje., guix-commits, 2023/08/24
- 48/296: gnu: Add texlive-cleanthesis., guix-commits, 2023/08/24
- 49/296: gnu: Add texlive-cmpj., guix-commits, 2023/08/24
- 52/296: gnu: Add texlive-dccpaper., guix-commits, 2023/08/24
- 54/296: gnu: Add texlive-ebook., guix-commits, 2023/08/24
- 56/296: gnu: Add texlive-ecothesis., guix-commits, 2023/08/24
- 58/296: gnu: Add texlive-ekaia., guix-commits, 2023/08/24
- 61/296: gnu: Add texlive-elsarticle., guix-commits, 2023/08/24