summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/natbib/natbib.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/natbib/natbib.dtx')
-rw-r--r--Master/texmf-dist/source/latex/natbib/natbib.dtx10
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/natbib/natbib.dtx b/Master/texmf-dist/source/latex/natbib/natbib.dtx
index d5c0a2f6d8b..8f7e52578de 100644
--- a/Master/texmf-dist/source/latex/natbib/natbib.dtx
+++ b/Master/texmf-dist/source/latex/natbib/natbib.dtx
@@ -68,7 +68,7 @@
% *** The DATE, VERSION, and other INFO
%\fi
%\ProvidesFile{natbib}
- [2006/08/18 7.4 (PWD)]
+ [2006/09/06 7.4a (PWD)]
% \changes{4.0}{1993 Aug 19}{First documented release}
% \changes{4.1}{1993 Oct 4}{Simplification of \cs{@citeapalk}}
% \changes{4.1a}{1993 Oct 14}{Add \texttt{rev} option for reversed comments
@@ -179,8 +179,9 @@
% \changes{7.2}{2006 Jan 12}{Add compatibility with \texttt{citeref} package}
% \changes{7.3}{2006 Mar 22}{Revise and update the manual documentation}
% \changes{7.4}{2006 Aug 18}{Add \cs{NAT@nmfmt} to names in \cs{NAT@test}}
+% \changes{7.4a}{2006 Sep 06}{Fix bug with compress option and hyperref with dvips}
%
-% \CheckSum{2421}
+% \CheckSum{2423}
% \CharacterTable
% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
@@ -2630,6 +2631,7 @@ is read in after the main package file.
% \changes{7.2}{2006 Jan 12}{Separate compression and sorting flags so they
% can be used independently}
% \changes{7.2}{2006 Jan 12}{Add hyperlinks to compressed cites}
+% \changes{7.4a}{2006 Sep 06}{Add \cs{noexpand} to \cs{hyper@natlinkend}}
% \begin{macrocode}
\ifNAT@swa
\ifnum\NAT@ctype>1\relax\@citea
@@ -2650,11 +2652,11 @@ is read in after the main package file.
\ifx\NAT@last@yr\relax
\edef\NAT@last@yr{\@citea \mbox{%
\noexpand\hyper@natlinkstart{\@citeb\@extra@b@citeb}{%
- \noexpand\citenumfont{\NAT@num}}\hyper@natlinkend}}%
+ \noexpand\citenumfont{\NAT@num}}\noexpand\hyper@natlinkend}}%
\else
\edef\NAT@last@yr{--\penalty\@m\mbox{%
\noexpand\hyper@natlinkstart{\@citeb\@extra@b@citeb}{%
- \noexpand\citenumfont{\NAT@num}}\hyper@natlinkend}}%
+ \noexpand\citenumfont{\NAT@num}}\noexpand\hyper@natlinkend}}%
\fi
\else
\NAT@last@yr \@citea \mbox{\hyper@natlinkstart{\@citeb\@extra@b@citeb}%