octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Latex interpreter via Mathjax + Qt


From: Pantxo
Subject: Re: Latex interpreter via Mathjax + Qt
Date: Wed, 13 Jan 2016 01:36:14 -0800 (PST)

Michael Godfrey wrote
> On 01/12/2016 11:58 AM, George Apostolopoulos wrote:
>> I have reviewed octave's latex+ps combination which is very interesting.
>> However, apart from the added processing steps, I am missing the
>> possibility to create a single, self-contained eps file for one figure.
>> This is required when sending a manuscript to publishers.
> I am a bit surprised by this. I cannot remember a publisher requiring
> eps. As far as I know the publishers take PDF or as needed jpeg.
> This is generally in the scientific literature, or even IEEE, for example.
> For various reasons PS and EPS seem to be on the way out. But, if there
> is still a need they should be supported.
> 
> In any case, thanks for taking an interest in this. Anything that you
> can do will surely be helpful.
> 
> Best,
> Michael

@Michael: in physics at least, there are still many important publishers
that prefer eps (e.g. [1, 2]) figure format.

@George: you can produce a standalone eps file using latex and dvips, e.g.;
plot (1:10)
print -depsstandalone foo.tex
system ("latex foo.tex; dvips foo.dvi -o foo.eps")

But I still think not having to rely on latex being installed to support
latex interpreter would be great! Looking forward to hearing from your
tests.

Pantxo

[1] IOP : http://publishing.aip.org/authors/preparing-graphics
[2] APS (physical review letters and others):
http://journals.aps.org/authors/tips-authors-physical-review-physical-review-letters




--
View this message in context: 
http://octave.1599824.n4.nabble.com/Latex-interpreter-via-Mathjax-Qt-tp4674346p4674370.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]