I almost have what I need. One minor problem is that the page number is too low See http://curry.virginia.edu/uploads/resourceLibrary/13_McEachin_WaiveOfTheFuture.pdf The page number should be above all the text
\usepackage{lipsum} \usepackage{fancyhdr} \usepackage{xcolor} \usepackage{etoolbox} \pagestyle{fancy} \makeatletter \definecolor{curry}{RGB}{29,109,136} \fancyfoot[RO, LE] {\color{black} \thepage} \patchcmd{\@fancyfoot}{\rlap}{\color{curry}\rlap}{}{} \makeatother \fancyfoot[C]{\fontsize{10}{11} \selectfont 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} \renewcommand{\headrulewidth}{0.0pt} \renewcommand{\footrulewidth}{0.0pt} Thanks! On Wed, Dec 4, 2013 at 11:09 AM, Ignacio Martinez <igna...@virginia.edu>wrote: > 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 >>> >>> >> >