2
votes
1answer
238 views

Logo in LaTeX document

I don't see any (big) logo on the title page of document class. I'm using the example of report in TeXnicCenter. How can I include a logo on all pages? \documentclass[a4paper,twoside,10pt]{report} ...
6
votes
1answer
415 views

How to create Fancy Title Headers

I want to create a Fancy Title Header for an Article, like the one shown below: Can someone please provide some hint on how to achieve this?
10
votes
3answers
1k views

Non-special first page in \documenclass{article}

I'm new to TeX and LaTeX, so I might not explain it all that well. I'm trying to put pagenumbers on each footer in the form "Page X of XX" using fancyhdr. So far I have this: \cfoot{Page \thepage\ ...
4
votes
2answers
345 views

Entering the title in the footer

How do I insert the title in the footer? And decide if it is set or not? %preteste.sty \usepackage{fancyhdr} \usepackage{lipsum} \renewcommand{\title}[1]{\gdef\@title{#1}\gdef\mytitle{#1}} ...
3
votes
5answers
2k views

How can I draw a border around a title page?

I want to draw a red page border only on the title page and signature page of my thesis. How can I achieve this. I tried the fancybox package but it has some conflict with fancyhdr package and ...
3
votes
3answers
5k views

Header or footer of title page differs with that of main text

My purpose is that every page except title page has same header and footer. for title page, ==> it has exactly same footer with that of other page. ==> and it has completely different header with ...