Search found 4 matches

by plutus
Thu Apr 22, 2010 4:40 pm
Forum: Graphics, Figures & Tables
Topic: subfigure and NO letter numbering
Replies: 4
Views: 42430

Re: subfigure and NO letter numbering

works fine! thanx :)
by plutus
Thu Apr 22, 2010 2:27 pm
Forum: Graphics, Figures & Tables
Topic: subfigure and NO letter numbering
Replies: 4
Views: 42430

Re: subfigure and NO letter numbering

is subfig compatible with beamer? I have an error when compiling...(your example is fine, so subfig is there)
by plutus
Thu Apr 22, 2010 10:58 am
Forum: Document Classes
Topic: [beamer] alternating text/figures in the same slide
Replies: 1
Views: 5450

[beamer] alternating text/figures in the same slide

I'm trying to build up a slide in the form

-text (which is always visible)
-show up of a figure
-figure disappears, new text (always visible)
-figure explaining the new text, then disappearing
etc

the code is more or less the following
\begin{frame}{Title}
blabla
\setbeamercovered{invisible ...
by plutus
Thu Apr 22, 2010 10:52 am
Forum: Graphics, Figures & Tables
Topic: subfigure and NO letter numbering
Replies: 4
Views: 42430

subfigure and NO letter numbering

I'm trying to put some pictures side by side and the most effective way seems to be the subfigure command...but how can I avoid the caption (a), (b) etc? I dont want to put anything..

thanks