diff options
author | Karl Berry <karl@freefriends.org> | 2012-09-28 22:47:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-09-28 22:47:02 +0000 |
commit | 8918c746e16f948b427ad09021ef1af0a81f8136 (patch) | |
tree | 088d4e8492060a8cdf9193ece4b7ca375292757a /Master/texmf-dist/tex/latex/nicetext/makedoc.sty | |
parent | c6784524d97e1dd3fa24af09237521f863257fbf (diff) |
nicetext (28sep12)
git-svn-id: svn://tug.org/texlive/trunk@27843 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/nicetext/makedoc.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/nicetext/makedoc.sty | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/nicetext/makedoc.sty b/Master/texmf-dist/tex/latex/nicetext/makedoc.sty index 2ae18c94962..2c529456621 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.51} \def\filedate{2012/04/03} +\def\fileversion{0.52} \def\filedate{2012/08/28} %% This file can be redistributed and/or modified under %% the terms of the LaTeX Project Public License; either @@ -39,14 +39,10 @@ \PackageCodeFalse %% %% 'makedoc' is an extension of 'fifinddo' on which it depends. -\RequirePackage{fifinddo}[2009/04/13] -%% Both 'fifinddo' and 'makedoc' use the ``underscore" `_' -%% as ``private letter" and restore its standard ``subscript" -%% function ({\it \TeX book Chap.\,7}) at their end. -%% Push\slash pop functionality as with `@' and `\RequirePackage' -%% is missing here. So after loading 'fifinddo', -%% we need to declare our private letter (again). -\catcode`\_=11 %% underscore used in control words +\RequirePackage{fifinddo}[2012/08/27] +%% 'fifinddo' v0.6 loads 'stacklet.sty', so we can use %% 2012/08/28 +%% the underscore as a ``private letter" by the following: +\PushCatMakeLetter\_ %% 2012/08/28 %% %% \subsection{&\MakeDocCorrectHook\ (\dqtd{`txt2TeX'})} %% \label{sec:mdoccorr} %% 2012/03/17 @@ -589,8 +585,8 @@ } %% This feature may \emph{change}. %% -%% \subsection{Leaving the package} %% mod. 2012/03/18 -\catcode`\_=8 %% restores underscore use for subscripts +%% \subsection{Leaving the package} %% mod. 2012/03/18 +\PopLetterCat\_ %% 2012/08/28 \endinput %% %% \subsection{VERSION HISTORY} @@ -643,3 +639,4 @@ v0.5 2012/03/17 removing 1 \make_job_doc TODO; star versions; 2012/03/18 star variants completed, copyright updated, doc. "Leaving" v0.51 2012/04/03 \_makedoc_autocorr_true +v0.52 2012/08/28 using `stacklet.sty' |