22
Resources
Sets a list of resources (images and fonts) referred in the style sheet
(EPUB only). This property is a semicolon separated list. Each entry
isoftheform
URL[[::file name]::mime type]
wherethepartsinsquarebracketsareoptional.Forexample
file://mycomputer/home/myself/images/bg.png::background.png::image/png
to point to a png image which is referenced by the file name
background.pngin the style sheet. The resource file will be placed
inthesamedirectoryasthestylesheet.
The URLs can contain variables such as $(user) for the user installation of LO. Thus for example
“$(user)/myconfig.xml”canbeusedtopointtoaconfigurationwithin theuserinstallation.See
http://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1util_1_
1PathSubstitution.html
foralistofavailablevariables.
Asaspecialfeature,youcanrequireoneofWriter2LaTeX’sstandardconfigurations.Todothis,theURL
shouldstartwithan asterisk,forexample“
*
ultraclean.xml”.
7.3. Batch conversion with UNO
Writer2LaTeXalsooffersaunoservice
org.openoffice.da.writer2xhtml.BatchConverter