I'm trying to convert a number of html files to ebub with ebook-convert. I can insert a title (which shows up on the cover) but the title is actually three parts and really should be on three separate lines....rank, name and serial number so to speak.
I am passing the title to ebook-convert with --title "${title}". So, does anyone know how I can either insert a newline which ebook-convert will honor OR, does anyone know how I can pass three separate items to ebook-convert.
Before anyone jumps in, yes, I can insert custom text into the generate-cover plugin, but that is fixed text intended to be used on every file/book. I need to insert unique text into each file and do so programmatically. There is, I understand, a "template language" but I can't find a reference which alludes to want I need to do.
I am passing the title to ebook-convert with --title "${title}". So, does anyone know how I can either insert a newline which ebook-convert will honor OR, does anyone know how I can pass three separate items to ebook-convert.
Before anyone jumps in, yes, I can insert custom text into the generate-cover plugin, but that is fixed text intended to be used on every file/book. I need to insert unique text into each file and do so programmatically. There is, I understand, a "template language" but I can't find a reference which alludes to want I need to do.