From: Piotr on
I have the problem with polish letters on x and y labels. When I try to obtain polish letter such as ę or ą e.g.:

xlabel('\k{e}','interpreter','latex')

I have got the warning message:

Warning: Unable to interpret LaTeX string "\k{e}"

Other letters work fine (\''s -ś, \l - ł, \''o - รณ, etc.)

Please help me:)
From: Rune Allnor on
On 18 Mai, 21:23, "Piotr " <piotr.przysta...(a)polsl.pl> wrote:
> I have the problem with polish letters on x and y labels. When I try to obtain polish letter such as &#281; or &#261; e.g.:
>
> xlabel('\k{e}','interpreter','latex')

The \k command is not LaTeX, but probably from some Polish-language
adaption. See if you can find what you want on this page,

http://www.giss.nasa.gov/tools/latex/ltx-401.html

and use 'raw' LaTeX instead.

Rune
From: Piotr on
Rune Allnor <allnor(a)tele.ntnu.no> wrote in message <b1520eb9-240d-4e23-8f41-7d34f7e41037(a)b21g2000vbh.googlegroups.com>...
> On 18 Mai, 21:23, "Piotr " <piotr.przysta...(a)polsl.pl> wrote:
> > I have the problem with polish letters on x and y labels. When I try to obtain polish letter such as &#281; or &#261; e.g.:
> >
> > xlabel('\k{e}','interpreter','latex')
>
> The \k command is not LaTeX, but probably from some Polish-language
> adaption. See if you can find what you want on this page,
>
> http://www.giss.nasa.gov/tools/latex/ltx-401.html
>
> and use 'raw' LaTeX instead.
>
> Rune

In 'raw' LaTeX there is no way to obtain such polish letter as &#281; or &#261;. It is a little strange because such command as \l works fine (using raw latex in Matlab) and produces polish letter &#322;. So, maybe there is the other way to get polish letters &#281; and &#261;.

Is it possible to change LateX config files that are using by Matlab interpreter in order to obtain the new command \k ?