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

6 vues (au cours des 30 derniers jours)

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

Réponse acceptée

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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by