[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: Add texlive-fmtcount.
From: |
guix-commits |
Subject: |
01/06: gnu: Add texlive-fmtcount. |
Date: |
Fri, 17 Jun 2022 09:34:05 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit df5e07c16d2d4e72423f0e8c6b5b53c7020bc77a
Author: Ludovic Courtès <ludovic.courtes@inria.fr>
AuthorDate: Fri Jun 17 10:35:43 2022 +0200
gnu: Add texlive-fmtcount.
* gnu/packages/tex.scm (texlive-fmtcount): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1dd3f09f90..28c2250d81 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10746,6 +10746,28 @@ family and SGML-based languages. Xindy is highly
configurable, both in markup
terms and in terms of the collating order of the text being processed.")
(license license:gpl2+)))
+(define-public texlive-fmtcount
+ (package
+ (inherit (simple-texlive-package
+ "texlive-fmtcount"
+ (list "doc/latex/fmtcount/"
+ "scripts/fmtcount/"
+ "source/latex/fmtcount/"
+ "tex/latex/fmtcount/")
+ (base32
+ "1biw0g6s2arq6kq52c1yfkl0vzafja2az65c3d0syq0vgjzj9763")
+ #:trivial? #t))
+ (home-page "https://ctan.org/macros/latex/contrib/fmtcount")
+ (synopsis "Display the value of a LaTeX counter in a variety of formats")
+ (description
+ "The package provides commands that display the value of a LaTeX counter
in a
+variety of formats (ordinal, text, hexadecimal, decimal, octal, binary etc).
+The package offers some multilingual support; configurations for use in English
+(both British and American usage), French (including Belgian and Swiss
+variants), German, Italian, Portuguese and Spanish documents are provided.
This
+package was originally provided as part of the author's datetime package, but
is
+now distributed separately.")))
+
(define-public bibtool
(package
(name "bibtool")
- branch master updated (d6bd483cd5 -> d18f701aa1), guix-commits, 2022/06/17
- 04/06: gnu: python-acme: Add python-chardet to propagated-inputs., guix-commits, 2022/06/17
- 02/06: gnu: Add texlive-inriafonts., guix-commits, 2022/06/17
- 03/06: gnu: public-inbox: Fixes to allow the testsuite to run, guix-commits, 2022/06/17
- 01/06: gnu: Add texlive-fmtcount.,
guix-commits <=
- 06/06: gnu: Add python-pysdl2., guix-commits, 2022/06/17
- 05/06: gnu: teensy-loader-cli: Update to 2.2., guix-commits, 2022/06/17