Hi!

I'm trying to do the last few things on my thesis and got a bit stuck...

My last appendix contains a little text and then two big (one-page) tables, in a float each. After that I need to insert a "library page", a special page that I have in ERT, see below. On the library page their should be no header and footer, and it should appear on a left page. (The last table is on a right page...)

I have tried to achieve this by making a page break after the floats, both from the LyX menue and in ERT with \clearpage and \cleardoublepage. And I have tried to remove the headings both by \pagestyle{empty} and \thispagestyle{empty}. But I just cannot seem to get it right.

If I place the page break after both floats I get an extra blank page between the floats and the library page, and the library page is on a right page. If I put the page break before or between the floats the pages get right, but then the page with the last table gets the empty heading, and the library page gets a normal heading. Or neither of them gets any headings if I use pagestyle{empty}.

So I need to get the page break right, and the changed headings to apply to the correct page. Any ideas?

/Sara



ERT for the "library page":

\changepage{}{}{}{}{}{-1.5cm}{}{}{} %%from chngpage package
%%% Här ritas blanketten upp:

\enlargethispage{30mm}
\scriptsize
\setlength{\unitlength}{1.23mm}
\begin{picture}(126,212)(6,-5)

    \put(0,190){\framebox(92,22)}  % dept, division etc
    \put(27,209){\bf Avdelning, Institution}

 %Lots of more puts here...

\end{picture}

Reply via email to