Most of that should happen automatically, if you are generating the list
of tables and such automatically. LaTeX itself distinguishes "front
matter" from "main matter". So there shouldn't be any need to have a
list of tables in a separate file. That ought simply to be generated for
you.
That said, you'll want to make sure there is nothing in the included
file itself that is resetting page numbering.
And, even more importantly: To debug this kind of problem, what you want
to do is export to LaTeX and then look at the result.
Richard
Chris Share wrote:
> Hi,
>
> I'm having trouble getting page numbering to work correctly. I have a
> document that consists of a master .lyx file which "includes" several
> component .lyx files.
>
> The preliminary material uses roman numerals for page numbers, while
> the actual text of the document uses arabic numerals. I'm controlling
> this using "\pagenumbering{roman}" and "\pagenumbering{arabic}"
> commands which are located in the master file.
>
> The problem I'm runing into is that the last file in the preliminary
> section (in my case, this is the List of Tables) has arabic numbering,
> even though the "\pagenumbering{arabic}" command is located after it
> in the master file.
>
> Why is this happeing?
>
> Also, in general, if I'm creating a document that includes other
> files, where should I control things like page numbering? Should this
> be done in the component files, or should it be done in the master file?
>
> Cheers,
>
> Chris