For front page of the document I'm using \thispagestyle{empty}. But this command put the title on the very first row. I want to put the title in the middle to the page. I tried with \vspace{50mm} but it does not effect the behavior of \thispagestyle{empty}. Any help in this regard will be highly appreciated. Thanks
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
Following would put the title into the middle of an empty page:
|
||||
|
|
|
Schweinebacke's answer solves the problem well, but it might be worth pointing out what was going wrong originally. First, page styles and in particular |
|||||
|
articleandreportbut at both\thispagestyle{empty}doesn't influence the position of the result of\maketitle. Maybe you simply search for optiontitlepage. But I really don't know. – Schweinebacke Dec 9 '11 at 7:47