Uniform Font Formatting for Included Graphics as in the Rest of the Text
This question is not about vector or raster imagery, but about the application of uniform font in the entire file including axis labels of graphics! Has anyone experience with types of graphics files which do that?
MWE:
\documentclass{report}
\usepackage{graphicx}
\begin{document}
\includegraphics{PlotGraphics1.eps}
\includegraphics{PlotGraphics2.pdf}
\includegraphics{PlotGraphics3.jpeg}
\includegraphics{PlotGraphics4.png}
\end{document}
I search for one which to which LaTeX can apply correct font formatting (e.g. for legends, axis, ...) at including it in the LaTeX document? Then I do not have to convert my MATLAB plots etc. to tikz at first.
add commentfunction. – Martin Schröder Feb 17 '13 at 23:49matlab2tikzis speed, I would be very surprised it is really that a showstopper unless you are creating a document with 1000+ figures that needs recompilation every 10 seconds... – Xavier Feb 17 '13 at 23:52psfragto provide uniform fonts with the document and image. – Werner Jul 10 '13 at 18:51