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: Markus Mützel
Subject: [Octave-bug-tracker] [bug #59546] Missing latex interpreter
Date: Sun, 21 Mar 2021 07:57:39 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 Edg/89.0.774.57

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

I compiled for Windows with the last patch from comment #8 using MXE Octave.

Cross-building with that change worked without issues.

On Windows, I installed MikTeX and added the following line to Octave's
startup script to add the path to "latex.exe", "dvipng.exe", and "dvisvgm.exe"
to the PATH variable:

wshSystemEnv("PATH") = "C:\Program Files\MiKTeX 2.9\miktex\bin\x64;" &
wshSystemEnv("PATH")


With that change, I see the following when trying to plot something:

>> sombrero ();

warning: latex_renderer: unable to compile "?"
warning: called from
    figure at line 96 column 7
    newplot at line 120 column 10
    surf at line 76 column 9
    sombrero at line 68 column 5

warning: latex_renderer: unusable latex tool-chain
warning: called from
    axes at line 107 column 8
    newplot at line 161 column 10
    surf at line 76 column 9
    sombrero at line 68 column 5


Is there something I can do to track down why it is failing?

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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