> > Hi Charles, > > Sorry, but I forgot one line from what I told you to paste into the > preamble. At the very top of what I gave you you need to insert > \makeatletter. (Actualy, you just need to wrap all of the text I have > you by putting at the very beginning \makeatletter and at the end > \makeatother. I wrapped each newcommand in these commands, instead of > all three. It shouldn't matter either way.) > > The \makeatletter and \makeatother commands somehow allow you to use > code that you normally couldn't use. > > Regarding the second error, are you sure that you export the latex > file to the same place as the LyX file? Specifically, you should have > a directory called "Images" and inside that directory should be a file > called "ZnSMn decay.jpg" One problem may be that you have a file with > a space in it. File names with spaces in them always give all sorts of > problems on *nix systems. > > Let me know. I'll be around today, but then not back until Tuesday. > Sorry about your frustration. Some of these problems should not be > hard to solve as they are. > > Paul
Hi Paul, Thanks for all the help so far. Im getting close it seems.. So here is what is happening now. I inserted the \makeatletter at the beginning of the text you gave me to insert in the preamble. What I want is this(just to re-clarify): the TOC starts on page v(I am using roman numerals up till I get to the first chapter) and is two pages long so it is pages v and vi with only the second page, vi, being numbered.. Then the List of Tables(one page at vii un-numbered) and then the List of Figures(two pages long at viii and ix, only page ix numbered) What I am getting is: TOC is fine. It is numbered correctly. BUT it has the List of Tables starting at page vi, instead of vii. So it is not "counting" the second page of the TOC in the page numbering. Then I get the List of figures at vii instead of viii. Also the first page of the List of figures is still numbered... So that is what I have now. As for the second problem: I use the linux box(ubuntu) at home mainly as a back up to my macbook(OS X) to write my thesis. So there are probably file misplacements that I havent changed or updated on my nix box, which gave the error. I will have to look at that today/tomm.. Again, thanks for all the help. It is worth the frustration if I can learn how to do it in the end. Charles