TOC and related problems
I have a book with 36 different problems and their solutions. I had to insert chapter breaks before each problem and solution, so that the problem and solution would be on the same page as its title. Before I did this, the heading for Problem 10 (for example) was at the bottom of Problem 9. And then the actual Problem 10 would be on a new page (each problem is an image). When I inserted the chapter breaks, the TOC reordered the chapters, so that the problems are now all out of order. Even when I move the chapters to the right position in the book browser, they show up in the TOC as out of order. I don't mind editing the ncx file for minor issues (see next paragraph) , but I'm somewhat hesitant to edit the TOC to put all the problems in the correct order.
The other thing is that the TOC now reads Problem10 and Solution to Problem10. The space between the word Problem and the number has been deleted. I tried editing the ncx file and putting the space in, but it still didn't help.
I also had one chapter that I inadvertently misspelled when I was renaming the sections. Instead of Problem, I have PRoblem. When I try to rename it correctly, I get an error message.
I also lost the first chapters to my TOC -- the contents page, the copyright, the introduction, and the afterword, and so on. Only the Problems and Solutions are showing up in my TOC. What happened to those other chapters, and how do I get them back?
Here is part of my ncx file that shows some of these issues.
<navPoint id="navPoint-5" playOrder="5">
<navLabel>
<text>SOLUTION TO PROBLEM3</text>
</navLabel>
<content src="Text/Solution%20to%20Problem%203.xhtml" />
</navPoint>
<navPoint id="navPoint-6" playOrder="6">
<navLabel>
<text>Problem5</text>
</navLabel>
Can anybody help?
Thanks.
|