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: Tue, 6 Apr 2021 12:06:27 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:87.0) Gecko/20100101 Firefox/87.0

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

@Markus: Thanks for testing. Do you have some default graphics settings
related to figure and font size? I ask because in the png, the axes tick
labels looks big as compared to what I obtain.

I expect that the simple figure below should have pretty much the same
problems (and much lower output size):


figure ("units", "centimeters", "position", [2 2 12 9]);
plot (1:10);
title ("Some LaTeX", "interpreter", "latex")
print simple_latex.png
print simple_latex.svg
print -svgconvert -dpdfcrop simple_latex.pdf


Could you check that you have no default graphics setting and attach the three
files generated by the above script?

Could you play with the display scaling on the Window OS (I'm talsking about
something I heard exist...) and see if it has an influence on the incorrect
pdf cropping? In which case this could be related to bug #49627.


    _______________________________________________________

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]