summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/catoptions
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-10-18 22:38:52 +0000
committerKarl Berry <karl@freefriends.org>2012-10-18 22:38:52 +0000
commitdfee8c21fa1b6c00891bec9d201ef488c400bdd5 (patch)
tree3ef2bdc3ba236e0fb3044a001a799c6be4a73fc7 /Master/texmf-dist/doc/latex/catoptions
parent27f8bac5dc1835a33e53fda37a0f7a6204582a12 (diff)
catoptions (15oct12)
git-svn-id: svn://tug.org/texlive/trunk@28015 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/catoptions')
-rw-r--r--Master/texmf-dist/doc/latex/catoptions/README6
-rw-r--r--Master/texmf-dist/doc/latex/catoptions/catoptions-guide.tex42
2 files changed, 27 insertions, 21 deletions
diff --git a/Master/texmf-dist/doc/latex/catoptions/README b/Master/texmf-dist/doc/latex/catoptions/README
index a37cfebb289..353ceecf5dd 100644
--- a/Master/texmf-dist/doc/latex/catoptions/README
+++ b/Master/texmf-dist/doc/latex/catoptions/README
@@ -2,7 +2,11 @@ This is the README file for the 'catoptions' package.
VERSION
-Version 0.2.7d, 2012/08/02
+Version 0.2.7e, 2012/10/14
+
+LOCATION ON CTAN
+
+macros/latex/contrib/catoptions
SUMMARY
diff --git a/Master/texmf-dist/doc/latex/catoptions/catoptions-guide.tex b/Master/texmf-dist/doc/latex/catoptions/catoptions-guide.tex
index e4386d91223..7d6e11d4d54 100644
--- a/Master/texmf-dist/doc/latex/catoptions/catoptions-guide.tex
+++ b/Master/texmf-dist/doc/latex/catoptions/catoptions-guide.tex
@@ -17,24 +17,6 @@
\makeindex
\let\footnote\ltsfootnote
-
-\newcount\nr
-\def\alist{a1/b1/c1; a2/b2/c2; a3/b3/c3}
-\trace*
-\cptforeach*[;] \xa/\ya/\za \in \alist \do{%
- \nr\z@pt
- \cptforeach[,] \xb|\yb|\zb \in s1|t1|u1, s2|t2|u2, s3|t3|u3 \do{%
- \advance\nr\@ne
- \ifnum\nr>\@ne\ltsloopbreak\fi
- % It is permissible to use #1, #2, #3, ##1, ##2, ##3, etc,
- % to refer to the elements of each list, but they won't be
- % despaced as \xa, \ya, \za, etc will be:
- % \edef\cmda####1{#1#2#3*####1*##1##2##3}%
- \edef\cmdb####1{\xa\ya\za*####1*\xb\yb\zb}%
- }%
-}
-
-
% \ifsingletokenTF
% \ifblankTF
@@ -47,7 +29,7 @@
This manual doesn't, as yet, explain all the currently available features and commands of
the \pkg'{catoptions}. This manual continues to evolve.
}
-\version{0.2.7b}
+\version{0.2.7e}
\titleurl{http://mirror.ctan.org/macros/latex/contrib/catoptions/}
\author{Ahmed Musa \Email{amusa22@gmail.com}\\Preston, Lancashire, UK}
@@ -1052,6 +1034,9 @@ In the commands \ffx'{\tsv@loop,\tsv@@parse}, it is always possible to break out
The following change history highlights significant changes that affect user utilities and interfaces; mutations of technical nature are not documented in this section. The numbers on the right-hand side of the following lists are section numbers; the \stsign means the subject features in the package but is not reflected anywhere in this user guide.
\begin{versionhist}
+ \begin{version}{0.2.7c-e}{2012/10/14}
+ \item Changes in some command names.\vsecref*
+ \end{version}
\begin{version}{0.2.7b}{2011/12/17}
\item Renamed the user commands \ffx'{\dofunclist, \stripallouterbraces, \stripouterbraces} to \ffx'{\cptdofunclist, \cptstripallouterbraces, \cptstripNouterbraces}, respectively.\vsecref*
\end{version}
@@ -1103,4 +1088,21 @@ The following change history highlights significant changes that affect user uti
\ltsindexcolumns\tw@
\printindex
-\end{document} \ No newline at end of file
+\end{document}
+
+\newcount\nr
+\def\alist{a1/b1/c1; a2/b2/c2; a3/b3/c3}
+\trace*
+\cptforeach*[;] \xa/\ya/\za \in \alist \do{%
+ \nr\z@pt
+ \cptforeach[,] \xb|\yb|\zb \in s1|t1|u1, s2|t2|u2, s3|t3|u3 \do{%
+ \advance\nr\@ne
+ \ifnum\nr>\@ne\ltsloopbreak\fi
+ % It is permissible to use #1, #2, #3, ##1, ##2, ##3, etc,
+ % to refer to the elements of each list, but they won't be
+ % despaced as \xa, \ya, \za, etc will be:
+ % \edef\cmda####1{#1#2#3*####1*##1##2##3}%
+ \edef\cmdb####1{\xa\ya\za*####1*\xb\yb\zb}%
+ }%
+}
+