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: Mon, 22 Mar 2021 06:18:42 -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 #22, bug #59546 (project octave):

We have this code block in `Fsystem` in toplev.cc before
`run_command_and_return_output` is called:

#if defined (OCTAVE_USE_WINDOWS_API)
  // Work around weird double-quote handling on Windows systems.
  if (type == et_sync)
    cmd_str = '"' + cmd_str + '"';
#endif


Maybe we'd need something similar in the `latex_renderer::render` function.

Don't worry. I'm happy if I can be helpful.
You did all the heavy lifting, and I'm thankful for that.
If the changes are in Octave only and I have a "half-baked" MXE Octave tree
ready, cross-compiling doesn't take exceedingly long anyway.

    _______________________________________________________

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]