diff options
author | Karl Berry <karl@freefriends.org> | 2011-10-26 00:51:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-10-26 00:51:33 +0000 |
commit | da5493ad3c20657570e1d068c107c1d115d03b05 (patch) | |
tree | f0540fcfdd8bcf5a36a3d72b0303db48beec13b4 /Master/texmf-dist/tex/latex/nicetext/fifinddo.sty | |
parent | 7a8a294f7d8dfa61fca2036a9aee7849d918397e (diff) |
nicetext (24oct11)
git-svn-id: svn://tug.org/texlive/trunk@24388 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/nicetext/fifinddo.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/nicetext/fifinddo.sty | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/nicetext/fifinddo.sty b/Master/texmf-dist/tex/latex/nicetext/fifinddo.sty index a94479743fa..75681f23eb8 100644 --- a/Master/texmf-dist/tex/latex/nicetext/fifinddo.sty +++ b/Master/texmf-dist/tex/latex/nicetext/fifinddo.sty @@ -5,7 +5,7 @@ %% for processing tex(t) files %% (checking, filtering, converting, substituting, expanding, ...) -\def\fileversion{0.43} \def\filedate{2011/09/13} +\def\fileversion{0.44} \def\filedate{2011/10/23} %% This file can be redistributed and/or modified under %% the terms of the LaTeX Project Public License; either @@ -105,6 +105,8 @@ %% <output> to be written into. \newcommand*{\ResultFile}[1]{% \def\result_file_name{#1}% +%% By analogy to `\ProcessFileWith' 2011/10/23: + \typeout{`fifinddo' generating `\result_file_name'}% \immediate\openout\result_file=#1} %% |\WriteResult{<balanced>}| writes a <balanced> line into %% <output> (or more lines with `^^J'). @@ -230,7 +232,11 @@ %% replaces an empty line by a line consisting of \verb+<p>+. %% %% |\CloseResultFile| closes <output>. -\newcommand*{\CloseResultFile}{\immediate\closeout\result_file} +\newcommand*{\CloseResultFile}{% + \immediate\closeout\result_file +%% \enlargethispage{1\baselineskip} +%% Another analogy to `\ProcessFileWith' 2011/10/23: + \typeout{`\result_file_name' completed (`fifinddo')}} %% %% \pagebreak %% == Basic handling of substring conditionals == @@ -999,5 +1005,7 @@ belonged to nicetext RELEASE 0.42 v0.43 2011/08/06 doc.: mistake \WriteResult/\ResultFile, 2011/08/22 use \acro 2011/09/12f. \CorrectedInputLine - reworded for breaking +belonged to nicetext RELEASE 0.44 +v0.44 2011/10/23 messages from \ResultFile and \CloseResultFile TODO: cleveref 2010/03/18 |