images
subdirectory in the directory that holds your XML files. Use ./images/image-name
to insert images into a book. The following is an example that inserts the testimage.png
image:
<mediaobject> <imageobject> <imagedata fileref="./images/testimage.png" /> </imageobject> <textobject><phrase>alternate text goes here</phrase></textobject> </mediaobject>
<textobject>
so that your content remains accessible to people with visual impairments. In certain jurisdictions, you might have a legal responsibility to provide this accessibility — for example, if you or your organization must comply with Section 508 of the United States Rehabilitation Act of 1973.
[1]
images
subdirectories for each language directory. Make sure that the image file in the translated language has the same name as the image file in the original language. When you build the book in the translated language, Publican uses the file from the images/
subdirectory of the translated language instead of the file from the images/
subdirectory of the original language.
Image file locations
images
subdirectory of your XML directory and corresponding images in the images
subdirectories of your translated languages. Images stored in other directories directories do not work.