Page LayoutFancy Cover Page

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
ignacio82
Posts: 1
Joined: Wed Dec 04, 2013 10:58 pm

Fancy Cover Page

Post by ignacio82 »

Can I get help creating a fancy cover page like this one. I have the logo in an SVG file.

I have the fancy footer working, but no hope of doing the rest by myself.

Code: Select all

\usepackage{hyperref}
\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
\fancyhead[LE,LO]{}
\fancyfoot[C]{\color{black} {\hfill \thepage}\\
\color{curry} \fontsize{10}{11} \selectfont CEPWC Working Paper Series No. 13 July 2013.\\
Available at \url{ 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}
\fancyhead[R]{Martinez, Lessons from a MOOC}
Thanks!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Fancy Cover Page

Post by localghost »

Just for information to other users for awareness of possibly already existing solutions. The question has also been posted to {TeX} SX. Please read what our administrator thinks about that.
Board Rules wrote:A crossposting is always contra-productive. But there is nothing really against it as long as it is mentioned. This means that a direct link has to be added. So other users who want to help are preserved from double efforts and waste of time.
Such kind of x-posting without notification represents a direct violation of our rules and has to be prevented absolutely in future questions.

For an adequate problem description please prepare a self-contained and minimal example that shows what you have tried so far on your own.
Post Reply