I am trying to assess ConTeXt as a source format for producing PDF and HTML output. I've discovered the feature:
\setupbackend[export=yes]
but running the example from this page, does not result in the image being included in the html or xhtml output. The docName-export/images directory is empty and the HTML has comments where the image tags should be:
<div class="combinationcontent"><div class="image label-3.463cm" id="image-1"><!--empty--></div>
I am working on the assumption that all source files (.tex, .css, .png) should be stored in the same directory. PDFs build correctly.
I have Context 1.02 from TeX Live 2018 on OSX 10.13.1
My question: is exporting images supported for HTML/XHTML, and if so, what am I missing?
Thanks for any help.
cow.pngimage in the current directory? – Aditya Aug 20 '18 at 20:49example-export/imagesfolder. Then everything should work correctly. A similar question was asked on the context mailing list, where Wolfgang's reply was to manually copy the images. – Aditya Aug 20 '18 at 23:50