There are plenty of palette generators for the web, e.g., Color Scheme Designer . Among other stuff it can export schemes in XML. Is there a nice XSLT to convert it into STY file that I'd use with beamerposter? The caveat here is also that that generator uses RGB and not CMYK model. I understand I can manually code all the stuff as I want like
\setbeamercolor*Or are there other easy ways to create pleasantly looking themes? I have a feeling that most of the themes are crafted by hands? Am I wrong?
asked Apr 13, 2012 at 23:42 589 4 4 silver badges 14 14 bronze badgesOn behalf of all colorblinds I have to confess that I didn't understand your question :-) Joking aside, do you want to come up with a new color scheme? If so, it would be really helpful for you to read the color definitions in the original beamer theme files that you can find in your TeX distribution folder. As with all good things, you need to define all the fine details to make it good so I am almost sure that there is no free lunch.
Commented Apr 14, 2012 at 0:35Another remark is that, web based color palettes are not even close to what makes a good palette for a presentation. Note that unlike the majority, I think a presentation is substantially different than a CSS design.
Commented Apr 14, 2012 at 0:38I'm interested mostly in color themes for a poster. If "good" palette can loosely be defined, there must be a way to generate them in bulk. I did not say that straightforward conversion is exactly what I want. It might be one approach that at least provides some starting point. I understand that one particular approach won't fit all possible presentation themes. Beamer manual describes all possible dials but not how to tune and combine those unless I missed something.
Commented Apr 14, 2012 at 7:49The beamerposter theme examples are a good place to start. You can see that every theme file has a color declaration section in the respective .sty file. Hence, the easiest is to take one and bit-by-bit modify it. It's not that cumbersome.
Commented Apr 14, 2012 at 10:38So unless anyone else reply otherwise, I conclude that my assumption was correct. There is no "generator" of any kind out there and it is not just my bad google-fu. I did read manual and I did change stuff in beamerposter theme. It is a PITA to do it "bit-by-bit".
Commented Apr 15, 2012 at 5:29My university (UCL) has a style guide and guidelines for the colours that should be used in all publications (i.e. a corporate identity). I found this to be a good place to start in selecting colours for a student poster. Style guides will (hopefully) have been designed by graphic designers who should know which combinations of colours work!
I created a colour palette (which I've included below), and then referred to this using \setbeamercolour commands in a .sty file.
% Defines the palette for use with LaTeX according to the UCL Style Guide % white \definecolor % UCL style guide colours. % Number refer to level of tint. % 100% 1 % 70% 2 % 50% 3 % 20% 4 % UCL style guide dk purple \definecolor \definecolor \definecolor \definecolor % UCL style guide dk red \definecolor \definecolor \definecolor \definecolor % UCL style guide dk blue \definecolor \definecolor \definecolor \definecolor % UCL style guide dk green \definecolor \definecolor \definecolor \definecolor % UCL style guide black \definecolor \definecolor \definecolor \definecolor % UCL style guide pink \definecolor \definecolor \definecolor \definecolor % UCL style guide md red \definecolor \definecolor \definecolor \definecolor % UCL style guide md blue \definecolor \definecolor \definecolor \definecolor % UCL style guide md green \definecolor \definecolor \definecolor \definecolor % UCL style guide orange \definecolor \definecolor \definecolor \definecolor % UCL style guide lt purple \definecolor \definecolor \definecolor \definecolor % UCL style guide yellow \definecolor \definecolor \definecolor \definecolor % UCL style guide lt blue \definecolor \definecolor \definecolor \definecolor % UCL style guide brt green \definecolor \definecolor \definecolor \definecolor % UCL style guide stone \definecolor \definecolor \definecolor \definecolor % UCL style guide lt green \definecolor \definecolor \definecolor \definecolor