From: Piotr on 18 May 2010 15:23 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 18 May 2010 16:53 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 ę or ą 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 18 May 2010 17:34 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 ę or ą 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 ę or ą. It is a little strange because such command as \l works fine (using raw latex in Matlab) and produces polish letter ł. So, maybe there is the other way to get polish letters ę and ą. Is it possible to change LateX config files that are using by Matlab interpreter in order to obtain the new command \k ?
|
Pages: 1 Prev: displaying variable name instead of computed values Next: SimMechanic constraints question |