i have a problem: I'd want that my text is centre in the page. i create new page style with this command:
Code: Select all
\newpagestyle{chapterpage}
{
\addtolength{\voffset}{-1in}
\addtolength{\hoffset}{-1in}
\setlength\topmargin{0mm}
\setlength\headheight{0mm}
\setlength\headsep{0mm}
\setlength\marginparsep{0mm}
\setlength\marginparwidth{0mm}
\textwidth = 0.9\paperwidth
\setlength\oddsidemargin{0.05\paperwidth }
\setlength\evensidemargin{\oddsidemargin}
}
Code: Select all
\chapter{ola!!}
\pagestyle{chapterpage}
text