fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add swappable CSS for HTML previews.
[librarian.git]
/
librarian
/
epub.py
diff --git
a/librarian/epub.py
b/librarian/epub.py
index
e9670d5
..
be9488a
100644
(file)
--- a/
librarian/epub.py
+++ b/
librarian/epub.py
@@
-535,7
+535,10
@@
def transform(wldoc, verbose=False, style=None, html_toc=False,
functions.reg_mathml_epub(zip)
if os.path.isdir(ilustr_path):
functions.reg_mathml_epub(zip)
if os.path.isdir(ilustr_path):
+ ilustr_elements = set(ilustr.get('src') for ilustr in document.edoc.findall('//ilustr'))
for i, filename in enumerate(os.listdir(ilustr_path)):
for i, filename in enumerate(os.listdir(ilustr_path)):
+ if filename not in ilustr_elements:
+ continue
file_path = os.path.join(ilustr_path, filename)
zip.write(file_path, os.path.join('OPS', filename))
image_id = 'image%s' % i
file_path = os.path.join(ilustr_path, filename)
zip.write(file_path, os.path.join('OPS', filename))
image_id = 'image%s' % i