[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/93: gnu: Add texlive-crossrefenum.
From: |
guix-commits |
Subject: |
13/93: gnu: Add texlive-crossrefenum. |
Date: |
Thu, 20 Jul 2023 05:21:14 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 3adf1d1ac3e831f82732764d1c073a7ec5e46a55
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:45:48 2023 +0200
gnu: Add texlive-crossrefenum.
* gnu/packages/tex.scm (texlive-crossrefenum): New variable.
---
gnu/packages/tex.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e53c3f9ab9..148ebb9437 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1447,6 +1447,41 @@ argument is less than, equal to, or greater than the
second argument. Sorting
is alphabetic, using ASCII collating order.")
(license license:public-domain)))
+(define-public texlive-crossrefenum
+ (package
+ (name "texlive-crossrefenum")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/crossrefenum/"
+ "tex/generic/crossrefenum/")
+ (base32
+ "07h7d47fxjj70h4bxd5sqz8abjnvgvkrnsy13a26imbarzg14db4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/crossrefenum")
+ (synopsis
+ "Smart typesetting of enumerated cross-references for various TeX
formats")
+ (description
+ "@code{crossrefenum} lets TeX manage the formatting of bunches of
+cross-references for you. It features:
+
+@itemize
+@item automatic collapsing of references;
+@item support for references by various criteria, including page and note
+number, line number in ConTeXt, and @code{edpage} and @code{edline} when used
+in conjunction with @code{reledmac};
+@item handling of references combining two criteria (e.g., by page and note
+number);
+@item extension mechanisms to add support to other types of references without
+modifying the internal macros. Note that sorting is not supported.
+@end itemize
+
+It is written in Plain TeX as much as possible in order to make it compatible
+with a wide array of formats. For the moment, it works out of the box with
+ConTeXt and LaTeX.")
+ (license (list license:gpl3+ license:fdl1.3+))))
+
(define-public texlive-dosepsbin
(package
(name "texlive-dosepsbin")
- 09/93: gnu: Add texlive-catcodes., (continued)
- 09/93: gnu: Add texlive-catcodes., guix-commits, 2023/07/20
- 10/93: gnu: Add texlive-chronosys., guix-commits, 2023/07/20
- 11/93: gnu: Add texlive-colorsep., guix-commits, 2023/07/20
- 18/93: gnu: Add texlive-dowith., guix-commits, 2023/07/20
- 16/93: gnu: Add texlive-dirtree., guix-commits, 2023/07/20
- 22/93: gnu: Add texlive-epsf-dvipdfmx., guix-commits, 2023/07/20
- 24/93: gnu: Add texlive-expkv-bundle., guix-commits, 2023/07/20
- 02/93: gnu: Add texlive-abstyles., guix-commits, 2023/07/20
- 04/93: gnu: Add texlive-autoaligne., guix-commits, 2023/07/20
- 06/93: gnu: Add texlive-bitelist., guix-commits, 2023/07/20
- 13/93: gnu: Add texlive-crossrefenum.,
guix-commits <=
- 17/93: gnu: Add texlive-docbytex., guix-commits, 2023/07/20
- 19/93: gnu: Add texlive-eijkhout., guix-commits, 2023/07/20
- 20/93: gnu: Add texlive-encxvlna., guix-commits, 2023/07/20
- 21/93: gnu: Add texlive-epigram., guix-commits, 2023/07/20
- 23/93: gnu: Add texlive-expex-acro., guix-commits, 2023/07/20
- 15/93: gnu: Add texlive-dinat., guix-commits, 2023/07/20
- 25/93: gnu: Add texlive-fenixpar., guix-commits, 2023/07/20
- 26/93: gnu: Add texlive-figflow., guix-commits, 2023/07/20
- 27/93: gnu: Add texlive-fixpdfmag., guix-commits, 2023/07/20
- 29/93: gnu: Add texlive-fntproof., guix-commits, 2023/07/20