Search found 3 matches

by Lindley
Tue Mar 02, 2010 6:10 pm
Forum: Graphics, Figures & Tables
Topic: Graphics with periods in the name
Replies: 5
Views: 3950

Re: Graphics with periods in the name

I just re-ran the C++ program which generates my Latex code and the images in question, making sure I modified the filenames to avoid the problem.

The \framebox/makebox issue still persists, but I'm not worrying about it for now.
by Lindley
Mon Mar 01, 2010 5:10 pm
Forum: Graphics, Figures & Tables
Topic: Graphics with periods in the name
Replies: 5
Views: 3950

Re: Graphics with periods in the name

Hmm, that's useful to know, but it probably doesn't help much in my situation since I can't predict all extensions (there's a float value in the filename too, I just didn't mention that for brevity). I'll need to work something else out, then.

I know the \makebox documentation says it's identical ...
by Lindley
Sat Feb 27, 2010 1:44 am
Forum: Graphics, Figures & Tables
Topic: Graphics with periods in the name
Replies: 5
Views: 3950

Graphics with periods in the name

Is there a way to \includegraphics{A.png.png}, for instance?

In this case, I'm analyzing a particular graphic, and then generating others based on it. I could excise the first extension from the new names, but I didn't this time. Is there a way to display the images in a LaTeX document, or do I ...