diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/tex4ebook')
-rw-r--r-- | Master/texmf-dist/tex/latex/tex4ebook/tex4ebook.4ht | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/tex4ebook/tex4ebook.sty | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/tex4ebook/tex4ebook.4ht b/Master/texmf-dist/tex/latex/tex4ebook/tex4ebook.4ht index 81d137a8abb..add25d2f075 100644 --- a/Master/texmf-dist/tex/latex/tex4ebook/tex4ebook.4ht +++ b/Master/texmf-dist/tex/latex/tex4ebook/tex4ebook.4ht @@ -294,7 +294,7 @@ href="#1" media-type="\a:CoverMimeType" />}} \Configure{tableofcontents}{\boolfalse{tocnoempty}\Tg<navMap>}{% \usetoclevels{part,chapter,likechapter,section,likesection,subsection,likesubsection,subsubsection,likesubsubsection}% \ifbool{tocnoempty}{}% - {\HCode{<navPoint id="mainentry" playOrder=1> + {\HCode{<navPoint id="mainentry" playOrder="1"> <navLabel><text>Document</text></navLabel> <content src="\jobname.\:html" /> </navPoint>}}% diff --git a/Master/texmf-dist/tex/latex/tex4ebook/tex4ebook.sty b/Master/texmf-dist/tex/latex/tex4ebook/tex4ebook.sty index 965a470bac5..4804710e864 100644 --- a/Master/texmf-dist/tex/latex/tex4ebook/tex4ebook.sty +++ b/Master/texmf-dist/tex/latex/tex4ebook/tex4ebook.sty @@ -1,4 +1,6 @@ -\ProvidesPackage{tex4ebook} +% Package odsfile. Author Michal Hoftich <michal.h21@gmail.com> +% This package is subject of LPPL license, version 1.3 +\ProvidesPackage{tex4ebook}[2015/09/24 version 0.1b] \RequirePackage{etoolbox} \RequirePackage{kvoptions} \RequirePackage{graphicx} |