Re: [Plplot-devel] Project to replace DocBook backend SGML tools with XML tools

2013-10-05 Thread Alan W. Irwin
On 2013-09-06 09:57-0700 Alan W. Irwin wrote: > On 2013-09-06 10:09+0100 Andrew Ross wrote: >> Some comments: >> >> The cmake support is not too robust at the moment as my testing shows. We >> probably need to test for e.g. fop if that is required so that it fails >> gracefully (and with a helpful

Re: [Plplot-devel] [Plplot-general] overline underline not working

2013-10-05 Thread Alan W. Irwin
On 2013-10-05 02:03-0700 phil rosenberg wrote: > at the moment in wxWidgets at least, the string gets broken into chunks and parsed to deal with superscript and newlines etc then the chunks get passed for drawing. this is wy wxWidgets built in underline doesn't work as we want, because it draws th

Re: [Plplot-devel] [Plplot-general] overline underline not working

2013-10-05 Thread phil rosenberg
at the moment in wxWidgets at least, the string gets broken into chunks and parsed to deal with superscript and newlines etc then the chunks get passed for drawing. this is wy wxWidgets built in underline doesn't work as we want, because it draws the sb/superscript chunks separately. We'll ne