Don't forget when you use \frontmatter, \mainmatter and \backmatter, put \frontmatter in the LaTeX preamble, and put \mainmatter as ERT on a line BEFORE the first Part. Note that after mainmatter you can put an ERT \appendix line, and all chapters after that will be labeled "Appendix A" instead of "Chapter 19". After the appendices you can put an ERT \backmatter line, after which all chapters are unnumbered.
I had a little problem in \backmatter because the sections in the backmatter chapters retained the appendix numbering scheme. In other words, if my last appendix's last section was B.1, the first section of my first \backmatter chapter would be B.2. -- Steve Litt Webmaster, Troubleshooters.Com http://www.troubleshooters.com [EMAIL PROTECTED] (Legal Disclaimer) Follow these suggestions at your own risk. On Sunday 11 November 2001 14:03, Roberto Hernandez wrote: > Rodney Kanno wrote: > > One more question. I got the page numbers to show both roman & arabic. > > But when the arabic starts, the count continues where the roman left off > > (ex. i, ii, iii, 4, 5, etc) can I get the arabic to start at 1? > > > >> p.s. this is the longest time difference I ever had: 10 hours > >> from Berlin to Hawaii ... > > > > Wow 10 hour difference....so how's the weather there in Berlin? It is a > > cool 73 degrees here. > > > > Thanks for your help! > > Rodney > > Try using ERT with the following commands: > > \frontmatter > > Roman numerals > > \mainmatter > > Resets to 1 and uses arabic > > \backmatter
