diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/monofill/monofill.tex')
-rw-r--r-- | Master/texmf-dist/source/latex/monofill/monofill.tex | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/monofill/monofill.tex b/Master/texmf-dist/source/latex/monofill/monofill.tex index 58507ad9cd1..9efed129b30 100644 --- a/Master/texmf-dist/source/latex/monofill/monofill.tex +++ b/Master/texmf-dist/source/latex/monofill/monofill.tex @@ -1,4 +1,4 @@ -\ProvidesFile{monofill.tex}[2012/09/30 documenting monofill.sty] +\ProvidesFile{monofill.tex}[2012/10/30 documenting monofill.sty] \title{\textsf{\huge monofill.sty}\\---\\Alignment with Plain Text\\ or Monospaced Characters\thanks{This document describes version @@ -19,12 +19,18 @@ \maketitle \begin{abstract}\noindent 'monofill.sty' addresses horizontal alignment with plain text -as in the result of \LaTeX's `\listfiles', extending the -\ctanpkgref{longnamefilelist} package. +as in the result of \LaTeX's `\listfiles'. +%% 2012/10/30: +In the first instance, it has been developed as the shared +tool to adjust each column with the \ctanpkgref{nicefilelist} package. +%% /2012/10/30 It may also be useful for alignment in typesetting monospaced characters as in figure tables, for simulating a typewriter, -or for code listings.---The implementation also has ``philosophical -aspects," avoiding use of a counter register. +or for code listings. +v0.2 in fact provides a tool for use with the %% 2012/10/30 +\ctanpkgref{hardwrap} package that in turn has been made for console output. +The implementation also has ``philosophical aspects" +in avoiding use of a counter register. \end{abstract} \tableofcontents @@ -97,6 +103,8 @@ followed by I get % \MFfieldtemplate[\MFspace]{tt}{leftright} \MFfieldtemplate[\MFenspace]{tt}{leftright} +% \MFfieldtemplate[\MFotherspace]{tt}{leftright} +%% <- works to % \MFfieldtemplate[\enspace]{tt}{leftright} % \MFfieldtemplate[\kern.5em ]{tt}{leftright} % \renewcommand*{\MFfillelement}{\kern.5em } @@ -153,7 +161,8 @@ It works, believe me. \input{monofill.doc} \section{Credit} -The package actually is motivated by good ideas of Martin Muench's about +The package actually is motivated by good ideas of +\ctanpkgauref{muench-hm}{Martin M\"unch}'s about extending the \ctanpkgref{longnamefilelist} package. \end{document} @@ -164,3 +173,6 @@ VERSION HISTORY 2012/03/19 completed 2012/03/19 for v0.1a enlargened first title line 2012/09/30 for v0.1b ize -> ese +2012/10/29 for v0.2 just used example to try \MFotherspace, + typing M\"unch +2012/10/30 mention nicefilelist |