summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-07-21 20:15:16 +0000
committerKarl Berry <karl@freefriends.org>2022-07-21 20:15:16 +0000
commitc121c219ac85e27ca69e396685d6ffde94f96fa7 (patch)
tree41147aec3d183e4f37d20529778ef2b730d41a4a /Master/texmf-dist/doc
parent530f71fe4b320a38b22fc3a03b0eb3960b785f48 (diff)
texlogsieve (21jul22)
git-svn-id: svn://tug.org/texlive/trunk@63954 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/man/man1/texlogsieve.12
-rw-r--r--Master/texmf-dist/doc/man/man1/texlogsieve.man1.pdfbin40198 -> 40199 bytes
-rw-r--r--Master/texmf-dist/doc/support/texlogsieve/texlogsieve.pdfbin59004 -> 59279 bytes
-rw-r--r--Master/texmf-dist/doc/support/texlogsieve/texlogsieve.tex14
4 files changed, 12 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/man/man1/texlogsieve.1 b/Master/texmf-dist/doc/man/man1/texlogsieve.1
index 0e459206471..4628d1ec54f 100644
--- a/Master/texmf-dist/doc/man/man1/texlogsieve.1
+++ b/Master/texmf-dist/doc/man/man1/texlogsieve.1
@@ -1,4 +1,4 @@
-.TH TEXLOGSIEVE "1" "April 2022" "texlogsieve 1.1.3" "User Commands"
+.TH TEXLOGSIEVE "1" "July 2022" "texlogsieve 1.2.0" "User Commands"
.SH NAME
diff --git a/Master/texmf-dist/doc/man/man1/texlogsieve.man1.pdf b/Master/texmf-dist/doc/man/man1/texlogsieve.man1.pdf
index f3afbdf6d3f..f65d3e70087 100644
--- a/Master/texmf-dist/doc/man/man1/texlogsieve.man1.pdf
+++ b/Master/texmf-dist/doc/man/man1/texlogsieve.man1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/support/texlogsieve/texlogsieve.pdf b/Master/texmf-dist/doc/support/texlogsieve/texlogsieve.pdf
index 4bac5034a6a..f37bc1ab309 100644
--- a/Master/texmf-dist/doc/support/texlogsieve/texlogsieve.pdf
+++ b/Master/texmf-dist/doc/support/texlogsieve/texlogsieve.pdf
Binary files differ
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") {