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.cfg40
1 files changed, 0 insertions, 40 deletions
diff --git a/Master/texmf-dist/tex/latex/nicetext/mdoccorr.cfg b/Master/texmf-dist/tex/latex/nicetext/mdoccorr.cfg
index 665b037b0af..79d3172b34f 100644
--- a/Master/texmf-dist/tex/latex/nicetext/mdoccorr.cfg
+++ b/Master/texmf-dist/tex/latex/nicetext/mdoccorr.cfg
@@ -1,80 +1,40 @@
\ProvidesFile{mdoccorr.cfg}[2010/03/29
-
local typographical corrections
-
with `makedoc.sty']
-
%% ... also demonstrates 'niceverb.sty'---see the typeset
-
%% documentation of the present file in `makedoc.pdf'.
-
%%
-
%% |\SetPatternCodes{<commands>}| redefines
-
%% `\PatternCodes' to be used in parsing and replacing
-
%% (some ``sanitizing"). %% improved line breaks 2010/03/29
-
\SetPatternCodes{\MakeOther\\\MakeOther\ }
-
%%
-
%% |\MakeExpandableAllReplacer{<id>}{<find>}{<subst>}{<id-next>}|%
-
%% \footnote{Yes,
-
%% &\MakeExpandableAllReplacer{<id>}{<find>}{<subst>}{<id-next>}.}
-
\MakeExpandableAllReplacer{etc}{etc. }{etc.\ }{LEAVE}
-
%% So you can keep inter-sentence space after `etc.'
-
%% by a code line break.
-
%%
-
%% |\PrependExpandableAllReplacer{<id>}{<find>}{<subst>}|:
-
\PrependExpandableAllReplacer{cf}{cf. }{cf.\ } %% corr. 2010/03/23
-
%% ... but think of `cf.~'. Don't leave `cf.' at code line end!
-
\PrependExpandableAllReplacer{dots}{...}{$\dots$}
-
%% ... 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
-
%% ... restores 'fifinddo' default.
-
\endinput
-
-
HISTORY
-
2009/04/05 with makedoc v0.2
-
2010/03/11 broke some too long code lines
-
2010/03/16 rendered `mdoccorr.cfg'
-
2010/03/22 try \Prepend...
-
2010/03/23 corrected `cf'
-
2010/03/29 use \SetPatternCodes etc.
-