summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/nicetext
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-11-20 01:12:24 +0000
committerKarl Berry <karl@freefriends.org>2012-11-20 01:12:24 +0000
commitae299c438c23129faee97aa43a36c0d24f2b532e (patch)
tree869a793f1f7678bb4a3874cedbb46f619584a365 /Master/texmf-dist/tex/latex/nicetext
parent7c8d0edea78bbaa87a816da41a6351a7cb7edd0f (diff)
nicetext (19nov12)
git-svn-id: svn://tug.org/texlive/trunk@28306 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/nicetext')
-rw-r--r--Master/texmf-dist/tex/latex/nicetext/fifinddo.sty10
-rw-r--r--Master/texmf-dist/tex/latex/nicetext/nicetext.RLS2
2 files changed, 11 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/nicetext/fifinddo.sty b/Master/texmf-dist/tex/latex/nicetext/fifinddo.sty
index 23c2eaa8e02..3094a930a84 100644
--- a/Master/texmf-dist/tex/latex/nicetext/fifinddo.sty
+++ b/Master/texmf-dist/tex/latex/nicetext/fifinddo.sty
@@ -5,7 +5,7 @@
%% for processing tex(t) files
%% (checking, filtering, converting, substituting, expanding, ...)
-\def\fileversion{0.6} \def\filedate{2012/08/27}
+\def\fileversion{0.61} \def\filedate{2012/11/17}
%% This file can be redistributed and/or modified under
%% the terms of the LaTeX Project Public License; either
@@ -956,6 +956,12 @@
\newcommand*{\prep_xpdbl_all_repl}[2]{%
\mk_setup_xpdbl_all_repl{#1}{#2}{\fdParserId_before}}%
%% #1 pattern, #2 substitute, #3 pass to
+%% As of 2012/11/13, `mdoccorr.cfg' uses `\do' as a shorthand
+%% for \[`\PrependExpandableAllReplacer*'\] `\do' sometimes has
+%% not been defined at that moment, then
+%% \[`\renewcommand*{\do}{\PrependExpandableAllReplacer*}'\] fails.
+%% To make it working (or superfluous): %% 2012/11/17
+\gdef\do{\PrependExpandableAllReplacer*}
%% |\StartPrependingChain| makes `\MakeExpandableReplacer'
%% superfluous, in the sense that
%% the above chain setup can be achieved as well like this:
@@ -1141,5 +1147,7 @@ v0.51 2012/01/20 updated (C); TODO on pseudo-tilde
2012/03/17 fixed \FDnormalTilde/\FDpseudoTilde
-> r0.53
v0.6 2012/08/27 using 'catcodes', introducing \CatCode
+ -> r0.62
+v0.61 2012/11/17 . \gdef\do...
TODO: cleveref 2010/03/18
diff --git a/Master/texmf-dist/tex/latex/nicetext/nicetext.RLS b/Master/texmf-dist/tex/latex/nicetext/nicetext.RLS
index 5befc57381b..63566a2a661 100644
--- a/Master/texmf-dist/tex/latex/nicetext/nicetext.RLS
+++ b/Master/texmf-dist/tex/latex/nicetext/nicetext.RLS
@@ -1,4 +1,6 @@
\ProvidesFile{nicetext.RLS} %% RELEASE INFO
+ [2012/11/17 r0.63 `fifinddo' v0.61 adjusted for previous^^J%
+ `mdoccorr.cfg'; `README' enhanced]
[2012/11/13 r0.62 `makedoc.cfg' uses `filedate',^^J%
\string\MDdocnewline, \string\MDsamplecodeinput,^^J%
documented in `makedoc.pdf';^^J%