diff options
author | Karl Berry <karl@freefriends.org> | 2012-10-31 21:45:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-10-31 21:45:29 +0000 |
commit | fe292a00361ba423d6f6fa42be3d88782b664c0b (patch) | |
tree | 48e2c96affe6cf169a970ab9dd7cba81edb038b2 /Master/texmf-dist/source/latex/monofill | |
parent | 54ba93bf0a6f72847b3981af2e763a8ce60b9d07 (diff) |
monofill (31oct12)
git-svn-id: svn://tug.org/texlive/trunk@28140 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/monofill')
-rw-r--r-- | Master/texmf-dist/source/latex/monofill/monofill.tex | 24 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/monofill/srcfiles.tex | 18 |
2 files changed, 31 insertions, 11 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 diff --git a/Master/texmf-dist/source/latex/monofill/srcfiles.tex b/Master/texmf-dist/source/latex/monofill/srcfiles.tex index 8ac79e2da59..3b87270bb27 100644 --- a/Master/texmf-dist/source/latex/monofill/srcfiles.tex +++ b/Master/texmf-dist/source/latex/monofill/srcfiles.tex @@ -1,9 +1,9 @@ -\ProvidesFile{srcfiles.tex}[2012/09/30 file infos -> SrcFILEs.txt] +\ProvidesFile{srcfiles.tex}[2012/10/30 file infos -> SrcFILEs.txt] +\RequirePackage{filedate} \RequirePackage[r]{nicefilelist} -\MFfieldtemplate{f-base}{.monofill} +%\MFfieldtemplate{f-base}{monofill} %\def\NFLspaceII{ } -\RequirePackage{myfilist} -\EmptyFileList[monofill.sty] %%% [readprov.sty,myfilist.sty] +\MaxBaseEmptyList*[monofill.sty] %% packages: \ReadPackageInfos{monofill} %% documentation: @@ -12,6 +12,14 @@ %\ReadPackageInfos{fifinddo,makedoc,niceverb} %\ReadFileInfos{makedoc.cfg,mdoccorr.cfg} \ReadFileInfos{monofill.RLS} +%\FileListRemark{USED....} +%\ReadPackageInfos{texlinks} %\ReadFileInfos{srcfiles} +%\NoStopListInfos[SrcFILEs.txt] +\ReadFileInfos{srcfiles.tex} +\CheckDateOfPDFmod{monofill.sty} +\CheckDateOfPDFmod{monofill.tex} +\CheckDateOfPDFmod{monofill.RLS} +\CheckDateOfPDFmod{srcfiles.tex} +%\stop \ListInfos[SrcFILEs.txt] - |