summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fileinfo/myfilist.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/fileinfo/myfilist.tex')
-rw-r--r--Master/texmf-dist/source/latex/fileinfo/myfilist.tex55
1 files changed, 34 insertions, 21 deletions
diff --git a/Master/texmf-dist/source/latex/fileinfo/myfilist.tex b/Master/texmf-dist/source/latex/fileinfo/myfilist.tex
index 816b592ac53..477b29bd181 100644
--- a/Master/texmf-dist/source/latex/fileinfo/myfilist.tex
+++ b/Master/texmf-dist/source/latex/fileinfo/myfilist.tex
@@ -1,4 +1,4 @@
-\ProvidesFile{myfilist.tex}[2012/11/13 documenting myfilist.sty]
+\ProvidesFile{myfilist.tex}[2012/11/22 documenting myfilist.sty]
\title{\textsf{myfilist}\\---\\
List Infos on just the Files\\You Want to Know About%
\GetFileInfo{myfilist.sty}\thanks{%
@@ -15,7 +15,7 @@
\SetPatternCodes{\MakeOther\\\MakeOther\ } %% CARE!
\MakeExpandableAllReplacer{TeX}{TeX }{\TeX{} }{LEAVE} %% 2012/09/28
% \let\do\PrependExpandableAllReplacer %% 2012/09/28
-\newcommand*{\do}{\PrependExpandableAllReplacer*} %% 2012/10/11
+\renewcommand*{\do}{\PrependExpandableAllReplacer*} %% re 2012/11/22
\do{LaTeX }{\LaTeX{} }
\do{LaTeX2e }{\LaTeXe{} }
\do{ .log}{ `.log'}
@@ -63,7 +63,9 @@
\usepackage{wiki}
%% TeX markup inserted by the txt-to-TeX function must be
%% declared here for using 'niceverb''s ``auto mode.''
-\AddToNoVerbList{\LaTeXe\dots\textbf\emph
+\AddToNoVerbList{\LaTeXe\dots\textbf\emph\
+ %% <- at end of line! 2012/11/22 TODO not working!?!
+ \\ %% 2012/11/22
\TeX\LaTeX} %% 2012/09/28
\begingroup \MakeActive\"
\gdef\fineDQ{``\begingroup
@@ -92,28 +94,21 @@
Differences to 'dateiliste' and \LaTeX\ are:
\begin{enumerate}
\item You choose the files (and their order) to be listed;
- \item indeed: this has very little to do with files used in
+ \item indeed (according to original intention):
+ this has very little to do with files used in
typesetting some document;
\item output is just screen, `.log', or a `.txt'-type file
that you choose.
\end{enumerate}
+ %% 2012/11/22 while mentioning 'nicetext' moves to final section:
+ However, `\ListFileInfos[<txt-file>]' from here can also be used
+ to \emph{with} typesetting in order to get `\listfiles' output
+ in a separate plain text file `<txt-file>'
+ (\emph{without} remaining `.log' content).
- The code of this package was ready in spring 2008;
- in spring 2010 I presented it as a kind of study on improving
- 'nicetext''s\urlfoot{CtanPkgRef}{nicetext}
- `txt'-to-\LaTeX\ processing after 'nicetext v0.4'
- (aim was to do this without modifying the documented file,
- yet I did not obey this ruly strictly here).
- The new idea is adding 'wiki.sty''s ``environments''
- feature to 'makedoc' and 'niceverb''s ``auto mode"
- in order to interprete `txt' comment indents in the package file,
- while 'wiki.sty''s \emph{font} switching
- still is not compatible with 'niceverb''s. Easy script
- commands for achieving this are still missing (sorry; see the code
- in 'myfilist.tex' that achieved the present formatting.)
\end{abstract}
-\pagebreak
+% \pagebreak
\tableofcontents
\section{Installing}
@@ -124,9 +119,11 @@ putting it somewhere where \TeX\ finds it
\section{File Info Header}
\sloppy
-\enlargethispage{.5\baselineskip} %% 2012/10/12
-\wikiEnvironments %% TODO fails with "or" 2010/03/31
-\MakeActiveLetHere\"\fineDQ %% fails with "loads"
+\let\\\MDdocnewline %% 2012/11/22
+\setlength\topsep{\smallskipamount} %% 2012/11/22
+\enlargethispage{2\baselineskip} %% 2012/11/22
+\wikiEnvironments %% TODO fails with "or" 2010/03/31
+\MakeActiveLetHere\"\fineDQ %% fails with "loads"
\AutoCmdInput{myfilist.doc}
\nowikiEnvironments
@@ -149,4 +146,20 @@ to generate the documentation file `myfilist.pdf'.
As to `fdatechk.tex':
\MDsamplecodeinput{fdatechk}
+\section{Relation to 'nicetext' bundle.}
+%% 2012/11/22 moves from abstract
+The code of this package was ready in spring 2008;
+in spring 2010 I presented it as a kind of study on improving
+'nicetext''s\urlfoot{CtanPkgRef}{nicetext}
+`txt'-to-\LaTeX\ processing after 'nicetext v0.4'
+(aim was to do this without modifying the documented file,
+ yet I did not obey this rule strictly here).
+The new idea is adding 'wiki.sty''s ``environments''
+feature to 'makedoc' and 'niceverb''s ``auto mode'' %% was " 2012/11/22
+in order to interprete `txt' comment indents in the package file,
+while 'wiki.sty''s \emph{font} switching
+still is not compatible with 'niceverb''s. Easy script
+commands for achieving this are still missing (sorry; see the code
+in 'myfilist.tex' that achieved the present formatting.)
+
\end{document}