Quote:
Originally Posted by r_avital
Sigil adds all the footnotes to a separate .xhtml, which is the last one in my ebook imported from the .odt.
|
AFAIK, Writer2Latex generates endnotes by default. Try inserting the following line after <config> in config.xml:
Code:
<option name="use_endnotes" value="false" />
I.e. config.xml should look like this:
This should force Writer2Latex to generate regular footnotes.
Quote:
Originally Posted by r_avital
Notice that the custom-stylesheet filename has an upper-case extension, and Linux is case-sensitive. Does that make a difference?
|
The file names are hard-coded in the plugin code. You must use
config.xml and
epub.css. (All other files are ignored.)
(config.xml controls the conversion and epub.css is an optional stylesheet.)
For more information on customizing the output see the
Writer2Latex website.