Hi,
I'm just learing to use LyX, so I'm sorry if this is a bit of a gumby
question. I am writing a largei-sh report, and have included individual
chapters as files in a master document. When I generate tables of
contents, figures and tables, the page numbers begin from the start of
the table of contents. I would like them to start at the beginning of
the introduction. Further, I wish to number my title page, abstract and
tables of contents, figures and tables with lower case roman numerals.
I have tried the LaTeX command
\pagenumbering
to restart numbers at the beginning of my introduction, but this doesn't
seem to work. I have also tried to apply roman numerals to the title and
abstract using the command
\pagenumbering{roman}
and when this didn't work, I tried
\renewcommand\thepage{roman}
and this didn't work either.
Any tips?
James