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

15 visualizzazioni (ultimi 30 giorni)

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

Risposta accettata

Walter Roberson
Walter Roberson il 6 Ago 2015
  3 Commenti
Mike Garrity
Mike Garrity il 7 Ago 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 il 21 Ago 2015
OK thanks for this answer, at least I know that there is nothing I can do (except waiting for a new MATLAB version)!

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Data Distribution Plots in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by