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: Wed, 24 Mar 2021 10:16:15 -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 #32, bug #59546 (project octave):


>> setenv ("OCTAVE_LATEX_DEBUG_FLAG", "1")

>> sombrero ()

* Caching ?:10.000000:0:0:0:0 (numel: 1)
>> xlabel ("$x$", "interpreter", "latex")

* Caching $x$:11.000000:0:38:38:38 (numel: 2)
>> ylabel ("$y$", "interpreter", "latex")

* Caching $y$:11.000000:2:38:38:38 (numel: 3)
>> zlabel ('$\frac{\sqrt{x^2+y^2}}{x^2+y^2}$', "interpreter", "latex");

* Caching $\frac{\sqrt{x^2+y^2}}{x^2+y^2}$:11.000000:1:38:38:38 (numel: 4)
>> print sombrero.svg
>> error: gl2ps_renderer::draw: internal pipe error
error: called from
    __opengl_print__ at line 204 column 9
    print at line 766 column 16


No file.

Fwiw, I tried to print a figure without LaTeX to svg, and it failed with the
same error:

>> close all
>> sombrero ()

>> print sombrero.svg

>> error: gl2ps_renderer::draw: internal pipe error
error: called from
    __opengl_print__ at line 204 column 9
    print at line 766 column 16
>>


I repeated these steps in a new Octave session with the same results.

I still had a build from approx. 3 weeks ago lying around (hg id
3f45f5b6fa7f). With that, printing to svg and pdf still worked.

PS: I probably hit "Preview" in comment #30 after attaching the files. Next
try.

(file #51128, file #51129)
    _______________________________________________________

Additional Item Attachment:

File name: sombrero.png                   Size:71 KB
    <https://file.savannah.gnu.org/file/sombrero.png?file_id=51128>

File name: sombrero.pdf                   Size:2 KB
    <https://file.savannah.gnu.org/file/sombrero.pdf?file_id=51129>



    _______________________________________________________

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]