pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/tex-moreenum
Module Name: pkgsrc
Committed By: wiz
Date: Sat Aug 20 23:20:56 UTC 2022
Added Files:
pkgsrc/print/tex-moreenum: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-moreenum/DESCR \
pkgsrc/print/tex-moreenum/Makefile pkgsrc/print/tex-moreenum/PLIST \
pkgsrc/print/tex-moreenum/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/print/tex-moreenum/DESCR
diff -u /dev/null pkgsrc/print/tex-moreenum/DESCR:1.1
--- /dev/null Sat Aug 20 23:20:56 2022
+++ pkgsrc/print/tex-moreenum/DESCR Sat Aug 20 23:20:56 2022
@@ -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.
Index: pkgsrc/print/tex-moreenum/Makefile
diff -u /dev/null pkgsrc/print/tex-moreenum/Makefile:1.1
--- /dev/null Sat Aug 20 23:20:56 2022
+++ pkgsrc/print/tex-moreenum/Makefile Sat Aug 20 23:20:56 2022
@@ -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"
Index: pkgsrc/print/tex-moreenum/PLIST
diff -u /dev/null pkgsrc/print/tex-moreenum/PLIST:1.1
--- /dev/null Sat Aug 20 23:20:56 2022
+++ pkgsrc/print/tex-moreenum/PLIST Sat Aug 20 23:20:56 2022
@@ -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
Index: pkgsrc/print/tex-moreenum/distinfo
diff -u /dev/null pkgsrc/print/tex-moreenum/distinfo:1.1
--- /dev/null Sat Aug 20 23:20:56 2022
+++ pkgsrc/print/tex-moreenum/distinfo Sat Aug 20 23:20:56 2022
@@ -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