Font size problem for a Matlab figure in a template

Viewed 27

I know this is a topic that is closed but I am struggling to put a MATLAB figure in a beamer template with the adequate font size.

I started to use the Export setup of MATLAB to adjust the dimensions of my figure and also the font size which is 12 pts :

enter image description here

This size is chosen because the font size of a frame title appears to be this value. Then, I save it as an eps file and I check the dimensions with Inkscape : everything seems to be correct.

But when loading it in my beamer template, the font size seems to not be adequate anymore (see the difference between the font size of the title and the font size of the figure):

enter image description here

My coding is very basic since I am just loading my eps file in LaTex document after conversion to PDF \usepackage{epstopdf} :

\includegraphics[width=1 \linewidth]{pic/test.eps}

Is there a simple way to make the font size of the figure similar to the font size of the title ?

Thank you for your help,

0 Answers
Related