Re: Strange color behaviour with seminar

2001-02-19 Thread Cliff Bergman

I apologize for taking so long to respond. I wanted to test on several
different computers first.  I concocted an example.  When I
process this (using pdflatex) on my somewhat aged PC, all of the rules in
the table, and also the fraction bar in the displayed equation, come out
in green.  The text is in blue.  When I try the same experiment on a newer PC,
the lines do look blue.  Furthermore, I see the same results when I simply
use the color package (without texpower at all) and set the text color to
[rbg]{0,0,0.5}.
So I now believe that this
phenomonon has more to do with the graphics adapter than with any tex
code.  This probably is true for others who are seeing these wierd colors.

-cb






Quoted mail:
> Cliff Bergman wrote on Wed, 07 Feb 2001 10:22:04 +0010 (CST):
>> In
>> fact, all of my rules (for example, in tables) come out in green.  (I'm using 
> the default
>> background).  As near as I can figure the green is the "mathcolor" for the
>> whitebg.  However, since I am not using the colormath option, nothing in
>> math mode is coming out in green.
> 
> It's hard to believe this. I just searched for the string
> "mathcolor" in texpower.sty, and apart from the color
> definition, it only occurs in code which won't even be
> defined in case the colormath option isn't given.
> 
> Could you post a minimal, but complete test example which
> exhibits the effect?
> 






Re: Strange color behaviour with seminar

2001-02-12 Thread Beaubert Francois 0251858286

>
> Using the current development version of powersem (attached)
> instead of seminar will cure this somewhat, because it defines
> a patched output routine. But you have to leave out
> \input{seminar.bug}
> \input{seminar.bg2}
> because they will overwrite powersem's changed output routine.
> powersem loads these anyway before applying the patch.
>
> > and the footrule is brown (it should be blue)
>
> As I said, for my example it's black. Could you post
> a complete (minimal) test example?

Thank's a lot It's just what I want ! Keep doing the good job
Texpower is a wonderfull package ...

>
>
> > sometimes the rule in array are brown to
>
> Are you sure this isn't a `trick of the light' or some
> anti-aliasing effect? Did you look with maximal
> magnification?
>

Indeed when I check out the smooth text and images in acrobat reader the footrule 
turns blue
but the fonts are ugly
is it a bug in acoread?

>
> regards
> Stephan

Thank's a lot for your help
Francois

