summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/hyperref/backref.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-11-05 00:06:38 +0000
committerKarl Berry <karl@freefriends.org>2007-11-05 00:06:38 +0000
commit5b3df0d3745a0955e550d4103228cf8d52a73241 (patch)
treee9c84d96e4bf295935da473aada238ac0b164cae /Master/texmf-dist/source/latex/hyperref/backref.dtx
parent78bd6b24f3c38ea9be1371b6180fa90b76221e21 (diff)
hyperref update (3nov07)
git-svn-id: svn://tug.org/texlive/trunk@5345 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/hyperref/backref.dtx')
-rw-r--r--Master/texmf-dist/source/latex/hyperref/backref.dtx26
1 files changed, 23 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/backref.dtx b/Master/texmf-dist/source/latex/hyperref/backref.dtx
index 61b93a4f782..bb6cbdcd3d6 100644
--- a/Master/texmf-dist/source/latex/hyperref/backref.dtx
+++ b/Master/texmf-dist/source/latex/hyperref/backref.dtx
@@ -22,9 +22,9 @@
%<driver>\ProvidesFile{backref.drv}
% \fi
% \ProvidesFile{backref.dtx}
- [2006/10/06 v1.27 Bibliographical back referencing]%
+ [2006/09/05 v1.28 Bibliographical back referencing]%
%
-% \CheckSum{550}
+% \CheckSum{574}
%
% \iffalse
%<*driver>
@@ -610,7 +610,7 @@
\let\bibitem\BR@bibitem
\let\BRorg@thebibliography\thebibliography
\def\thebibliography{%
- \@starttoc{brf}{}%
+ \BR@starttoc
\BRorg@thebibliography
}%
\@ifundefined{NAT@parse}{%
@@ -624,6 +624,26 @@
}%
}
% \end{macrocode}
+% \begin{macro}{\BR@starttoc}
+% \begin{macrocode}
+\def\BR@starttoc{%
+ \begingroup
+ \makeatletter
+ \@input{\jobname.brf}%
+ \if@filesw
+ \@ifundefined{tf@brf}{%
+ \expandafter\newwrite\csname tf@brf\endcsname
+ }{}%
+ \@ifundefined{tf@brf@open}{%
+ \immediate\openout\csname tf@brf\endcsname\jobname.brf\relax
+ \gdef\tf@brf@open{}%
+ }{}%
+ \fi
+ \@nobreakfalse
+ \endgroup
+}
+% \end{macrocode}
+% \end{macro}
%
% \subsection{Collecting back cite informations}
%