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.cfg23
1 files changed, 13 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/nicetext/mdoccorr.cfg b/Master/texmf-dist/tex/latex/nicetext/mdoccorr.cfg
index 11cd91f2c31..e9ec00eb61b 100644
--- a/Master/texmf-dist/tex/latex/nicetext/mdoccorr.cfg
+++ b/Master/texmf-dist/tex/latex/nicetext/mdoccorr.cfg
@@ -1,6 +1,5 @@
-\ProvidesFile{mdoccorr.cfg}[2011/09/13
- local typographical corrections
- with makedoc.sty]
+\ProvidesFile{mdoccorr.cfg}[2011/10/13
+ local typographical corrections with makedoc.sty]
%% ... also demonstrates 'niceverb.sty'---see the typeset
%% documentation of the present file in `makedoc.pdf'.
%%
@@ -22,17 +21,20 @@
\PrependExpandableAllReplacer{larr}{<-}{$\gets$} %% 2010/11/06
% \PrependExpandableAllReplacer{dots}{...}{$\dots$}
%% ... 2010/11/24 ``symmetric" variant of `\textellipsis':
-%% allow extra space at line end.
-\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
+%% allow extra space at line end.
+%% `MD' macro 2011/10/13
+%% (final dot separates; TODO provide generally):
+\gdef\MDtwodots{.\kern\fontdimen3\font.\kern\fontdimen3\font}
+\PrependExpandableAllReplacer{dots}{...}{\MDtwodots.}
+%% 2011/10/13: original `\dots' correct before punctuation:
+% \PrependExpandableAllReplacer{dots,}{...,}{\dots,}
+\PrependExpandableAllReplacer{dots:}{...:}{\dots:}
+\PrependExpandableAllReplacer{dots }{... }{\MDtwodots.\ }
+\PrependExpandableAllReplacer{TODO}{TODO}{\textcolor{blue}{TODO}}
%% ... chain starts here, and here |\MakeDocCorrectHook| (silently)
%% enters through a default variant |\SetCorrectHookJobLast|
%% of |\SetCorrectHookJob{<id>}|:
\SetCorrectHookJobLast
-%%
%% |\ResetPatternCodes| resets `\PatternCodes' to their default
%% value (which is `\fdPatternCodes'):
\ResetPatternCodes
@@ -51,3 +53,4 @@ HISTORY
\StartPrependingChain, no more \MakeExpandableAllreplacer
2011/01/27 blue "TODO"
2011/09/13 \providecommand for dialogues
+2011/10/13 \MDtwodots, without \PXAR, `...,' `...:'