Re: [Veusz-discuss] Qt drops PostScript output

2016-07-20 Par sujet Christian Ambros
Hi,
that mysterious reason is, that they have old parsing pipelines which where 
upgraded enough to reshape the text and give a printable layout to it for 
proceedings. If one uses Tex, one doesn't have any of these troubles because 
any tex editor will have e/ps output option and papers in physics and astronomy 
are commonly written with tex.For those who think they can't give some priority 
to learning tex, there is lyx which is a what-you-see-is-what-you-get tex 
editor without the necessity of learning tex language.At my days at MPE, 16 
years ago, Pdf was at it's start to get common, but most papers where published 
as PS. I'm glad those days are over.
For images, png is the most convenient format because it has high quality with 
moderate size and has no disadvantages whether it's used on the web, on screen 
or printed. So no need to go on file formats which have to be specially treated 
like svg's alpha chanal.
Droping e/ps support for veusz will be a good thing.
Cheers,Christian

 -- "A little learning never caused anyone's head to explode!" "Ein wenig 
Lernen hat noch niemandens Kopf zum Explodieren gebracht!" 

On Tuesday, July 19, 2016 11:48 AM, GONZALO RODRIGUEZ PRIETO 
 wrote:
 

 Hi all,

Going further into the discussion, it is true that many journals
nowadays accept pdf, but for some mysterious reason, they prefer EPS in
their publications. Anyhow, I just now save a graph that I have in PDF
and did not observe many differences from the EPS output. So I assume
that it should be fine the switch to Qt5 nad to PDF as new standard. On
the other hand, at least in my Ubuntu Linux, the PDF to EPS conversion
is quite automatic. You just need to read the PDF file with the standard
reader, and then save it as EPS.

Cheers,
Gonzalo


___
Veusz-discuss mailing list
Veusz-discuss@gna.org
https://mail.gna.org/listinfo/veusz-discuss


  ___
Veusz-discuss mailing list
Veusz-discuss@gna.org
https://mail.gna.org/listinfo/veusz-discuss


Re: [Veusz-discuss] Qt drops PostScript output

2016-07-19 Par sujet GONZALO RODRIGUEZ PRIETO
Hi all,

Going further into the discussion, it is true that many journals
nowadays accept pdf, but for some mysterious reason, they prefer EPS in
their publications. Anyhow, I just now save a graph that I have in PDF
and did not observe many differences from the EPS output. So I assume
that it should be fine the switch to Qt5 nad to PDF as new standard. On
the other hand, at least in my Ubuntu Linux, the PDF to EPS conversion
is quite automatic. You just need to read the PDF file with the standard
reader, and then save it as EPS.

Cheers,
Gonzalo


___
Veusz-discuss mailing list
Veusz-discuss@gna.org
https://mail.gna.org/listinfo/veusz-discuss


Re: [Veusz-discuss] Qt drops PostScript output

2016-07-19 Par sujet Bernd Maier
yes, but it also accepts svg...

On Tue, 19 Jul 2016 11:26:06 +0200
Michael Clerx  wrote:

> Not sure it's just ancient academic pipelines. Libreoffice impress 
> accepts eps images but not pdf...
> 
> 
> 
> On 07/18/2016 11:16 PM, Christian Ambros wrote:
> > Hi,
> >
> > it depends whether one is working in more old school scientific
> > areas where the benefits of pdf over e/ps aren't that present and
> > the people stick to there very old pipelines, they are using for 20
> > years. You can't teach an old dog new tricks! But getting rid of
> > e/ps is overdue for at least 10 years.
> > Pdf has some advantages over ps/eps like they are easy to parse
> > when ocr is used. Images can be taken from them and their data can
> > be made available again. ps/eps have to be first translated to pdf
> > to use all this on them. Python3 has good pdf-parsers for
> > processing in PI and it's latex generators are fine to. So there is
> > no loss when e/ps isn't supported any more. One finally can get rid
> > of all that ancient ballast.
> >
> > Cheers,
> > Christian
> > -- "A little learning never caused anyone's head to explode!" "Ein 
> > wenig Lernen hat noch niemandens Kopf zum Explodieren gebracht!"
> >
> >
> > On Monday, July 18, 2016 9:50 AM, GONZALO RODRIGUEZ PRIETO 
> >  wrote:
> >
> >
> > hi all,
> >
> > I myself use a lot this output, specially in the EPS extension...
> > But after reading, it would be possible/easy to implement a call to
> > ghostscript to make the conversion from pdf or other format to
> > eps/ps? I am no programmer, so it is possible that I am speaking
> > nonsense...
> >
> > Regards,
> > Gonzalo
> >
> >
> > -- 
> > Gonzalo Rodríguez Prieto
> > Universidad de Castilla-la Mancha
> > ETSII -Ciudad Real
> > C/ Camilo José Cela, nº 3
> > 13071 Ciudad Real
> > Tlfno. 926 295 300 ext. 96628
> > http://orcid.org/-0001-6302-0146
> >
> >
> > ___
> > Veusz-discuss mailing list
> > Veusz-discuss@gna.org 
> > https://mail.gna.org/listinfo/veusz-discuss
> >
> >
> >
> >
> > ___
> > Veusz-discuss mailing list
> > Veusz-discuss@gna.org
> > https://mail.gna.org/listinfo/veusz-discuss
> 
> 

