anriseth / baposter

Automatically exported from code.google.com/p/baposter
GNU General Public License v3.0
14 stars 2 forks source link

The border and header color ar not same in the pdf instead of they are the same in the source file #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. put this options :
  borderColor=red,
  headerColorOne=red,
  headerColorTwo=red,
  boxColorOne=red
in source file.

What is the expected output? What do you see instead?
I expect to have the same color in border and in header

The color of borderColor is the same as boxColorOne but its not exactly red 
(237,28,36) instead of (255,0,0)
The color of headerColorOne is the same as headerColorTwo and it's exactly 
(255,0,0)

What version of the product are you using? On what operating system?
I use your last sources of your package and I'm on Ubuntu 10.04.
pdfTeX is Version 3.1415926-1.40.10 (TeX Live 2009/Debian)

Please provide any additional information below.

Thanks for your help

Original issue reported on code.google.com by Bertrand...@gmail.com on 16 Jul 2012 at 1:03

GoogleCodeExporter commented 8 years ago
Sorry I have make an update of your sources and this pb has gone

Original comment by Bertrand...@gmail.com on 17 Jul 2012 at 8:56

GoogleCodeExporter commented 8 years ago
I have had a similar issue recently.  For future reference, I believe that the 
problem arises because tikz has trouble with cmyk colors.  Removing the cmyk 
option from \RequirePackage{xcolor} in the poster class should fix the problem 
(as long as you are not using cmyk colors, I guess).

Original comment by emmagco...@gmail.com on 20 Nov 2014 at 9:54

GoogleCodeExporter commented 8 years ago
I'm not sure it's cmyk-related.  I have the following in baposter.cls and still 
have this problem:
%\RequirePackage[cmyk]{xcolor}
\RequirePackage[usenames,dvipsnames,svgnames,table]{xcolor}
\RequirePackage{tikz}
\RequirePackage{pgf}

Original comment by Jonathan...@gmail.com on 20 Nov 2014 at 4:11

GoogleCodeExporter commented 8 years ago
I'll clarify:
When I use the xcolor line without cmyk, I get the correct colour for the box 
backgrounds.  But either way, I get a white background in the header.  I 
suppose this is a different issue?

Original comment by Jonathan...@gmail.com on 20 Nov 2014 at 4:15