diff options
author | Karl Berry <karl@freefriends.org> | 2012-11-08 23:06:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-11-08 23:06:56 +0000 |
commit | fbd5a08bb407b65f991ddfa2866f0e108114de03 (patch) | |
tree | 88af93fe6fcac55fbe71429185dc80e64ba0fa37 /Master/texmf-dist/tex/generic | |
parent | 8c6736fd375a9501636c002ed85e8639fbe90abd (diff) |
catcodes (8nov12)
git-svn-id: svn://tug.org/texlive/trunk@28210 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic')
-rw-r--r-- | Master/texmf-dist/tex/generic/catcodes/actcodes.sty | 7 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/catcodes/catcodes.RLS | 3 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/catcodes/stacklet.sty | 8 |
3 files changed, 12 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/generic/catcodes/actcodes.sty b/Master/texmf-dist/tex/generic/catcodes/actcodes.sty index 3e6f516592f..f868dec158b 100644 --- a/Master/texmf-dist/tex/generic/catcodes/actcodes.sty +++ b/Master/texmf-dist/tex/generic/catcodes/actcodes.sty @@ -1,5 +1,5 @@ \input plainpkg -\ProvidesPackage{actcodes}[2012/09/19 v0.2 active characters (UL)] +\ProvidesPackage{actcodes}[2012/11/07 v0.2a active characters (UL)] %% %% Copyright (C) 2012 Uwe Lueck, %% http://www.contact-ednotes.sty.de.vu @@ -123,7 +123,7 @@ %% the `\catcode' change, although the latter is superfluous here %% TODO ... %% -%% `niceverb' also provides `\MakeNormal\<char>', it may migrate +%% `niceverb' also provides |\MakeNormal\<char>|, it may migrate %% |...| 2012/11/07 %% to here in the future, and there may be |\MakeActiveNormal\<char>| %% extending the above `\MakeActiveOther' TODO ... %% @@ -143,4 +143,5 @@ v0.1 2012/08/26 started, almost completed 2012/08/27 completed; realizing \Push...At ..., bug fixes v0.2 2012/08/28 \global\let, \def -> \gdef 2012/09/16 \MakeActive - 2012/09/19 doc: stacklet + 2012/09/19 doc.: stacklet +v0.2a 2012/11/07 doc.: |...| on \MakeNormal diff --git a/Master/texmf-dist/tex/generic/catcodes/catcodes.RLS b/Master/texmf-dist/tex/generic/catcodes/catcodes.RLS index 7a74abb475a..56603a9bf46 100644 --- a/Master/texmf-dist/tex/generic/catcodes/catcodes.RLS +++ b/Master/texmf-dist/tex/generic/catcodes/catcodes.RLS @@ -1,2 +1,3 @@ \ProvidesFile{catcodes.RLS} %% RELEASE INFO - [2012/09/20 r0.1 initial release] + [2012/11/07 r0.1a documentation corrected/extended] + [2012/09/20 r0.1 initial release] diff --git a/Master/texmf-dist/tex/generic/catcodes/stacklet.sty b/Master/texmf-dist/tex/generic/catcodes/stacklet.sty index 3324a8391e3..b2f3ee4cf65 100644 --- a/Master/texmf-dist/tex/generic/catcodes/stacklet.sty +++ b/Master/texmf-dist/tex/generic/catcodes/stacklet.sty @@ -1,5 +1,5 @@ \input plainpkg -\ProvidesPackage{stacklet}[2012/08/27 v0.3 private letters (UL)] +\ProvidesPackage{stacklet}[2012/11/07 v0.3a private letters (UL)] %% %% Copyright (C) 2012 Uwe Lueck, %% http://www.contact-ednotes.sty.de.vu @@ -31,6 +31,7 @@ %% \emph{Without} \LaTeX, both `\input stacklet.sty' and %% `\input plainpkg' load `stacklet.sty'. %% +%% \filbreak %% 2012/11/07 %% === Commands and Syntax === %% \label{sec:stacklet-cmds} %% 'stacklet.sty' provides @@ -56,7 +57,8 @@ \noexpand\string} %% I.e., ?`cat_stack' will expand to %% \[?`string'\,?`cat_stack'\,?`string'\] -%% in the notation of the \ctanpkgref{dowith} package. +%% in the notation of the \ctanpkgref{dowith} package +%% documentation. %% 2012/11/06 % \withcsname\show cat_stack\endcsname %% %% === Pushing === @@ -117,3 +119,5 @@ v0.2 2012/08/26 \with_catstack containing \endcsname and with restructured 2012/08/27 \PushCatMakeLetterAt fixed v0.3 2012/08/27 def.s global +v0.3a 2012/11/06 doc.: "documentation" + 2012/11/07 \filbreak |