___
Veusz-discuss mailing list
Veusz-discuss@gna.org
https://mail.gna.org/listinfo/veusz-discuss


Re: [Veusz-discuss] Qt drops PostScript output

2016-07-19 Par sujet Michael Clerx
Not sure it's just ancient academic pipelines. Libreoffice impress 
accepts eps images but not pdf...




On 07/18/2016 11:16 PM, Christian Ambros wrote:

Hi,

it depends whether one is working in more old school scientific areas 
where the benefits of pdf over e/ps aren't that present and the people 
stick to there very old pipelines, they are using for 20 years. You 
can't teach an old dog new tricks! But getting rid of e/ps is overdue 
for at least 10 years.
Pdf has some advantages over ps/eps like they are easy to parse when 
ocr is used. Images can be taken from them and their data can be made 
available again. ps/eps have to be first translated to pdf to use all 
this on them. Python3 has good pdf-parsers for processing in PI and 
it's latex generators are fine to. So there is no loss when e/ps isn't 
supported any more. One finally can get rid of all that ancient ballast.


Cheers,
Christian
-- "A little learning never caused anyone's head to explode!" "Ein 
wenig Lernen hat noch niemandens Kopf zum Explodieren gebracht!"



On Monday, July 18, 2016 9:50 AM, GONZALO RODRIGUEZ PRIETO 
 wrote:



hi all,

I myself use a lot this output, specially in the EPS extension... But
after reading, it would be possible/easy to implement a call to
ghostscript to make the conversion from pdf or other format to eps/ps? I
am no programmer, so it is possible that I am speaking nonsense...

Regards,
Gonzalo


--
Gonzalo Rodríguez Prieto
Universidad de Castilla-la Mancha
ETSII -Ciudad Real
C/ Camilo José Cela, nº 3
13071 Ciudad Real
Tlfno. 926 295 300 ext. 96628
http://orcid.org/-0001-6302-0146


___
Veusz-discuss mailing list
Veusz-discuss@gna.org 
https://mail.gna.org/listinfo/veusz-discuss




___
Veusz-discuss mailing list
Veusz-discuss@gna.org
https://mail.gna.org/listinfo/veusz-discuss



___
Veusz-discuss mailing list
Veusz-discuss@gna.org
https://mail.gna.org/listinfo/veusz-discuss


Re: [Veusz-discuss] Qt drops PostScript output

2016-07-18 Par sujet Christian Ambros
Hi,
it depends whether one is working in more old school scientific areas where the 
benefits of pdf over e/ps aren't that present and the people stick to there 
very old pipelines, they are using for 20 years. You can't teach an old dog new 
tricks! But getting rid of e/ps is overdue for at least 10 years. 
Pdf has some advantages over ps/eps like they are easy to parse when ocr is 
used. Images can be taken from them and their data can be made available again. 
ps/eps have to be first translated to pdf to use all this on them. Python3 has 
good pdf-parsers for processing in PI and it's latex generators are fine to. So 
there is no loss when e/ps isn't supported any more. One finally can get rid of 
all that ancient ballast.
Cheers,Christian
 -- "A little learning never caused anyone's head to explode!" "Ein wenig 
Lernen hat noch niemandens Kopf zum Explodieren gebracht!" 

