Matlab and iPad papers

Use of Cobaya. camb, CLASS, cosmomc, compilers, etc.
Post Reply
Antony Lewis
Posts: 1945
Joined: September 23 2004
Affiliation: University of Sussex
Contact:

Matlab and iPad papers

Post by Antony Lewis » April 16 2012

I just discovered that iPad (and iPhone) does not show some Greek symbols correctly in PDF papers. It's OK from latex, but non-latex Matlab Greek does not show up. To solve this always use 'interpreter','latex' in matlab when exporting figures. For legends use e.g.

Code: Select all

h=legend('$T\kappa$');
set(h,'interpreter','latex');
(I think you can also change a global interpreter preference). Unless anyone has a better solution.

Post Reply