summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/nicetext/mdoccorr.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/nicetext/mdoccorr.cfg')
-rw-r--r--Master/texmf-dist/tex/latex/nicetext/mdoccorr.cfg6
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/nicetext/mdoccorr.cfg b/Master/texmf-dist/tex/latex/nicetext/mdoccorr.cfg
index bbcadd90e34..11cd91f2c31 100644
--- a/Master/texmf-dist/tex/latex/nicetext/mdoccorr.cfg
+++ b/Master/texmf-dist/tex/latex/nicetext/mdoccorr.cfg
@@ -1,4 +1,4 @@
-\ProvidesFile{mdoccorr.cfg}[2011/01/27
+\ProvidesFile{mdoccorr.cfg}[2011/09/13
local typographical corrections
with makedoc.sty]
%% ... also demonstrates 'niceverb.sty'---see the typeset
@@ -23,7 +23,8 @@
% \PrependExpandableAllReplacer{dots}{...}{$\dots$}
%% ... 2010/11/24 ``symmetric" variant of `\textellipsis':
%% allow extra space at line end.
-\newcommand*{\PXAR}{\PrependExpandableAllReplacer}
+\providecommand*{\PXAR}{\PrependExpandableAllReplacer}
+%% <- `provide' to allow more runs in dialogues 2011/09/13
\PXAR{dots}{...}{.\kern\fontdimen3\font.\kern\fontdimen3\font.}
\PXAR{dots }{... }{.\kern\fontdimen3\font.\kern\fontdimen3\font.\ }
\PXAR{TODO}{TODO}{\textcolor{blue}{TODO}} %% 2011/01/27
@@ -49,3 +50,4 @@ HISTORY
2010/11/24 `...' ``symmetric variant" of `\textellipsis';
\StartPrependingChain, no more \MakeExpandableAllreplacer
2011/01/27 blue "TODO"
+2011/09/13 \providecommand for dialogues