On Monday, July 18, 2016 9:50 AM, GONZALO RODRIGUEZ PRIETO 
 wrote:
 

 hi all,

I myself use a lot this output, specially in the EPS extension... But
after reading, it would be possible/easy to implement a call to
ghostscript to make the conversion from pdf or other format to eps/ps? I
am no programmer, so it is possible that I am speaking nonsense...

Regards,
Gonzalo


-- 
Gonzalo Rodríguez Prieto
Universidad de Castilla-la Mancha
ETSII -Ciudad Real
C/ Camilo José Cela, nº 3
13071 Ciudad Real
Tlfno. 926 295 300 ext. 96628
http://orcid.org/-0001-6302-0146


___
Veusz-discuss mailing list
Veusz-discuss@gna.org
https://mail.gna.org/listinfo/veusz-discuss


  ___
Veusz-discuss mailing list
Veusz-discuss@gna.org
https://mail.gna.org/listinfo/veusz-discuss


Re: [Veusz-discuss] Qt drops PostScript output

2016-07-18 Par sujet GONZALO RODRIGUEZ PRIETO
hi all,

I myself use a lot this output, specially in the EPS extension... But
after reading, it would be possible/easy to implement a call to
ghostscript to make the conversion from pdf or other format to eps/ps? I
am no programmer, so it is possible that I am speaking nonsense...

Regards,
Gonzalo


-- 
Gonzalo Rodríguez Prieto
Universidad de Castilla-la Mancha
ETSII -Ciudad Real
C/ Camilo José Cela, nº 3
13071 Ciudad Real
Tlfno. 926 295 300 ext. 96628
http://orcid.org/-0001-6302-0146


___
Veusz-discuss mailing list
Veusz-discuss@gna.org
https://mail.gna.org/listinfo/veusz-discuss


Re: [Veusz-discuss] Qt drops PostScript output

2016-07-18 Par sujet Fred Labrosse
All,

I mostly use pdf, but sometimes I end up with very big pdf files (produced
by pdflatex, when including many pictures).  I then use ghostscript to read
the pdf and save another pdf that ends up much smaller.  Where this is
related is that I believe gs uses ps as the in between format.  So I guess
using gs to convert from pdf to ps (or eps) if needed is a possibility.
veusz in fact could use gs to do that conversion.

Just my 2p.

Fred


On Sunday 17 July 2016 18:20:43 Jeremy Sanders wrote:
> On 17/07/16 18:12, Michael Clerx wrote:
> > Thanks for the heads-up! I've never used ps, but often use eps. Is eps
> > output affected?
>
> Unfortunately, yes.
>
> There are tools to covert PDF to EPS, but I don't know if they are good
> enough.
>
> Cheers
>
> Jeremy
>
> ___
> Veusz-discuss mailing list
> Veusz-discuss@gna.org
> https://mail.gna.org/listinfo/veusz-discuss



Astudio gyda ni yn Aberystwyth - Prifysgol Gyntaf Cymru 
https://www.aber.ac.uk/cy/undergrad/

Study at Aberystwyth – Wales’ First University 
https://www.aber.ac.uk/en/undergrad/

___
Veusz-discuss mailing list
Veusz-discuss@gna.org
https://mail.gna.org/listinfo/veusz-discuss


Re: [Veusz-discuss] Qt drops PostScript output

2016-07-17 Par sujet Jeremy Sanders


On 17/07/16 18:12, Michael Clerx wrote:

Thanks for the heads-up! I've never used ps, but often use eps. Is eps
output affected?


Unfortunately, yes.

There are tools to covert PDF to EPS, but I don't know if they are good 
enough.


Cheers

Jeremy

___
Veusz-discuss mailing list
Veusz-discuss@gna.org
https://mail.gna.org/listinfo/veusz-discuss


[Veusz-discuss] Qt drops PostScript output

2016-07-17 Par sujet Jeremy Sanders

Hi -

Emmanuel has noticed that Qt 5 has dropped Postscript support - see 
https://github.com/jeremysanders/veusz/issues/152


If we're going to move to Qt 5 soon (Qt 4 is no longer supported), we'll 
need to use drop PostScript, use some sort of external library or 
implement our own output.


How many people are using PostScript?

Thanks

Jeremy

___
Veusz-discuss mailing list
Veusz-discuss@gna.org
https://mail.gna.org/listinfo/veusz-discuss