From 9a803f7de3bb0712c8e573a0031e246460d235c8 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Mon, 30 Jan 2012 21:54:20 +0000 Subject: [PATCH] Added support for lists of figures, tables, examples, etc. Fixed generation of epub CSS file. Added epub:type attributes to glossterm, glossdef, sect1-6, admonitions, lists. Now includes in the opf file the image filenames for admonitions, callouts. --- xsl/epub3/epub3-element-mods.xsl | 251 ++++++++++++++++++++++++++++++- 1 file changed, 246 insertions(+), 5 deletions(-) diff --git a/xsl/epub3/epub3-element-mods.xsl b/xsl/epub3/epub3-element-mods.xsl index 24c69262e..2ebee6121 100644 --- a/xsl/epub3/epub3-element-mods.xsl +++ b/xsl/epub3/epub3-element-mods.xsl @@ -33,7 +33,9 @@ + @@ -42,8 +44,9 @@ -book toc,title +book toc,title,figure,table,example,equation + @@ -68,7 +71,7 @@ book toc,title -docbook.css.xml +docbook-epub.css.xml @@ -905,6 +908,8 @@ book toc,title |dedication |sidebar |footnote + |glossterm + |glossdef |bridgehead |part" mode="epub.type"> @@ -916,18 +921,41 @@ book toc,title - + subchapter - + division + + + notice + + + + + + list + + + + + + list-item + + + @@ -1429,6 +1457,68 @@ book toc,title + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1891,6 +1981,50 @@ book toc,title + + + + + + + + lot + loi + loi + loi + loi + loi + + + + +
+ +
+
+
+ @@ -1991,12 +2125,18 @@ book toc,title + +  + + + + @@ -2018,8 +2158,109 @@ book toc,title - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.50.1