Re: Graphicx TeXnicians: Best way to find finished size of included graphic?
Tim Arnold wrote...
>This is what I would do:
>\newsavebox{\graphbox}
>\savebox{\graphbox}{\includegraphics[scale=.75]{filename}}
>and then use \ifthenelse with \wd\graphbox to decide on which
>of your environments to use.
>
>
>btw, you can then \usebox since you've already loaded your graphic.
This has done the trick. I have a basic version working nicely with
less than 20 lines of code. In fact, it's working so well that I'm
revisiting my previous work to see if I can't make it even more robust
and efficient.
Thanks for all the help!
David
.