diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/nicetext/makedoc.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/nicetext/makedoc.sty | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/nicetext/makedoc.sty b/Master/texmf-dist/tex/latex/nicetext/makedoc.sty index f09a891434e..2ae18c94962 100644 --- a/Master/texmf-dist/tex/latex/nicetext/makedoc.sty +++ b/Master/texmf-dist/tex/latex/nicetext/makedoc.sty @@ -4,7 +4,7 @@ %% -- author-maintained in the sense of LPPL below -- %% for preparing documentations from packages. -\def\fileversion{0.5} \def\filedate{2012/03/18} +\def\fileversion{0.51} \def\filedate{2012/04/03} %% This file can be redistributed and/or modified under %% the terms of the LaTeX Project Public License; either @@ -391,6 +391,7 @@ %% All similar commands (including those invoking `\MakeDoc') %% get this ``my way" feature as of v0.5: \newif\if_makedoc_autocorr_ +\_makedoc_autocorr_true %% 2012/04/03 \newcommand*{\makedoc_maybe_autocorr}{% \if_makedoc_autocorr_ \input{mdoccorr.cfg}% \else \_makedoc_autocorr_true \fi} @@ -641,3 +642,4 @@ v0.5 2012/03/17 removing 1 \make_job_doc TODO; star versions; a few make_doc -> makedoc 2012/03/18 star variants completed, copyright updated, doc. "Leaving" +v0.51 2012/04/03 \_makedoc_autocorr_true |