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 | |
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')
-rw-r--r-- | Master/texmf-dist/tex/latex/nicetext/fifinddo.sty | 12 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/nicetext/mdoccorr.cfg | 14 |
2 files changed, 18 insertions, 8 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 diff --git a/Master/texmf-dist/tex/latex/nicetext/mdoccorr.cfg b/Master/texmf-dist/tex/latex/nicetext/mdoccorr.cfg index e9ec00eb61b..5ff8438a78e 100644 --- a/Master/texmf-dist/tex/latex/nicetext/mdoccorr.cfg +++ b/Master/texmf-dist/tex/latex/nicetext/mdoccorr.cfg @@ -1,4 +1,4 @@ -\ProvidesFile{mdoccorr.cfg}[2011/10/13 +\ProvidesFile{mdoccorr.cfg}[2011/10/25 local typographical corrections with makedoc.sty] %% ... also demonstrates 'niceverb.sty'---see the typeset %% documentation of the present file in `makedoc.pdf'. @@ -22,14 +22,15 @@ % \PrependExpandableAllReplacer{dots}{...}{$\dots$} %% ... 2010/11/24 ``symmetric" variant of `\textellipsis': %% allow extra space at line end. -%% `MD' macro 2011/10/13 -%% (final dot separates; TODO provide generally): -\gdef\MDtwodots{.\kern\fontdimen3\font.\kern\fontdimen3\font} -\PrependExpandableAllReplacer{dots}{...}{\MDtwodots.} +%% % `MD' macro 2011/10/13 +%% % (final dot separates; TODO provide generally): +% \gdef\MDtwodots{.\kern\fontdimen3\font.\kern\fontdimen3\font} +\PrependExpandableAllReplacer{dots}{...}{\textellipsis\unkern } %% 2011/10/13: original `\dots' correct before punctuation: % \PrependExpandableAllReplacer{dots,}{...,}{\dots,} +\PrependExpandableAllReplacer{dots)}{...)}{\dots)} %% 2011/10/25 \PrependExpandableAllReplacer{dots:}{...:}{\dots:} -\PrependExpandableAllReplacer{dots }{... }{\MDtwodots.\ } +\PrependExpandableAllReplacer{dots }{... }{\textellipsis\unkern\ } \PrependExpandableAllReplacer{TODO}{TODO}{\textcolor{blue}{TODO}} %% ... chain starts here, and here |\MakeDocCorrectHook| (silently) %% enters through a default variant |\SetCorrectHookJobLast| @@ -54,3 +55,4 @@ HISTORY 2011/01/27 blue "TODO" 2011/09/13 \providecommand for dialogues 2011/10/13 \MDtwodots, without \PXAR, `...,' `...:' +2011/10/25 \textellipsis\unkern from csquotes instead, `...)' |