Decor in LaTeX

How to do things in colour.
preamble -
		\usepackage{color}
		\definecolor{mybackground}{rgb}{1,1,0}
		\definecolor{myshade}{rgb}{.59,.44,.86}

body -
		\pagecolor{mybackground}
		...
		{\color{myshade} ... text or formula ... }

Define a colour by specifying red+green+blue levels
as 3 comma-separated numbers, each in the range [0,1].

The example above gives purple text on a yellow background.

There's a colour chart here, where the codes are in [0,255].
Divide by 255 to convert.

Where to get the university logo.

The official source is here.

The .png image is OK if you build to .pdf output.

To blend it in, use PhotoShop to replace the logo's white background
with the same red+green+blue mix as your page-colour.

Back to - poster / LaTeX page / resources / Comm Math III / Project IV

comments and queries to RCJ - 10/08