octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #59546] Missing latex interpreter


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #59546] Missing latex interpreter
Date: Wed, 31 Mar 2021 16:40:04 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:87.0) Gecko/20100101 Firefox/87.0

Follow-up Comment #52, bug #59546 (project octave):

@leonardo: The warning cannot be too specific since eps may just be an
intermediate format when not using the -svgconvert option. For example:


octave:1> plot (1:10);
octave:2> title ("Some LaTeX", "interpreter", "latex");
octave:3> print -painters toto.png
warning: print: unhandled LaTeX strings. Use -svgconvert option or -d*latex*
output device.


Now for the poor eps output when using -svgconvert I guess someone could
investigate to see if he can find some "gs" option that improves things. If
you are interested to do the detective work, the current tool chain is
equivalent to:


plot (1:10);
title ("Some LaTeX", "interpreter", "latex");

print -svgconvert -dpdfcrop toto.pdf
cmd = "gs -dQUIET -dNOPAUSE -dBATCH -dSAFER -dAutoRotatePages=/None
-sDEVICE=ps2write -dLanguageLevel=2 -dEmbedAllFonts=true -dEPSCrop
-sOutputFile=toto.eps toto.pdf";
system (cmd)
   




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59546>

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

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