I changed rbg to RGB and it works now. I still need one minor fix, the page
number should be in black.

\usepackage{lipsum}

\usepackage{fancyhdr}

\usepackage{xcolor}

\usepackage{etoolbox}

\pagestyle{fancy}

\makeatletter

\definecolor{curry}{RGB}{29,109,136}

\patchcmd{\@fancyfoot}{\rlap}{\color{curry}\rlap}{}{}

\makeatother

\fancyfoot[C]{CEPWC Working Paper Series No. 13 July 2013.\\

Available at http://curry.virginia.edu/research/centers/cepwc/publications
.\\

Curry School of Education | Frank Batten School of Leadership and Public
Policy | University of Virginia}

\fancyfoot[RO, LE] {\thepage}

\renewcommand{\headrulewidth}{0.0pt}

\renewcommand{\footrulewidth}{0.0pt}



Thanks a lot!


On Wed, Dec 4, 2013 at 11:07 AM, Ignacio Martinez <igna...@virginia.edu>wrote:

> Getting closer to what I need but not there yet. I need the color to be
> right. This is what I have in my preamble
>
> \usepackage{lipsum}
>
> \usepackage{fancyhdr}
>
> \usepackage{xcolor}
>
> \usepackage{etoolbox}
>
> \pagestyle{fancy}
>
> \makeatletter
>
> \definecolor{curry}{rgb}{29,109,136}
>
> \patchcmd{\@fancyfoot}{\rlap}{\color{curry}\rlap}{}{}
>
> \makeatother
>
> \fancyfoot[C]{CEPWC Working Paper Series No. 13 July 2013.\\
>
> Available at http://curry.virginia.edu/research/centers/cepwc/publications
> .\\
>
> Curry School of Education | Frank Batten School of Leadership and Public
> Policy | University of Virginia}
>
> \fancyfoot[RO, LE] {\thepage}
>
> \renewcommand{\headrulewidth}{0.0pt}
>
> \renewcommand{\footrulewidth}{0.0pt}
>
>
> The problem is that when I use color "curry" it does not work. It does if
> I use "orange" for example.
>
>
> Thanks!
>
>
> On Wed, Dec 4, 2013 at 10:42 AM, Julien Rioux <jri...@lyx.org> wrote:
>
>> On 04/12/2013 10:28 AM, Ignacio Martinez wrote:
>>
>>> Can somebody help me write a fancy footer like the one in this paper
>>> http://curry.virginia.edu/uploads/resourceLibrary/17_
>>> Castleman_All_or_Nothing.pdf
>>> ?
>>>
>>
>> Something like this in your document preamble?
>>
>> \usepackage{fancyhdr}
>> \fancyfoot[c]{%
>>   \footnotesize\centering%
>>   CEPWC Working Paper Series No. 17. November 2013.\\%
>>   Available at
>>   http://curry.virginia.edu/research/centers/cepwc/publications\\%
>>   Curry School of Education |
>>   Frank Batten School of Leadership and Public Policy |
>>   \textbf{University of Virginia}%
>> }
>>
>> --
>> Julien
>>
>>
>

Reply via email to