summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/hyperref/backref.drv
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-05-24 22:21:49 +0000
committerKarl Berry <karl@freefriends.org>2009-05-24 22:21:49 +0000
commit1984fffaddfd95577875b13b1b44498a921a0004 (patch)
tree8909691dc26a52e09e7cf46d46603f8b74bc772d /Master/texmf-dist/source/latex/hyperref/backref.drv
parent0b777811ed9a0adad9edc8c455789a7080217610 (diff)
hyperref update (24may09)
git-svn-id: svn://tug.org/texlive/trunk@13445 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/hyperref/backref.drv')
-rw-r--r--Master/texmf-dist/source/latex/hyperref/backref.drv52
1 files changed, 52 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/backref.drv b/Master/texmf-dist/source/latex/hyperref/backref.drv
new file mode 100644
index 00000000000..49c9121cb8a
--- /dev/null
+++ b/Master/texmf-dist/source/latex/hyperref/backref.drv
@@ -0,0 +1,52 @@
+%%
+%% This is file `backref.drv',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% backref.dtx (with options: `driver')
+%%
+%% File: backref.dtx Copyright (C) 1995-2005 David Carlisle, Sebastian Rahtz, Heiko Oberdiek
+%% This file is part of the `Hyperref Bundle'.
+%% -------------------------------------------
+%%
+%% It may be distributed under the conditions of the LaTeX Project Public
+%% License, either version 1.2 of this license or (at your option) any
+%% later version. The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.2 or later is part of all distributions of LaTeX
+%% version 1999/12/01 or later.
+%%
+%% The list of all files belonging to the `Hyperref Bundle' is
+%% given in the file `manifest.txt'.
+\ProvidesFile{backref.drv}
+ [2006/09/05 v1.28 Bibliographical back referencing]%
+\documentclass{ltxdoc}
+\usepackage[numbered]{hypdoc}
+\usepackage{bmhydoc}
+\usepackage{backref}
+\EnableCrossrefs
+\CodelineIndex
+\begin{document}
+ \GetFileInfo{backref.sty}%
+ \title{%
+ Back referencing from bibliographical citations%
+ \thanks{%
+ This file has version number \fileversion, %
+ last revised \filedate.%
+ }%
+ }%
+ \author{David Carlisle and Sebastian Rahtz}%
+ \date{\filedate}%
+ \maketitle
+ \makeatletter
+ \@ifundefined{HyperrefOverview}{}{%
+ \HyperrefOverview*%
+ }%
+ \tableofcontents
+ \DocInput{backref.dtx}%
+ \PrintIndex
+\end{document}
+\endinput
+%%
+%% End of file `backref.drv'.