diff options
author | Karl Berry <karl@freefriends.org> | 2007-02-28 01:31:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-02-28 01:31:43 +0000 |
commit | 6fc4926b8b360e85e414b3cce37ca44b76d582c3 (patch) | |
tree | 410fa70a4a13f7c42cb7d66f830fd27623d862f6 /Master/texmf-dist/tex/latex/dvdcoll/pdfnotiz.sty | |
parent | e296cc104495839488dd298c8fb0a569cf62309f (diff) |
dvdcoll update (26feb07)
git-svn-id: svn://tug.org/texlive/trunk@3995 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/dvdcoll/pdfnotiz.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/dvdcoll/pdfnotiz.sty | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/dvdcoll/pdfnotiz.sty b/Master/texmf-dist/tex/latex/dvdcoll/pdfnotiz.sty index b067e4a4e30..ed3c87c31a1 100644 --- a/Master/texmf-dist/tex/latex/dvdcoll/pdfnotiz.sty +++ b/Master/texmf-dist/tex/latex/dvdcoll/pdfnotiz.sty @@ -1,5 +1,5 @@ %% -%% Copyright (C) 2006 by: +%% Copyright (C) 2006-2007 by: %% Josef Kleber %% <josef.kleber@gmx.net> %% @@ -23,7 +23,7 @@ %% adjustmjents for the needs of dvdcoll.cls plus some new commands %% \NeedsTeXFormat{LaTeX2e}[2001/06/01]% -\ProvidesPackage{pdfnotiz}[2006/10/05 v1.0 PDF tooltips (pdfnotiz.sty)]% +\ProvidesPackage{pdfnotiz}[2007/02/24 v1.1 PDF tooltips (pdfnotiz.sty)]% \RequirePackage{ifpdf}% \RequirePackage{marginnote}% \newcommand*{\ctip@form@fields}{}% @@ -261,8 +261,9 @@ % \def\pn@pdfmarginnote@color{0 0 1}% \def\pn@pdfmarginnote@subject{Info}% +\def\pn@pdfmarginnote@type{Help}% % -\newcommand{\pdfmarginnote}[2][Help]{% +\newcommand{\pdfmarginnote}[2][\pn@pdfmarginnote@type]{% \def\pn@notiz{}% \pdfstringdef\pn@notiz{#2}% \marginnote{% |