How to add Latex packages for the latex interpreter / how to print the euro symbol with the latex interpreter ?

6 visualizaciones (últimos 30 días)

Hi,

Is there a way to have the euro symbol (€) displayed on the label or title of one figure, when this string is created using the latex interpreter?

In latex, displaying € requires to add some specific package, for instance

\usepackage{eurosym}

and then, for instance in math mode, the symbol can be displayed using $\textrm{\euro}$ (at this point, I do not care about the specific font, sherif, etc.)

However, when trying the same for a figure label in matlab, for example

ylabel('$$z_{2}^{j} [\textrm{\euro}]$$','interpreter','latex','fontsize',12)

it does not work because matlab does not know of the 'eurosym' package. I looked around but could not find a simple way to include a package. Is there a simple way to do this? Alternatively, is there a simple way to get the € symbol displayed with the latex interpreter ?

I am using MATLAB R2014b on a Windows 7 computer.

Thanks in advance for your help,

Olivier

Respuesta aceptada

Walter Roberson
Walter Roberson el 6 de Ag. de 2015
  3 comentarios
Mike Garrity
Mike Garrity el 7 de Ag. de 2015
I'm afraid that the LaTeX interpreter is the one remaining part of the graphics system which doesn't yet support Unicode characters.
OlivierMegel
OlivierMegel el 21 de Ag. de 2015
OK thanks for this answer, at least I know that there is nothing I can do (except waiting for a new MATLAB version)!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by