summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fileinfo/doc
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/fileinfo/doc
Initial commit
Diffstat (limited to 'macros/latex/contrib/fileinfo/doc')
-rw-r--r--macros/latex/contrib/fileinfo/doc/RELEASEs.txt97
-rw-r--r--macros/latex/contrib/fileinfo/doc/SrcFILEs.txt23
-rw-r--r--macros/latex/contrib/fileinfo/doc/fileinfo.RLS10
-rw-r--r--macros/latex/contrib/fileinfo/doc/myfilist.pdfbin0 -> 559310 bytes
-rw-r--r--macros/latex/contrib/fileinfo/doc/readprov.pdfbin0 -> 489557 bytes
5 files changed, 130 insertions, 0 deletions
diff --git a/macros/latex/contrib/fileinfo/doc/RELEASEs.txt b/macros/latex/contrib/fileinfo/doc/RELEASEs.txt
new file mode 100644
index 0000000000..4fa3a45d4d
--- /dev/null
+++ b/macros/latex/contrib/fileinfo/doc/RELEASEs.txt
@@ -0,0 +1,97 @@
+
+First upload of the `fileinfo' bundle to CTAN probably was 2010/11/27,
+followed by tries at encoding the README, so README.pdf was available
+2010/11/28. Both `myfilist.sty' and `readprov.sty' were v0.3.
+
+2011/01/30 uses a fix of `makedoc.sty' and the new `texlinks.sty' for
+documentation. `myfilist.sty' v0.3a has 2 lines less than v0.3 and an
+updated copyright, `readprov.sty' didn't change. The .tds gets a
+`source' directory.
+
+For r0.3b 2012/03/18, we write "elegantly" in place of "elegant" in
+`readprov.sty' v0.3a and update its copyright. We also hardwrap the
+present file (2012/03/16). Resuming work 2012/03/18, we use
+\MakeCloseDoc* from `makedoc.sty' v0.5 in `myfilist.tex' and
+`readprov.tex', add TDS-info to README, remove outdated `makedoc.cfg',
+and move `gather.tex' to `docsrc'.
+
+r0.4 (2012/05/26) provides `myfilist.sty' v0.4 that allows reentering
+a package after \EmptyFileList, even when it has been loaded with an
+option before; mainly for the `nicefilelist' package:
+
+ \RequirePackage[r]{nicefilelist}
+ \RequirePackage{myfilist}
+ \EmptyFileList[nicefilelist.sty]
+
+r0.5 (2012/10/11) provided `myfilist.sty' v0.6 with a trick
+\FileListRemark to insert "comments" in the file list, a hook
+\ListGenerator to support `adhocfilelist', and
+\NoBottomLines to suppress final messages,
+also issued by the new package option [no-bot]
+
+But moreover, it provided `myfilist.sty' v0.5 as of 2012/09/27
+which I failed to upload. v0.5 brought \ReadListFileInfos,
+\WriteFileList, \ReadListFileInfos, and \UseFindUtility for
+the `adhocfilelist' package, or something else like that.
+I had thought that \WriteFileList could be useful, and it
+could perhaps with the -i option of `adhocfilelist'.
+r0.5 did announce `v0.5' literally, but described v0.6.
+Good that it hasn't been processed ...
+
+r0.6 (2012/10/12) corrects this, i.e., the present file is
+corrected and updated, and the announcement is corrected.
+And `myfilist' v0.6a is provided where \UseFindUtility is
+added to the version history. Moreover, `readprov.pdf' has
+been typeset anew just to apply changes in `nicetext' and
+to avoid worrying in the future when I would not remember
+the problem (.aux files need to be removed, that's it).
+-- Actually, I have modified `gather.tex' finally in order
+to have the *.sty's and `fileinfo.RLS' in adjacent lines.
+
+r0.7 (2012/10/25) adds \NoStopListInfos in `myfilist.sty' v0.7
+so the script (`gather.tex') can continue with `filedate'
+consistency checks and their messages are the last lines
+you see on screen.
+
+r0.8 (2012/11/11) keeps `myfilist' v0.7 while the new
+`readprov' v0.4 is a reimplementation sensible of
+\[No]FileDateAutoChecks from `filedate' v0.4.
+
+r0.8a (2012/11/13)
+ * provides the proper `fileinfo.RLS' ...
+ * applies more `filedate' tricks in `gather.tex' and new
+ `fdatechk.tex' (see `Example' in `myfilist.pdf'),
+ `myfilist.tex', and `readprov.tex', supported by new
+ `makedoc.cfg' from `nicetext'.
+
+r0.81 (2012/11/22):
+
+ * `myfilist.sty' v0.71 has a reimplementation of
+ \FileListRemark that works with `filedate.sty''s
+ \FileDateAutoChecks.
+
+ * This is exemplified in `gather.tex' that generates the
+ list of LaTeX source files in the `fileinfo' bundle.
+
+ * `readprov.sty' v0.5 provides \ReadShInfos to process
+
+ # \ProvidesFile{<file>}[<info>]
+
+ in shell script files <file>. This is exemplified in a
+ parallel upload of the shell script package
+ `adhocfilelist'.
+
+ * The documentation inside both `.sty' files as well as
+ some settings in the documentation generators
+ `myfilist.tex' and `readprov.tex' have some adjustments/
+ corrections.
+
+ * While `myfilist' originally was made for use /without/
+ typesetting (with "TeX scripts"), the documentation now
+ notes that `\ListFileInfos[<txt-file>]' can also be used
+ /with/ typesetting in order to get \listfiles output
+ in a separate plain text file `<txt-file>' (/without/
+ remaining `.log' content).
+
+r0.81a (2012/11/30) PDFs typeset with fixed `makedoc.cfg'
+
diff --git a/macros/latex/contrib/fileinfo/doc/SrcFILEs.txt b/macros/latex/contrib/fileinfo/doc/SrcFILEs.txt
new file mode 100644
index 0000000000..0d37c4872d
--- /dev/null
+++ b/macros/latex/contrib/fileinfo/doc/SrcFILEs.txt
@@ -0,0 +1,23 @@
+
+ *File List*
+-RELEASE.--- ----------
+fileinfo.RLS 2012/11/30 r0.81a PDFs with fixed `makedoc.cfg'
+-----USE.--- ----------
+myfilist.sty 2012/11/22 v0.71 \listfiles -- mine only (UL)
+readprov.sty 2012/11/22 v0.5 file infos without loading (UL)
+-----DOC.--- ----------
+myfilist.tex 2012/11/30 documenting myfilist.sty
+readprov.tex 2012/11/22 documenting readprov.sty
+----USED.--- ----------
+ makedoc.cfg 2012/11/30 documentation settings
+fifinddo.sty 2012/11/17 v0.61 filtering TeX(t) files by TeX (UL)
+ makedoc.sty 2012/08/28 v0.52 TeX input from *.sty (UL)
+niceverb.sty 2012/11/27 v0.51 minimize doc markup (UL)
+ README.tex 2012/03/18 make README.pdf
+fdatechk.tex 2012/11/13 filedate checks
+ gather.tex 2012/11/22 collect file infos
+ ***********
+
+ List made at 2012/11/30, 16:41
+ from script file gather.tex
+
diff --git a/macros/latex/contrib/fileinfo/doc/fileinfo.RLS b/macros/latex/contrib/fileinfo/doc/fileinfo.RLS
new file mode 100644
index 0000000000..4621131d1e
--- /dev/null
+++ b/macros/latex/contrib/fileinfo/doc/fileinfo.RLS
@@ -0,0 +1,10 @@
+\ProvidesFile{fileinfo.RLS} %% RELEASE INFO
+ [2012/11/30 r0.81a PDFs with fixed `makedoc.cfg']
+ [2012/11/22 r0.81 \string\FileDateAutoChecks, \string\ReadShInfos]
+ [2012/11/13 r0.8a readprov v0.4 sensible of \string\FileDateAutoChecks]
+ [2012/10/25 r0.7 myfilist v0.7 \string\NoStopListInfos]
+ [2012/10/12 r0.6 myfilist v0.6a, correcting r0.5]
+ [{2012/10/11 r0.5 myfilist v0.5f.: fake entries, [no-bot]}]
+ [2012/05/26 r0.4 myfilist v0.4: options]
+ [2012/03/18/20 r0.3b+ internal!?] %% 2012/05/26
+ [2012/03/18/18 r0.3b doc. (generation) mod.s] %% 2012/05/26
diff --git a/macros/latex/contrib/fileinfo/doc/myfilist.pdf b/macros/latex/contrib/fileinfo/doc/myfilist.pdf
new file mode 100644
index 0000000000..439503d228
--- /dev/null
+++ b/macros/latex/contrib/fileinfo/doc/myfilist.pdf
Binary files differ
diff --git a/macros/latex/contrib/fileinfo/doc/readprov.pdf b/macros/latex/contrib/fileinfo/doc/readprov.pdf
new file mode 100644
index 0000000000..a35a09227d
--- /dev/null
+++ b/macros/latex/contrib/fileinfo/doc/readprov.pdf
Binary files differ