I am here under Ubuntu 11.10 with LyX 2.x and beamer class (options:
"t").
I am trying to create a frame with the following content:
* itemized text on the left side
* corresponding picture on the right
* realized with two column layout
And here's the problem: the pictures on the right should be NOT visible
until its their turn in the "item"-environment!
I tried to realize it like this:
Code: Select all
Frame Begin
Lyx -> Column environment
Lyx -> Column: 6 cm
* <1->first text left
* <3->second text left
Lyx -> Column: 4 cm
* <2->[first picture]
* <4->[second picture]
Frame End
But the pictures are shown and visible all the time ... !
Dealing with this problem for several days now, I found a - pur tex -
solution at
http://www.informatik.uni-freiburg.de/~ ... -3_en.html
(there the beamer class example 5).
Its pretty much what I like (beside the overwrite), but it won't work in
LyX with the method above. OK, I could write plain TeX-code, but - hey -
we like to work with the LyX environment

So there are my questions according to beamer, LyX and this problem
1. How to "itemize" pictures correctly?
2. How toggle the visibility of pictures in LyX within a column
environment (more generally)
3. How to avoid an item environment in (get rid of the icons) LyX AND use <1>, <1->, ...
(like in the example mentioned above)
4. Is there a Documentation for LyX / Beamer (I only can find one
for "foiles")
People, you will help me a lot, within a few days there is an important
presentation

I posted this question also at lyx-users mailing list. I am showing up a solution here and there, a soon as I know how to solve the problem.
Greets
Axel