Nick DeClario wrote:
> 
> I keep getting "Undefined control sequence"...
> 
> Also, will this change just the text length or all margins?  I guess
> what I want to do is take all my current margins, top, left, right,
> bottom which are all set to 1in and reduce them to 0in for this one
> page, which happens to be the first page of the document.


try as an example with 5cm, which you can change to any other
value 
\addtolength{\textheight}{-5cm}\clearpage\addtolength{\topmargin}{5cm}

before the page with the new margin
and a
\addtolength{\textheight}{5cm}\clearpage\addtolength{\topmargin}{-5cm}

before the page with the old margin

Herbert


-- 
http://www.educat.hu-berlin.de/~voss/lyx/

Reply via email to