summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/moreenum
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-11-03 22:42:17 +0000
committerKarl Berry <karl@freefriends.org>2011-11-03 22:42:17 +0000
commit7d3a07f4909393f5be61863357fbf4d78839cbd2 (patch)
treeb247a8e131b6dbaaff63a7bc48990e56b9287ec7 /Master/texmf-dist/doc/latex/moreenum
parent101b8dbc25eea15d8e82c6a3aa17c1fcea572759 (diff)
moreenum 1.03 (3nov11)
git-svn-id: svn://tug.org/texlive/trunk@24479 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/moreenum')
-rw-r--r--Master/texmf-dist/doc/latex/moreenum/README5
-rw-r--r--Master/texmf-dist/doc/latex/moreenum/moreenum-doc.pdfbin0 -> 216731 bytes
-rw-r--r--Master/texmf-dist/doc/latex/moreenum/moreenum-doc.tex (renamed from Master/texmf-dist/doc/latex/moreenum/testcase-moreenum.tex)33
-rw-r--r--Master/texmf-dist/doc/latex/moreenum/testcase-moreenum.pdfbin147300 -> 0 bytes
4 files changed, 30 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/moreenum/README b/Master/texmf-dist/doc/latex/moreenum/README
index d5ee9956e52..72063c144aa 100644
--- a/Master/texmf-dist/doc/latex/moreenum/README
+++ b/Master/texmf-dist/doc/latex/moreenum/README
@@ -52,6 +52,11 @@ TO DO:
CHANGELOG
See https://github.com/scmbradley/moreenum for a full changelog
+v1.02
+ Spacing issues fixed
+ \nwords and friends and \nthwords and friends are now the right way round.
+v1.01
+ NWORDS and friends now supported
v1.0
levelnth and raisenth work with fmtcount
fmtcount also replaces binhex.tex
diff --git a/Master/texmf-dist/doc/latex/moreenum/moreenum-doc.pdf b/Master/texmf-dist/doc/latex/moreenum/moreenum-doc.pdf
new file mode 100644
index 00000000000..f2e82e180a1
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/moreenum/moreenum-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/moreenum/testcase-moreenum.tex b/Master/texmf-dist/doc/latex/moreenum/moreenum-doc.tex
index 5009a24de6a..a8d88497706 100644
--- a/Master/texmf-dist/doc/latex/moreenum/testcase-moreenum.tex
+++ b/Master/texmf-dist/doc/latex/moreenum/moreenum-doc.tex
@@ -29,14 +29,18 @@
%\usepackage{tgcursor}
\usepackage[ocr-a]{ocr}
+\newcounter{namespacer}
+\newcommand\namespace{\the\value{namespacer}}
+
\newcommand\testenumerate[1]{%
- \bigskip
+ \bigskip\stepcounter{namespacer}
\begin{minipage}{0.4\linewidth}
{\qquad\Large\texttt{\textbackslash #1}}
- \begin{enumerate}[label=\csname #1\endcsname*]
- \item Liberty
+ \begin{enumerate}[label={\csname #1\endcsname*.}]
+ \item Liberty: \expandafter\ref{\namespace}
\item Equality
- \item Fraternity\setcounter{enumi}{41}
+ \item Fraternity\expandafter\label{\namespace}
+ \setcounter{enumi}{41}
\item Meaning of life
\end{enumerate}
\end{minipage}
@@ -48,7 +52,11 @@
\begin{document}
\maketitle
-
+\begin{abstract}
+ This package provides more enumeration styles for |enumerate| environments.
+ The styles are supposed to work with |enumitem|.
+ This is |moreenum| version 1.03.
+\end{abstract}
\section{Basic procedure}
At the heart of each new enumeration is the following procedure:
@@ -142,7 +150,8 @@ In brackets are the |moreenum|-defined enumerations affected.
\begin{itemize}
\item |\binary| and friends break at 131072 [|\enumbinary|]
\item |\hexadecimal| and friends break at 1048576 [|\enumhex| and |\enumHex|]
-\item |\numberstring| and friends break at 100000 [|\nwords| and |\nthwords|]
+\item |\numberstring| and friends break at 100000 [|\nwords|,
+ |\nthwords| and friends]
\end{itemize}
None of these is a serious limitation.
@@ -152,11 +161,19 @@ straightforward to define yourself using |binhex| for the numbers and
limitations.\footnote{%
Why don't I just use those packages instead?
Because having |fmtcount| do most of the work means only loading one
- package instead of 3 (|numname|, |binhex| and |nth| or |engord|).}
+ package instead of 3 (|numname|, |binhex| and |nth| or |engord|).
+ Also, |fmtcount| can speak different languages,
+ and in future releases I'm tempted to try to get that working here.}
\section{Examples of the enumerations}
-Here are examples of all the kinds of enumeration that the package defines:
+Here are examples of all the kinds of enumeration that the package
+defines.
+The first item contains a reference to the third.
+This is to test if the referencing is working.
+The labels have dots after them, to check whether errant spaces are
+being added after the labels.\footnote{Thanks to Kevin Klement for
+ pointing this issue out to me.}
% \dotest{greek,Greek,enumHex,enumhex,enumbinary,raisenth,levelnth,nthwords,nwords}
\small\noindent
diff --git a/Master/texmf-dist/doc/latex/moreenum/testcase-moreenum.pdf b/Master/texmf-dist/doc/latex/moreenum/testcase-moreenum.pdf
deleted file mode 100644
index 0844f550378..00000000000
--- a/Master/texmf-dist/doc/latex/moreenum/testcase-moreenum.pdf
+++ /dev/null
Binary files differ