summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-07-02 03:03:46 +0000
committerNorbert Preining <norbert@preining.info>2023-07-02 03:03:46 +0000
commitbf144b430967ee6534dac2d3aefb8d562f27bf46 (patch)
tree5d2acc80eaa798a4ac09ac79db7e5db10cb32675 /support
parent3a29216caca37803e25b84a50fd5f7f91ebc04d3 (diff)
CTAN sync 202307020303
Diffstat (limited to 'support')
-rw-r--r--support/typeoutfileinfo/README16
-rw-r--r--support/typeoutfileinfo/readprov.log38
-rwxr-xr-xsupport/typeoutfileinfo/typeoutfileinfo.sh40
3 files changed, 65 insertions, 29 deletions
diff --git a/support/typeoutfileinfo/README b/support/typeoutfileinfo/README
index 8e30dd97a8..30cfb4645c 100644
--- a/support/typeoutfileinfo/README
+++ b/support/typeoutfileinfo/README
@@ -1,6 +1,6 @@
README for the `typeoutfileinfo' package
- (C) Uwe Lueck 2012/03/16
-
+ 2023-06-30 v0.32
+ © 2012 Uwe Lück (deceased)
`typeoutfileinfo.sh' is a minimalist shell script for Unix-like
systems, displaying the info content in the \ProvidesFile,
@@ -8,18 +8,14 @@ systems, displaying the info content in the \ProvidesFile,
file on screen. This requires the `readprov' package.
See the file `typeoutfileinfo.sh' for details.
-LICENSE: LPPL v1.3c or later, author-maintained.
+LICENSE: LPPL v1.3c or later.
The latest public version of the package is available at
- http://mirror.ctan.org/support/typeoutfileinfo/
+ https://ctan.org/pkg/typeoutfileinfo
A TDS version of the package is available as
- http://mirror.ctan.org/install/support/typeoutfileinfo.tds.zip
-
-Please report bugs, problems, and suggestions via
-
- http://www.contact-ednotes.sty.de.vu
+ https://mirrors.ctan.org/install/support/typeoutfileinfo.tds.zip
-SEE ALSO script packages `latexfileversion' and `ltxfileinfo'.
+SEE ALSO script packages `latexfileversion' and `ltxfileinfo'. \ No newline at end of file
diff --git a/support/typeoutfileinfo/readprov.log b/support/typeoutfileinfo/readprov.log
new file mode 100644
index 0000000000..7de06445b7
--- /dev/null
+++ b/support/typeoutfileinfo/readprov.log
@@ -0,0 +1,38 @@
+This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016/Debian) (preloaded format=latex 2018.9.22) 30 JUN 2023 21:50
+entering extended mode
+ restricted \write18 enabled.
+ %&-line parsing enabled.
+**\RequirePackage{readprov}\ReadFileInfos{--help}\typeout{^^J^^J + --help info:
+ + \csname ver@--help\endcsname^^J}\batchmode\stop
+(/usr/share/texlive/texmf-dist/tex/latex/fileinfo/readprov.sty
+Package: readprov 2012/11/22 v0.5 file infos without loading (UL)
+)
+
+! LaTeX Error: File `--help.tex' not found.
+
+Type X to quit or <RETURN> to proceed,
+or enter new name. (Default extension: tex)
+
+Enter file name:
+! Interruption.
+<to be read again>
+ }
+<*> ...uirePackage{readprov}\ReadFileInfos{--help}
+ \typeout{^^J^^J + --help i...
+
+?
+
+
+ + --help info: + \ver@--help
+
+
+
+Here is how much of TeX's memory you used:
+ 32 strings out of 493014
+ 584 string characters out of 6135708
+ 53265 words of memory out of 5000000
+ 3673 multiletter control sequences out of 15000+600000
+ 3640 words of font info for 14 fonts, out of 8000000 for 9000
+ 1141 hyphenation exceptions out of 8191
+ 13i,1n,12p,208b,31s stack positions out of 5000i,500n,10000p,200000b,80000s
+No pages of output.
diff --git a/support/typeoutfileinfo/typeoutfileinfo.sh b/support/typeoutfileinfo/typeoutfileinfo.sh
index 2780883e82..dcbc97040e 100755
--- a/support/typeoutfileinfo/typeoutfileinfo.sh
+++ b/support/typeoutfileinfo/typeoutfileinfo.sh
@@ -1,52 +1,54 @@
#!/bin/sh
##
## This is `typeoutfileinfo.sh', a minimalist shell script for Unices.
-##
+##
## ./typeoutfileinfo.sh [FILENAME].[EXT]
##
## runs latex with the readprov package:
##
-## http://ctan.org/pkg/readprov
+## https://ctan.org/pkg/readprov
##
## in order to display [FILENAME].[TXT]'s FILE INFO (\listfile entry)
-## using \typeout. This requires that [FILENAME].[EXT] contains a
+## using \typeout. This requires that [FILENAME].[EXT] contains a
## \ProvidesFile, \ProvidesPackage, or \ProvidesClass command.
latex \\RequirePackage{readprov}\\ReadFileInfos{$1}\
\\typeout{^^J^^J + $1 info: + \\csname ver@$1\\endcsname^^J}\
\\batchmode\\stop
##
-## Copyright (C) 2012 Uwe Lueck, http://contact-ednotes.sty.de.vu/
+## Copyright © 2012 Uwe Lück (deceased)
##
## This program may be distributed and/or modified under the
## conditions of the LaTeX Project Public License, either version 1.3c
## of this license or (at your option) any later version.
## The latest version of this license is in
-## http://www.latex-project.org/lppl.txt
-## and version 1.3c or later is part of all distributions of LaTeX
+## https://www.latex-project.org/lppl.txt
+## and version 1.3c or later is part of all distributions of LaTeX
## version 1999/12/01 or later.
##
## There is NO WARRANTY.
##
-## This is package version v0.31 as of 2012-09-28.
+## This is package version v0.32 as of 2023-06-30.
##
-## CREDITS: This work derived from Harald Harders' `latexfileversion'
-## as a simplification using my `readprov'. Reinhard Kotucha
+## CREDITS: This work derived from Harald Harders' `latexfileversion'
+## as a simplification using my `readprov'. Reinhard Kotucha
## improved the code, see HISTORY.
##
-## PURPOSE/BACKGROUND: A package like this, `latexfileversion' or
-## `ltxfileinfo' when you wonder which version of a source file
-## (package, document component) is available in some directory --
-## I typically test package changes by symbolic links in single
-## project directories before installing them globally, and then
-## sometimes don't remember ... when I get an "undefined" error,
-## I wonder whether I have installed the symbolic link or whether
-## I just forgot to define this, or whether I lost the most recent
+## PURPOSE/BACKGROUND: A package like this, `latexfileversion' or
+## `ltxfileinfo' when you wonder which version of a source file
+## (package, document component) is available in some directory --
+## I typically test package changes by symbolic links in single
+## project directories before installing them globally, and then
+## sometimes don't remember ... when I get an "undefined" error,
+## I wonder whether I have installed the symbolic link or whether
+## I just forgot to define this, or whether I lost the most recent
## version ...
##
## HISTORY:
## v0.1a 2012/03/16
## v0.2 2012/09/16 adds \batchmode thanks to Heiko Oberdiek on texhax
## v0.21 2012/09/19 shebang line corrected/improved by Reinhard Kotucha
-## v0.3 2012/09/27 long line instead of here document,
-## different spacing, * -> + (misinterpreded)
+## v0.3 2012/09/27 long line instead of here document,
+## different spacing, * -> + (misinterpreded)
## v0.31 2012/09/28 code line broken by `\', thanks to Reinhard Kotucha
+## v0.32 2023-06-30 Uwe Lück is deceased:
+## https://www.webdesign-bu.de/uwe_lueck/contact.html \ No newline at end of file