diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/pdfcomment/pdfcomment.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/pdfcomment/pdfcomment.sty | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/pdfcomment/pdfcomment.sty b/Master/texmf-dist/tex/latex/pdfcomment/pdfcomment.sty index 35c04be3b7a..4e3d09ffb89 100644 --- a/Master/texmf-dist/tex/latex/pdfcomment/pdfcomment.sty +++ b/Master/texmf-dist/tex/latex/pdfcomment/pdfcomment.sty @@ -1,5 +1,5 @@ %% -%% Copyright (C) 2008-2009 by: +%% Copyright (C) 2008-2010 by: %% Josef Kleber %% <josef.kleber@gmx.de> %% @@ -20,7 +20,7 @@ %% This work consists of all files listed in manifest.txt. %% % -\ProvidesPackage{pdfcomment}[2009/11/10 pdfcomment.sty v1.5b - Josef Kleber (C) 2008-2009]% +\ProvidesPackage{pdfcomment}[2010/03/09 pdfcomment.sty v1.5c - Josef Kleber (C) 2008-2010]% % \RequirePackage{xkeyval}% % @@ -4018,7 +4018,7 @@ \newcommand{\pc@calc@textblockpos}% {% \if@twoside% - \ifodd\thepage% + \ifodd\arabic{page}% \renewcommand{\pc@x@left@text}{\pc@pttobp{\dimexpr \dimexpr 1in\relax + \hoffset + \oddsidemargin\relax}}% \renewcommand{\pc@x@right@text}{\pc@pttobp{\dimexpr \dimexpr 1in\relax + \hoffset + \oddsidemargin + \textwidth\relax}}% \else% @@ -4036,7 +4036,7 @@ \newcommand{\pc@calc@sidelinepos}% {% \if@twoside% - \ifodd\thepage% + \ifodd\arabic{page}% \renewcommand{\pc@x@one}{\pc@pttobp{\dimexpr \dimexpr 1in\relax + \hoffset + \oddsidemargin - \dimexpr \pc@lopt@linesep bp \relax\relax}}% \renewcommand{\pc@x@two}{\pc@pttobp{\dimexpr \dimexpr 1in\relax + \hoffset + \oddsidemargin + \textwidth + \dimexpr \pc@lopt@linesep bp \relax\relax}}% \else% |