pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/tex-moreenum print/tex-moreenum: import tex-more...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/187a2231e20b
branches:  trunk
changeset: 383594:187a2231e20b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Aug 20 23:20:56 2022 +0000

description:
print/tex-moreenum: import tex-moreenum-1.03

The package provides the following new enumerate styles: \greek
for lowercase Greek letters; \Greek for uppercase Greek
letters; \enumHex for uppercase hexadecimal enumeration;
\enumhex for lowercase hexadecimal enumeration; \enumbinary for
binary enumeration; \enumoctal for octal enumeration; \levelnth
for "1st", "2nd", "3rd" etc., with the "nth"s on the baseline;
raisenth for "1st", "2nd", "3rd" etc., with the "nth"s raised;
\nthwords for "first", "second", "third" etc.; \Nthwords for
"First", "Second", "Third" etc.; \NTHWORDS for "FIRST",
"SECOND", "THIRD" etc.; \nwords for "one", "two", "three" etc.;
\Nwords for "One", "Two", "Three" etc.; and \NWORDS for "ONE",
"TWO", "THREE" etc. Each of these works with enumitem's
"starred variant" feature. So
\begin{enumerate}[label=\enumhex*] will output a hex enumerated
list. Enumitem provides a start=0 option for starting your
enumerations at 0.

diffstat:

 print/tex-moreenum/DESCR    |  16 ++++++++++++++++
 print/tex-moreenum/Makefile |  21 +++++++++++++++++++++
 print/tex-moreenum/PLIST    |   2 ++
 print/tex-moreenum/distinfo |   5 +++++
 4 files changed, 44 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r 59fc6cc36234 -r 187a2231e20b print/tex-moreenum/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-moreenum/DESCR  Sat Aug 20 23:20:56 2022 +0000
@@ -0,0 +1,16 @@
+The package provides the following new enumerate styles: \greek
+for lowercase Greek letters; \Greek for uppercase Greek
+letters; \enumHex for uppercase hexadecimal enumeration;
+\enumhex for lowercase hexadecimal enumeration; \enumbinary for
+binary enumeration; \enumoctal for octal enumeration; \levelnth
+for "1st", "2nd", "3rd" etc., with the "nth"s on the baseline;
+raisenth for "1st", "2nd", "3rd" etc., with the "nth"s raised;
+\nthwords for "first", "second", "third" etc.; \Nthwords for
+"First", "Second", "Third" etc.; \NTHWORDS for "FIRST",
+"SECOND", "THIRD" etc.; \nwords for "one", "two", "three" etc.;
+\Nwords for "One", "Two", "Three" etc.; and \NWORDS for "ONE",
+"TWO", "THREE" etc. Each of these works with enumitem's
+"starred variant" feature. So
+\begin{enumerate}[label=\enumhex*] will output a hex enumerated
+list. Enumitem provides a start=0 option for starting your
+enumerations at 0.
diff -r 59fc6cc36234 -r 187a2231e20b print/tex-moreenum/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-moreenum/Makefile       Sat Aug 20 23:20:56 2022 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2022/08/20 23:20:56 wiz Exp $
+
+DISTNAME=      moreenum
+PKGNAME=       tex-${DISTNAME}-1.03
+TEXLIVE_REV=   24479
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/moreenum
+COMMENT=       More enumeration options
+LICENSE=       lppl-1.3c
+
+DEPENDS+=      tex-amsmath-[0-9]*:../../print/tex-amsmath
+DEPENDS+=      tex-alphalph-[0-9]*:../../print/tex-alphalph
+DEPENDS+=      tex-enumitem-[0-9]*:../../print/tex-enumitem
+DEPENDS+=      tex-fmtcount-[0-9]*:../../print/tex-fmtcount
+# binhex
+DEPENDS+=      tex-kastrup-[0-9]*:../../math/tex-kastrup
+DEPENDS+=      tex-nth-[0-9]*:../../print/tex-nth
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 59fc6cc36234 -r 187a2231e20b print/tex-moreenum/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-moreenum/PLIST  Sat Aug 20 23:20:56 2022 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/08/20 23:20:56 wiz Exp $
+share/texmf-dist/tex/latex/moreenum/moreenum.sty
diff -r 59fc6cc36234 -r 187a2231e20b print/tex-moreenum/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-moreenum/distinfo       Sat Aug 20 23:20:56 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/08/20 23:20:56 wiz Exp $
+
+BLAKE2s (moreenum.r24479.tar.xz) = b900ef18594a9392e5f99a5720265c59c7dab472b297c65b16b785cb7e5e40fe
+SHA512 (moreenum.r24479.tar.xz) = 069ef44faaa8847a07ad00dae31c1b63278d59a560ed90823100cd601850a798f574d8210c07854a8b1a90165efb3bba852e100e53aee496f78395e3d6defade
+Size (moreenum.r24479.tar.xz) = 2708 bytes



Home | Main Index | Thread Index | Old Index