I'm thinking about building a new symbol library and I need to test out the command set. I slapped together a quick set of math symbols using a set of commands
\newcommand{\example}{\includegraphics[height=\height]{example.jpg}}
and a scanner. It works fine for a kludge, but the problem is that I would like the \height argument to be set equal to the value 1em in the current display style (i.e., smaller for subscripts and superscripts, etc.) I can't find any information and don't know if there's a way to do this (it's not exactly what the graphicx package was designed for). Any suggestons?
xin the current mathstyle, rather than a horizontal measure like em? Or will they always be defined as proportional, as would seem to be indicated by this answer: http://tex.stackexchange.com/questions/8260/what-are-the-various-units-ex-em-in-pt-bp-dd-pc-expressed-in-mm/113513#113513? – Steven B. Segletes Sep 25 '13 at 14:57