Hello

for experiments and info

for figure svg files in pdf works best to print and display unfortunately
If a file you place a asciidoc svg image with a link
for example  ::images/HomeAxisTravel.svg[]

the conversion does not go well in asciidoc v.02.12 ubuntu 10.04

A bug in the library dblatex is the cause

to correct this bug

sudo gedit /usr/share/dblatex/lib/dbtexmf/core/imagedata.py

in the class SvgConverter the command parameters are inverted input, output

class SvgConverter(ImageConverter):
#  replace this
# cmd = "inkscape -z -D \"--export-%s=%s\" %s" % (format, input, output)
#  by this
cmd = "inkscape -z -D \"--export-%s=%s\" %s" % (format, output, input)

save your changes and re make your project

make clean
make

note : This bug is fixed in version 0.3.2 dblatex

Regards,
Marc-André

for the future and beyond
--
Marc-André Baillifard
mbail...@baillifard.com

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to