diff options
Diffstat (limited to 'Master/texmf-dist')
-rwxr-xr-x | Master/texmf-dist/scripts/typeoutfileinfo/typeoutfileinfo.sh | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/typeoutfileinfo/typeoutfileinfo.sh b/Master/texmf-dist/scripts/typeoutfileinfo/typeoutfileinfo.sh index 70a6653cb2a..c4544edad5a 100755 --- a/Master/texmf-dist/scripts/typeoutfileinfo/typeoutfileinfo.sh +++ b/Master/texmf-dist/scripts/typeoutfileinfo/typeoutfileinfo.sh @@ -14,7 +14,8 @@ ( cat << EOM \\RequirePackage{readprov} \\ReadFileInfos{$1} -\\typeout{^^J^^J *$1 info*: \\space \\csname ver@$1\\endcsname^^J^^J}\\stop +\\typeout{^^J^^J *$1 info*: \\space \\csname ver@$1\\endcsname^^J^^J}% +\\batchmode\\stop ## \batchmode added 2012/09/16 EOM ) | latex ## @@ -30,7 +31,7 @@ EOM ## ## There is NO WARRANTY. ## -## This is package version v0.1a as of 2012-03-16. +## This is package version v0.2 as of 2012-09-16. ## ## CREDIT: this work derived from Harald Harders' `latexfileversion' ## as a simplification using my `readprov'. I learnt "here document" @@ -45,3 +46,7 @@ EOM ## 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 |