summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/tools/showkeys.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/tools/showkeys.dtx')
-rw-r--r--Master/texmf-dist/source/latex/tools/showkeys.dtx26
1 files changed, 13 insertions, 13 deletions
diff --git a/Master/texmf-dist/source/latex/tools/showkeys.dtx b/Master/texmf-dist/source/latex/tools/showkeys.dtx
index 8419ba1c98b..e30d1a57101 100644
--- a/Master/texmf-dist/source/latex/tools/showkeys.dtx
+++ b/Master/texmf-dist/source/latex/tools/showkeys.dtx
@@ -1,7 +1,7 @@
% \iffalse meta-comment
%
-% Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005
-% 2006 2008 2009 2011
+% Copyright 1993-2014
+%
% The LaTeX3 Project and any individual authors listed elsewhere
% in this file.
%
@@ -32,7 +32,7 @@
%<driver> \ProvidesFile{showkeys.drv}
% \fi
% \ProvidesFile{showkeys.dtx}
- [2014/04/24 v3.17 Show cite and label keys (DPC, MH)]
+ [2014/10/28 v3.17 Show cite and label keys (DPC, MH)]
%
% \iffalse
%<*driver>
@@ -123,7 +123,7 @@
%
% The package accepts two further options.
% \begin{description}
-% \item[final] to supress the action of this package, for `final'
+% \item[final] to suporess the action of this package, for `final'
% versions.
% \item[draft] the normal behaviour of this package.
% \end{description}
@@ -179,7 +179,7 @@
% Displayed math (without |equation| counter).
% \[0=0\label{disp}\]
%
-% Some text refering to the maths on page~\pageref{disp}, and the
+% Some text referring to the maths on page~\pageref{disp}, and the
% item~\ref{e^1}.\footnotetext{Actually \texttt{\string\marginpar} is
% not used at all in this package now.}
%
@@ -234,10 +234,10 @@
% \bibitem{GN:sl}
% Gil Neiger, \emph{showlabels.sty},
% Undated package, similar to this one, but shows labels
-% inline, affecting the formating of the document.
+% inline, affecting the formatting of the document.
%
% \bibitem{anon:sk}
-% Annonymous, \emph{showkeys.sty},
+% Anonymous, \emph{showkeys.sty},
% Package, dated 14 May 1988. Very similar to this one,
% also uses |\marginpar| in outer vertical mode.
%
@@ -257,7 +257,7 @@
% \end{macrocode}
%
%
-% First we handle the options. Normally all related comands are
+% First we handle the options. Normally all related commands are
% defined to show their `keys'. But since v3.03 one can specify:
%
% \texttt{notref} to stop the redefinition of |\ref| (and |\pageref|,
@@ -302,7 +302,7 @@
% \changes{v3.15}{2007/08/07}
% {Fix \cs{showkeyslabelformat} for final option PR/3918.}
% Allow |final| to be specified in the document class options
-% to supress the loading of this package.
+% to suppress the loading of this package.
% \begin{macrocode}
\DeclareOption{final}{%
\providecommand*\showkeyslabelformat[1]{}%
@@ -408,7 +408,7 @@
% If the |\label| is straight after |\item| (|\bibitem| is handled by
% this case as well) then the item label has not been added to the page
% yet. It is hanging around in the box |\@labels| waiting for the
-% paragraph to start. So just need to attatch the label to this box.
+% paragraph to start. So just need to attach the label to this box.
% \begin{macrocode}
\global\setbox\@labels\hbox{%
\llap{\SK@lab\SK@lab@relax
@@ -422,7 +422,7 @@
% \changes{v3.10}{1996/09/06}
% {Save prevdepth and restore later}
% If we insert a box into the main vertical list, do not want to
-% change |\prevdepth| as that would afect vertical spacing in the
+% change |\prevdepth| as that would affect vertical spacing in the
% document. (The box itself should not cause any difference in break
% points as there is a node there anyway coming from the |\write| to
% the aux file.
@@ -833,7 +833,7 @@
% \changes{v3.12}{1997/06/12}
% {Support cite package. tools/2490}
% \changes{v3.17}{2014/04/24}
-% {rededine \cs{@citex} rather than \cs{cite} for tools/4162}
+% {redefine \cs{@citex} rather than \cs{cite} for tools/4162}
%
% If \textsf{cite} or \textsf{overcite} is being used, redefine |\citen|
% rather than |\cite| so as not to spoil the space and punctuation
@@ -868,7 +868,7 @@
% \end{macrocode}
%
% \changes{v3.17}{2014/04/24}
-% {Change name, rededine \cs{@citex} rather than \cs{cite} for tools/4162}
+% {Change name, redefine \cs{@citex} rather than \cs{cite} for tools/4162}
% \begin{macrocode}
\def\SK@citex[#1]#2{%
\SK@\SK@@ref{#2}\SK@@citex[{#1}]{#2}}