diff options
author | Karl Berry <karl@freefriends.org> | 2008-11-12 00:39:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-11-12 00:39:21 +0000 |
commit | 386546bb304206aa1e5425194966eb8f2b38946b (patch) | |
tree | 26622a7d4d690e2b2debe6695e66f896bbb84232 /Master/texmf-dist/tex/latex/marginnote | |
parent | 9d723c39083647689c6180cfb76b58e18529671f (diff) |
marginnote 1.1a
git-svn-id: svn://tug.org/texlive/trunk@11259 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/marginnote')
-rw-r--r-- | Master/texmf-dist/tex/latex/marginnote/marginnote.sty | 28 |
1 files changed, 21 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/marginnote/marginnote.sty b/Master/texmf-dist/tex/latex/marginnote/marginnote.sty index 517a03985ba..f5d37b57e71 100644 --- a/Master/texmf-dist/tex/latex/marginnote/marginnote.sty +++ b/Master/texmf-dist/tex/latex/marginnote/marginnote.sty @@ -12,7 +12,7 @@ %% without the source ot the work. See below about more informations %% about the files the work consists of. %% -%% Copyright (c) Markus Kohm 2005-2006 +%% Copyright (c) Markus Kohm 2005-2008 %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -30,8 +30,12 @@ %% This work consists of the files marginnote.dtx, marginnote.ins, %% and REAMDE. %% +%% Important Recommendation: +%% The LPPL requires that distributions of the Work contain all the files of +%% the Work (see ``Important Recommendations'' at lppl.txt). +%% \ProvidesPackage{marginnote}[% - 2006/10/26 v1.1 non floating margin notes for LaTeX] + 2008/11/10 v1.1a non floating margin notes for LaTeX] \newif\if@mn@verbose\@mn@verbosetrue \DeclareOption{verbose}{\@mn@verbosetrue} \DeclareOption{quiet}{\@mn@verbosefalse} @@ -42,9 +46,19 @@ \AtBeginDocument{% \begingroup\expandafter\expandafter\expandafter\endgroup \expandafter\ifx\csname pdflastxpos\endcsname\relax\else - \begingroup\expandafter\expandafter\expandafter\endgroup - \expandafter\ifx\csname pdfoutput\endcsname\relax\else - \ifcase\pdfoutput\else\@mn@pdfmodetrue\fi + \expandafter\ifx\csname pdftexversion\endcsname\relax + \begingroup\expandafter\expandafter\expandafter\endgroup + \expandafter\ifx\csname pdfoutput\endcsname\relax\else + \ifcase\pdfoutput\else\@mn@pdfmodetrue\fi + \fi + \else + \ifnum \pdftexversion<140 + \begingroup\expandafter\expandafter\expandafter\endgroup + \expandafter\ifx\csname pdfoutput\endcsname\relax\else + \ifcase\pdfoutput\else\@mn@pdfmodetrue\fi + \fi + \else + \@mn@pdfmodetrue \fi \fi \if@mn@verbose @@ -52,14 +66,14 @@ \PackageInfo{marginnote}{% \string\pdfoutput\space not 0 and \string\pdflastxpos\space available.\MessageBreak - Extended possition detection mode activated\@gobble + Extended position detection mode activated\@gobble }% \else \PackageInfo{marginnote}{% either \string\pdflastxpos\space or \string\pdfoutput\space not available\MessageBreak or \string\pdfoutput\space set to 0.\MessageBreak - Extended possition detection mode deactivated\@gobble + Extended position detection mode deactivated\@gobble }% \fi \fi |