Contributed package PPRGyom.sty produces a color (orange) footer even for BW slides.
This trivial patch fixes that.
(Sorry, I don't (yet) know how to use CVS). Also I wasn't certain about whether to post here or send to gyom author.
Logged In: YES user_id=169786
For some reason my diff file didn't attach/upload properly. I am trying again.
OK, file won't upload (sourceforge's error makes no sense to me), So I'll past here:
*** PPRgyom.sty-orig Thu Apr 5 07:21:17 2001 --- PPRgyom.sty Thu Apr 5 07:23:25 2001 *************** *** 53,60 **** \slategray\usefont{T1}{phv}{m}{n}\fontsize{14.4pt}{14pt}\selectfont}{% \black\usefont{T1}{phv}{m}{n}\fontsize{14.4pt}{14pt}\selectfont}
! \ColorFoot{\black} ! \ColorFoot{\orange}
% Positionning of the title of a slide. \newcommand{\slidetitle}[1]{% --- 53,63 ---- \slategray\usefont{T1}{phv}{m}{n}\fontsize{14.4pt}{14pt}\selectfont}{% \black\usefont{T1}{phv}{m}{n}\fontsize{14.4pt}{14pt}\selectfont}
! \ifinColor ! \ColorFoot{\orange} ! \else ! \ColorFoot{\black} ! \fi
% Positionning of the title of a slide. \newcommand{\slidetitle}[1]{%
Log in to post a comment.
Logged In: YES
user_id=169786
For some reason my diff file didn't attach/upload properly. I am trying again.
Logged In: YES
user_id=169786
OK, file won't upload (sourceforge's error makes no sense to me),
So I'll past here:
*** PPRgyom.sty-orig Thu Apr 5 07:21:17 2001
--- PPRgyom.sty Thu Apr 5 07:23:25 2001
***************
*** 53,60 ****
\slategray\usefont{T1}{phv}{m}{n}\fontsize{14.4pt}{14pt}\selectfont}{%
\black\usefont{T1}{phv}{m}{n}\fontsize{14.4pt}{14pt}\selectfont}
! \ColorFoot{\black}
! \ColorFoot{\orange}
% Positionning of the title of a slide.
\newcommand{\slidetitle}[1]{%
--- 53,63 ----
\slategray\usefont{T1}{phv}{m}{n}\fontsize{14.4pt}{14pt}\selectfont}{%
\black\usefont{T1}{phv}{m}{n}\fontsize{14.4pt}{14pt}\selectfont}
! \ifinColor
! \ColorFoot{\orange}
! \else
! \ColorFoot{\black}
! \fi
% Positionning of the title of a slide.
\newcommand{\slidetitle}[1]{%