summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/refcheck
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-02-15 23:58:19 +0000
committerKarl Berry <karl@freefriends.org>2013-02-15 23:58:19 +0000
commitc1a3181be2e0466144b193df768e3fd64eaa6106 (patch)
tree003a4a247338d85cbb0815abc47225bc3834762a /Master/texmf-dist/doc/latex/refcheck
parentdcd3dfee2f53020c529e9289c438d3b8c661650e (diff)
refcheck (15feb13)
git-svn-id: svn://tug.org/texlive/trunk@29128 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/refcheck')
-rw-r--r--Master/texmf-dist/doc/latex/refcheck/README2
-rw-r--r--Master/texmf-dist/doc/latex/refcheck/refdemo.pdfbin59404 -> 41597 bytes
-rw-r--r--Master/texmf-dist/doc/latex/refcheck/refdemo.tex30
3 files changed, 18 insertions, 14 deletions
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
--- a/Master/texmf-dist/doc/latex/refcheck/refdemo.pdf
+++ b/Master/texmf-dist/doc/latex/refcheck/refdemo.pdf
Binary files 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}
- <Info by RefCheck> Unused label `eq.2' on page 1
- <Info by RefCheck> 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}
- <Info by RefCheck> 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:}