From c1a3181be2e0466144b193df768e3fd64eaa6106 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 15 Feb 2013 23:58:19 +0000 Subject: refcheck (15feb13) git-svn-id: svn://tug.org/texlive/trunk@29128 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/refcheck/README | 2 +- Master/texmf-dist/doc/latex/refcheck/refdemo.pdf | Bin 59404 -> 41597 bytes Master/texmf-dist/doc/latex/refcheck/refdemo.tex | 30 +++++++++++++---------- 3 files changed, 18 insertions(+), 14 deletions(-) (limited to 'Master/texmf-dist/doc/latex/refcheck') diff --git a/Master/texmf-dist/doc/latex/refcheck/README b/Master/texmf-dist/doc/latex/refcheck/README index 16e9de22c26..94ad7f1cc61 100644 --- a/Master/texmf-dist/doc/latex/refcheck/README +++ b/Master/texmf-dist/doc/latex/refcheck/README @@ -5,4 +5,4 @@ it displays label and bibitem `keys' in text margins. RefDemo.tex is a short description of usage of RefCheck.sty. -Oleg Motygin, mov@snark.ipme.ru +Oleg Motygin, mov222@gmail.com diff --git a/Master/texmf-dist/doc/latex/refcheck/refdemo.pdf b/Master/texmf-dist/doc/latex/refcheck/refdemo.pdf index 20fd6bbe3ef..2640d8692aa 100644 Binary files a/Master/texmf-dist/doc/latex/refcheck/refdemo.pdf and b/Master/texmf-dist/doc/latex/refcheck/refdemo.pdf differ diff --git a/Master/texmf-dist/doc/latex/refcheck/refdemo.tex b/Master/texmf-dist/doc/latex/refcheck/refdemo.tex index 0eb5372dcd6..a40d2c9c5af 100644 --- a/Master/texmf-dist/doc/latex/refcheck/refdemo.tex +++ b/Master/texmf-dist/doc/latex/refcheck/refdemo.tex @@ -17,8 +17,8 @@ \def\AmS{\mbox{$\mathcal{A}$\kern-0.17em\raise-2.1pt\hbox{$\mathcal{M}$}% \kern-0.115em$\mathcal{S}$}} \renewcommand{\refname}{{\normalsize References}} -\def\curversion{1.9} -\def\curvertime{2004/03/31} +\def\curversion{1.9.1} +\def\curvertime{2013/02/14} \section*{\RefCheck{\tiny${}^{\mathrm{\ \ ver. \curversion}}_{\mathrm{\curvertime}}$} for \LaTeXe} @@ -29,7 +29,7 @@ with \LaTeXe. The package looks for useless labels, unlabelled equations, unused bibliography references and puts `keys' of labels on margins. -To start checking one should just write +To start checking, one should just write \begin{verbatim} \documentclass{article} \usepackage{refcheck} @@ -55,8 +55,8 @@ written as Then the \texttt{.log} file will contains the following messages: {\small \begin{verbatim} - Unused label `eq.2' on page 1 - Unlabelled equation (3) on page 1 + Package refcheck Warning: Unused label `eq.2' on input line 44. + Package refcheck Warning: Unlabelled equation (3) on input line 46. \end{verbatim} } \noindent @@ -83,9 +83,9 @@ Consider the following short list of books: \vspace{-1\baselineskip} \begin{thebibliography}{9} -\bibitem{book1}A book. -\bibitem{book2}Another book. -\bibitem{book3}Third book. + \bibitem{book1}A book. + \bibitem{book2}Another book. + \bibitem{book3}Third book. \end{thebibliography} defined as follows \begin{verbatim} @@ -100,7 +100,7 @@ command \verb#\cite{book1,book2}# and do not use the label `book3'. Then, the \texttt{.log} file will contain the following message {\small \begin{verbatim} - Unused bibitem `book3' on page 2 + Package refcheck Warning: Unused bibitem `book3' on input line 88. \end{verbatim}} Commands \verb#\showcitenames# and \verb#\nocitenames# for @@ -212,11 +212,15 @@ processed to \verb#\write#, in particular, to be put into \texttt{.toc}, problem. Besides, some more work was done to provide compability with \AmS-\LaTeX\ and \textbf{hyperref}. -\item The current version \textbf{\curversion} adds possibility to check -usage of labels in external files. More compability with \textbf{cite} package -was achieved. +\item The version \textbf{1.9} added possibility to check usage of labels in external +files. More compability with \textbf{cite} package was achieved. -\medskip +\item The current minor version \textbf{\curversion} is intended to fix the bug discussed +at \\ +{\small\texttt{http://tex.stackexchange.com/questions/88046/problem-with-refcheck}}.\\ +Besides, the format of refcheck warnings is changed. + +\bigskip \textbf{New options and commands:} -- cgit v1.2.3