diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/nicetext/fifinddo.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/nicetext/fifinddo.sty | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/nicetext/fifinddo.sty b/Master/texmf-dist/tex/latex/nicetext/fifinddo.sty index 2652ff75ac6..9a591b6c9c1 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.42} \def\filedate{2011/01/25} +\def\fileversion{0.42a} \def\filedate{2011/08/22} %% This file can be redistributed and/or modified under %% the terms of the LaTeX Project Public License; either @@ -189,11 +189,12 @@ %% |\CopyFile[<changes>]{<file>}| %% is an application of `\ProcessFileWith' %% that ``copies" the content of file <file> -%% into the file specified by `\WriteResult'. +%% into the file specified by +%% `\ResultFile'. %% was `\WriteResult'. 2011/08/06 %% However, optional <changes> allows some %% ``modifications" while ``copying"---especially, %% conversion of text encodings by active characters -%% and expanding macros for generating HTML +%% and expanding macros for generating \acro{HTML} %% or other code. The ``starred" variant %% |\CopyFile*| copies one empty line only %% when one empty line in the input file is followed @@ -203,8 +204,13 @@ {\let\FD@copy@style\CopyLine \FD@copyfile}} \newcommand*{\FD@copyfile}[2][]{% \ProcessFileWith[#1]{#2}{\FD@copy@style\message{.}}} -%% % <- message 2010/11/13 -%% |\CopyLine| +%% % <- message 2010/11/13; 2011/08/22: +%% You should find a file `copyfile.tex' providing a dialogue +%% for ``compressing" files this way. As soon as you have a +%% useful conversion mapping file (defining |\TextCodes|), +%% you can also use it for text encoding conversions. +%% +%% |\CopyLine|: \newcommand*{\CopyLine}{\WriteResult\fdInputLine} %% (... added `\space' without success with macro arguments %% 2010/04/26 --- `\BlogCodes' has used a better solution @@ -214,13 +220,13 @@ \CopyLine} %% Another difference to some \ctanpkgref{verbatimcopy} %% is that `\CopyFile' really was meant to -%% be used for creating a HTML file from some \emph{number} of +%% be used for creating a \acro{HTML} file from some \emph{number} of %% sources, especially for shared head sections (however, %% I have used macros for this purpose so far), a navigation column, %% the main varying ``blog-like" content, and finally a shared %% footer section. %% In the meantime, however, I have chosen another variant -%% for generating HTML that +%% for generating \acro{HTML} that %% replaces an empty line by a line consisting of \verb+<p>+. %% %% |\CloseResultFile| closes <output>. @@ -985,5 +991,8 @@ v0.42 2010/11/09 typo corr. 2011/01/25 updated (C); footnotes to `substring theory'; TODO with \RemoveTilde; some manual line spacings (adding `\ ') +belonged to nicetext RELEASE 0.42 +v0.42a 2011/08/06 doc.: mistake \WriteResult/\ResultFile, + 2011/08/22 use \acro TODO: cleveref 2010/03/18 |