[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: overline
From: |
Tatsuro MATSUOKA |
Subject: |
Re: overline |
Date: |
Tue, 21 Feb 2017 17:24:23 +0900 (JST) |
----- Original Message -----
>From: "fincato <address@hidden>
>To: address@hidden
>Date: 2017/2/20, Mon 15:21
>Subject: overline
>
>
>Hi,
>I would like to ask a simple question that i was not able to find in the
FAQ. how can i put in the legend a number with an overbar?
>the legend code is something like this
>
>kk=legend(k([1 3 5 6]),'E-(001) [GPa]','E-(00$$\overbar{1}$$)
[GPa]','Iso-Fe [GPa]','[110]', "location", "north");
>set(kk,'Interpreter','tex','fontsize',16);
>
>Thank you for your courtesy in advance, and i apologize if the question has
already been posted and I didn’t see it.
>Best
>Riccardo
I do not familiar to 'TeX'. But .....
Perhaps the below gives you hint.
https://www.gnu.org/software/octave/doc/interpreter/Printing-and-Saving-Plots.html#Printing-and-Saving-Plots
You did not write your system (Linux, windows or Mac etcs. and version of
octave) so that I cannot write
further.
You have to install also TeX.
For windows, MiKTeX is popular and widely used.
HTH
Tatsuro