--
  """
  o o
+---ooO---(_)---Ooo---+
| |
|  François Beaubert  |
|   Ecole des Mines de Nantes |
|  4 rue Alfred Kastler BP 20722 44307 Nantes Cedex 3 France  |
| Telephone : (0/33)2.51.85.82.86  Telecopie : (0/33)2.51.85.82.99|
|   [EMAIL PROTECTED]  |
+-+






Re: Strange color behaviour with seminar

2001-02-12 Thread Stephan Lehmke

Cliff Bergman wrote on Wed, 07 Feb 2001 10:22:04 +0010 (CST):
> In
> fact, all of my rules (for example, in tables) come out in green.  (I'm using 
the default
> background).  As near as I can figure the green is the "mathcolor" for the
> whitebg.  However, since I am not using the colormath option, nothing in
> math mode is coming out in green.

It's hard to believe this. I just searched for the string
"mathcolor" in texpower.sty, and apart from the color
definition, it only occurs in code which won't even be
defined in case the colormath option isn't given.

Could you post a minimal, but complete test example which
exhibits the effect?

regards
Stephan

-- 
  Stephan Lehmke [EMAIL PROTECTED]
  Fachbereich Informatik, LS I   Tel. +49 231 755 6434 
  Universitaet Dortmund  FAX  6555
  D-44221 Dortmund, Germany 




Re: Strange color behaviour with seminar

2001-02-12 Thread Stephan Lehmke

On Wed, 07 Feb 2001 16:37:04 +0100, Beaubert Francois wrote:
> 
> My latex preamble looks like this:
> 
> \documentclass[a4]{seminar}
> 
> \usepackage{color}
> \usepackage{pifont}
> \input{seminar.bug}
> \input{seminar.bg2}
> \usepackage[colorlinks,urlcolor=red]{hyperref}
> \usepackage{fixseminar}
> \PassOptionsToPackage{lightbackground,sans,fixcolorstack}{texpower}
> \usepackage{texpower}
> ...
> 
> with the fancyheadings package the header (text and rule) is in black
> (!?)

Unfortunately, your code is far from providing a working
example of the effect you mention.

If I extend it like this:

\documentclass[a4]{seminar}

\usepackage{color}
\usepackage{pifont}
\input{seminar.bug}
\input{seminar.bg2}
\usepackage[colorlinks,urlcolor=red]{hyperref}
\usepackage{fixseminar}
\PassOptionsToPackage{lightbackground,sans,fixcolorstack}{texpower}
\usepackage{texpower}

\usepackage{fancyhdr}
\pagestyle{fancy}
\renewcommand{\headrulewidth}{2pt}
\renewcommand{\footrulewidth}{2pt}

\begin{document}
\begin{slide}
  test
  \newslide
  test
\end{slide}
\end{document}

and compile with latex+dvips+distiller, then everything is
blue as expected. When I compile with pdflatex, then everything
on the first page is blue as expected, and on the second page
everything (including body) is black.

This is a problem ultimately caused by the fact that seminar's
output routine stems from the stoneage of LaTeX, when the
color package didn't exist.

Using the current development version of powersem (attached)
instead of seminar will cure this somewhat, because it defines
a patched output routine. But you have to leave out 
\input{seminar.bug}
\input{seminar.bg2}
because they will overwrite powersem's changed output routine.
powersem loads these anyway before applying the patch.

> and the footrule is brown (it should be blue)

As I said, for my example it's black. Could you post
a complete (minimal) test example?

> sometimes the rule in array are brown to

Are you sure this isn't a `trick of the light' or some
anti-aliasing effect? Did you look with maximal
magnification?

If yes, please post a complete (minimal) test example.

> I got this with or without the option lightbackground, fixcolorstack

These shouldn't have any influence here, unless
you're using dvips.

regards
Stephan

-- 
  Stephan Lehmke [EMAIL PROTECTED]
  Fachbereich Informatik, LS I   Tel. +49 231 755 6434 
  Universitaet Dortmund  FAX  6555
  D-44221 Dortmund, Germany 


%-
% File: powersem.cls
%
% Make seminar ready for the Third Millennium ;-)
% This class loads seminar and tries to fix some problems which occur when trying to 
create dynamic presentations with
% the texpower package. 
%
% Some new features helpful for dynamic presentations are also added.
%
% This class is part of the TeXPower bundle, to be found at
% 
% http://ls1-www.cs.uni-dortmund.de/~lehmke/texpower/
%
% The TeXPower bundle also contains a package fixseminar.sty which applies some more 
fixes, in particular for
% hyperref. These can not be applied here because they have to be made after hyperref 
is loaded.
% 
%-
% Autor: Stephan Lehmke <[EMAIL PROTECTED]>
%
% v0.1 Oct 18, 1999 First version. So far it doesn't do much more than load seminar.
%
% v0.2 Mar 28, 2000 Force seminar to treat \paperwidth and \paperheight in a sensible 
manner.
%
% v0.3 May 10, 2000 Added option `calcdimensions'.
%
% v0.4 Jun 16, 2000 Now separates text from footnotes when option `display' is given.
%
% v0.5 Jun 26, 2000 \@colht is ignored by seminar, which is bad. Added a patch to 
\set@slidesize.
%   calcdimensions now handles slide frames.
%
% v0.5a Jul 03, 2000 The footnote patch with option display effectively disabled 
setting \centerslidestrue. Fixed.
%
% v0.6  Sep 05, 2000 seminar's \output@slide kernel copied and modified for better 
color handling and to remove some
%overfull \vbox warnings.
%

\def\fileversion{0.6}
\def\filedate{2000/09/05}

\NeedsTeXFormat{LaTeX2e}

\ProvidesClass%
{powersem}%
[\filedate\space Create online Presentations with seminar. v\fileversion]

%--

\RequirePackage{ifthen}

%--
% The display option is understood by all relevant classes and packages from the 
TeXPower bundle. It means that
% `dynamic' features are to be turned on.
% There is a boolean register display (as defined in ifthen.sty) which is set by this 
option and can be used to
% differentiate between slides for display and slides for printout.
% Notes are disabled automatically.

\newboolean{display}
\De

Re: Strange color behaviour with seminar

2001-02-07 Thread Cliff Bergman

I see similar problems in my use of texpower with the seminar style.  In
fact, all of my rules (for example, in tables) come out in green.  (I'm using the 
default
background).  As near as I can figure the green is the "mathcolor" for the
whitebg.  However, since I am not using the colormath option, nothing in
math mode is coming out in green.

For the lightbackground, the mathcolor is either some kind of green (in
ordinary and enhanced mode) or {.7,.8,.7} (rgb value) in dimmed mode.
Maybe that is the brown you are seeing.

Quoted mail:
> Hi,
>
> I'm trying to use texpower to make my presentation ... It's a great
> tool.
> But I've got some strange color problems with texpower + the seminar
> class
> My latex preamble looks like this:
>
> \documentclass[a4]{seminar}
>
> \usepackage{color}
> \usepackage{pifont}
> \input{seminar.bug}
> \input{seminar.bg2}
> \usepackage[colorlinks,urlcolor¾d]{hyperref}
> \usepackage{fixseminar}
> \PassOptionsToPackage{lightbackground,sans,fixcolorstack}{texpower}
> \usepackage{texpower}
> 
>
> with the fancyheadings package the header (text and rule) is in black
> (!?)
> and the footrule is brown (it should be blue)
> sometimes the rule in array are brown to
> I got this with or without the option lightbackground, fixcolorstack
>
> what's wrong?
>
>
> --
>   """
>   o o
> +---ooO---(_)---Ooo---+
> | |
> |  François Beaubert  |
> |   Ecole des Mines de Nantes |
> |  4 rue Alfred Kastler BP 20722 44307 Nantes Cedex 3 France  |
> | Telephone : (0/33)2.51.85.82.86  Telecopie : (0/33)2.51.85.82.99|
> |   [EMAIL PROTECTED]  |
> +-+
>
>

---End quote






Strange color behaviour with seminar

2001-02-07 Thread Beaubert Francois 0251858286

Hi,

I'm trying to use texpower to make my presentation ... It's a great
tool.
But I've got some strange color problems with texpower + the seminar
class
My latex preamble looks like this:

\documentclass[a4]{seminar}

\usepackage{color}
\usepackage{pifont}
\input{seminar.bug}
\input{seminar.bg2}
\usepackage[colorlinks,urlcolor=red]{hyperref}
\usepackage{fixseminar}
\PassOptionsToPackage{lightbackground,sans,fixcolorstack}{texpower}
\usepackage{texpower}
...

with the fancyheadings package the header (text and rule) is in black
(!?)
and the footrule is brown (it should be blue)
sometimes the rule in array are brown to
I got this with or without the option lightbackground, fixcolorstack

what's wrong?


--
  """
  o o
+---ooO---(_)---Ooo---+
| |
|  François Beaubert  |
|   Ecole des Mines de Nantes |
|  4 rue Alfred Kastler BP 20722 44307 Nantes Cedex 3 France  |
| Telephone : (0/33)2.51.85.82.86  Telecopie : (0/33)2.51.85.82.99|
|   [EMAIL PROTECTED]  |
+-+