Quote:
Originally Posted by Raswan
I want change TOC title "Table of Contents" to different language. I have Kindle 3 and when i convert doc to mobi and go to TOC, there is description above chapters "Table of Contents" .Is there a way to change something in macros or configs to change this text ?.Mobicreator and Calibre have this option.Changing this option in Calibre have no effect to conversion in BookCreator.
Sorry for crappy english 
|
Not a dig on your English, it wasn't so much the English but the lack of detail that made it difficult to understand.
You repost is clear enough. I did not know this was a feature in Calibre. At the moment BookCreator does not have a GUI interface for this feature however there is a workaround.
In the "Create eBook" dialog box select the "Misc" tab.
There should be a text field called "Additional Programs:"
Add the text --toc-title with the string you wish to enter.
And see if that works
Note if you have spaces in your TOC title make sure to put them in quotes
Code:
--toc-title="Foo Bar"
This command only works for MOBI books.
=X=