View Single Post
Old 05-06-2014, 10:06 PM   #10
asqueue
Enthusiast
asqueue began at the beginning.
 
Posts: 27
Karma: 10
Join Date: May 2014
Device: iPhone 4
Ah. I see the confusion. Perhaps I should call my book a "dictionary" instead of dictionary, or, better, call my book a lexicon.

Turns out I was the cause of my problems. Per the calibre user manual:

In order to convert a collection of HTML files in a specific order, you have to create a table of contents file. That is, another HTML file that contains links to all the other files in the desired order. Such a file looks like:

<html>
<body>
<h1>Table of Contents</h1>
<p style="text-indent:0pt">
<a href="file1.html">First File</a><br/>
<a href="file2.html">Second File</a><br/>
.
.
.
</p>
</body>
</html>

So calibre wasn't creating a page that contained "Table of Contents"; I was. Pilot error. I removed the <h1> line from the control file. I changed the control file such that it inserts alphabetical lettered links to the individual letters of the lexicon.

Again, thanks for all the help and I'll try not to ask questions in the future when the problem is one caused by me.
asqueue is offline   Reply With Quote