Assume that at creation time (of an EPS image) the final 'size' of the image is not known. However, this one EPS is used multiple times in different sizes within different documents. But the font size of text (e.g., axes labels) should be consistent.
Example: In one .tex use
\includegraphics[width=0.5\textwidth]{my_plotted_function.eps}
and in another use
\includegraphics[width=0.3\textwidth]{my_plotted_function.eps}
but ensure, that the axes labels are shown with 12pt in both figures.
Is there another way/vector graphics format to reach this functionality? (pstricks, tikz is not a solution, since it's not a supported export format.)
