diff options
author | Karl Berry <karl@freefriends.org> | 2022-07-21 20:15:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-07-21 20:15:16 +0000 |
commit | c121c219ac85e27ca69e396685d6ffde94f96fa7 (patch) | |
tree | 41147aec3d183e4f37d20529778ef2b730d41a4a /Master/texmf-dist/doc/support | |
parent | 530f71fe4b320a38b22fc3a03b0eb3960b785f48 (diff) |
texlogsieve (21jul22)
git-svn-id: svn://tug.org/texlive/trunk@63954 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support')
-rw-r--r-- | Master/texmf-dist/doc/support/texlogsieve/texlogsieve.pdf | bin | 59004 -> 59279 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/support/texlogsieve/texlogsieve.tex | 14 |
2 files changed, 11 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/support/texlogsieve/texlogsieve.pdf b/Master/texmf-dist/doc/support/texlogsieve/texlogsieve.pdf Binary files differindex 4bac5034a6a..f37bc1ab309 100644 --- a/Master/texmf-dist/doc/support/texlogsieve/texlogsieve.pdf +++ b/Master/texmf-dist/doc/support/texlogsieve/texlogsieve.pdf diff --git a/Master/texmf-dist/doc/support/texlogsieve/texlogsieve.tex b/Master/texmf-dist/doc/support/texlogsieve/texlogsieve.tex index 9d7d2d751bc..6270e27ffe1 100644 --- a/Master/texmf-dist/doc/support/texlogsieve/texlogsieve.tex +++ b/Master/texmf-dist/doc/support/texlogsieve/texlogsieve.tex @@ -77,12 +77,19 @@ \changes{1.1.2}{2022/03/14}{Fix bug unwrapping lines starting with ``]''} \changes{1.1.3}{2022/04/22}{Be more careful with continuation lines in error msgs} +\changes{1.2.0}{2022/07/21}{Fix bug with missing citations} +\changes{1.2.0}{2022/07/21}{Colored keys with missing citations / chars} +\changes{1.2.0}{2022/07/21}{Improved example latexmkrc in TIPS section} +\changes{1.2.0}{2022/07/21}{Summary messages include line numbers} +\changes{1.2.0}{2022/07/21}{Summary messages use singular and plural + for pages and files} +\changes{1.2.0}{2022/07/21}{Add unused labels to summary} \begin{document} \title{\textsf{texlogsieve}:\thanks{This document -corresponds to \textsf{texlogsieve}~1.1.3, -dated~2022-04-22.}\\[.3\baselineskip] +corresponds to \textsf{texlogsieve}~1.2.0, +dated~2022-07-21.}\\[.3\baselineskip] {\normalsize(yet another program to)\\[-.6\baselineskip]} {\large filter and summarize \LaTeX\ log files} } @@ -115,7 +122,7 @@ a summary report. Highlights: \end{abstract} -\section{Introduction} +\section*{Introduction} The \LaTeX\ log file is very verbose, which is useful when debugging but a hindrance during document preparation, as warnings such as ``missing @@ -470,6 +477,7 @@ $silent = 1; # This adds "-interaction batchmode" $silence_logfile_warnings = 1; END { + local $?; # do not override previous exit status if (-s "$root_filename.blg" and open my $bibfile, '<', "$root_filename.blg") { |