summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/listings-ext/hyperref.cfg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-09-04 18:36:57 +0000
committerKarl Berry <karl@freefriends.org>2009-09-04 18:36:57 +0000
commitb2869784051063d695d532c55bad16c8d8fd7c77 (patch)
tree75bc7ad8fc49b454835481ffeb329f4961f086a7 /Master/texmf-dist/doc/latex/listings-ext/hyperref.cfg
parent4bf1cb91b3cc076e1d84c577942b572afbfb5e8a (diff)
new latex package + sh script listings-ext (31aug09)
git-svn-id: svn://tug.org/texlive/trunk@15093 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/listings-ext/hyperref.cfg')
-rw-r--r--Master/texmf-dist/doc/latex/listings-ext/hyperref.cfg24
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/listings-ext/hyperref.cfg b/Master/texmf-dist/doc/latex/listings-ext/hyperref.cfg
new file mode 100644
index 00000000000..6804552128d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/listings-ext/hyperref.cfg
@@ -0,0 +1,24 @@
+\ProvidesFile{hyperref.cfg}%
+ [2009/08/23 v1.0 hyperref configuration of listings-ext]
+\providecommand*{\Hy@defaultdriver}{hdvips}%
+
+\hypersetup{
+ ps2pdf, % the documentation uses ps2pdf
+ colorlinks, % display links in the text coloured
+ pdfpagemode=UseOutlines,
+ plainpages=false,
+ pagebackref=true, % one can jump from the bibliography to the
+ % origin of the citations
+ hyperindex=true, % index is linked
+ bookmarks=true, % I want Acrobat bookmarks,
+ bookmarksopen=true, % they should be shown when the foils
+ % are displayed
+ bookmarksnumbered=true, % numbering is on
+ pdftitle={listings-ext},
+ pdfsubject={A collection of LaTeX macros to support the automatic
+ integration of parts of source files into a documentation}
+ pdfauthor={Jobst Hoffmann,
+ Fachhochschule Aachen J\"ulich Campus,
+ <j.hoffmann@fh-aachen.de>},
+ pdfkeywords={PDF, TeX, LaTeX, listings},
+}