here's a test for the bug: grep -e '(format, input, output)' `dpkg -L dblatex|grep imagedata.py`
which could be integrated into configure at least for a warning -m Am 27.11.2011 um 22:24 schrieb Francis TISSERANT: > yes it works well. mbaillif thank you for your work. > > Please let me express my opinion > > advantages of svg: > 1 )Inkscape is a native of the Ubuntu pakage. > > 2) the svg format is a vectorial format that zooming maintaining the > qualities of the image. > > 3) the .svg enables each translator to easily edit images to suit > their own language. > > 4) files .svg are small. > > 5) the quality is excellent in html and also in the pdf > It seems to be the ideal format for our EMC2 documentation cohabiting > with the png screenshots. > > what is your opinion on the Marc-André patch, which applies to a > library system? Can be applied by updating EMC2? should be expected to > update the library? > > tissf > > > 2011/11/27 Baillifard marc-Andre <mbail...@baillifard.com>: >> 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 >> > > ------------------------------------------------------------------------------ > 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 ------------------------------------------------------------------------------ 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