Tagged Questions
2
votes
1answer
126 views
how to get the size of a \pgfdeclareimage
Basically I want to use a TikZ node to frame a pgfimage, so later on, I will add more and connect them as I see fit.
I have this:
\pgfdeclareimage[width=10em]{image1}{images/image1}
...
3
votes
1answer
478 views
Fitting tables into beamer
I have some tables in my presentations that are rather big. I found out how to use \resizebox to fit them into my page. Unfortunately this only works for tables that are wide. For long tables, my ...