Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Blocks inside columns and progressive uncover
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Olaf Marzocchi  
View profile  
 More options Apr 29 2010, 9:59 am
Newsgroups: comp.text.tex
From: Olaf Marzocchi <olaf.marzoc...@gmail.com>
Date: Thu, 29 Apr 2010 06:59:35 -0700 (PDT)
Local: Thurs, Apr 29 2010 9:59 am
Subject: Blocks inside columns and progressive uncover
Hello,
in the research center where I work someone built a beamer template
coherent with the official colors and style, and I am using it. In
this template blocks have the corners correctly rounded, so I use them
as containers for graphics, as frames in other words where the title
of the block contains a short caption.
This however causes some problems, especially with the progressive
uncovering of such blocks when placed inside columns environments.
I explain.

If I have an empty slide just with blocks and graphics, everything is
ok: the first slide is empty (in this example), the second one shows
the first block correctly (solid color), the third one the first one
and the second blocks.

\frame{
\frametitle{Title}
 \begin{visibleenv}<2->
   \begin{block}{Caption1}
  \centering
   \includegraphics{image1}<2->
   \end{block}
\end{visibleenv}
\begin{visibleenv}<3->
   \begin{block}{Caption1}
   \centering
  \includegraphics{image2}<3->
   \end{block}
\end{visibleenv}

}

If I put it inside a columns environment, where the first column has
itemize and the second one has the graphics, the display of the blocks
doesn't work correctly anymore: the blocks and the contained images
are placed correctly (nothing, one, both, both) but the blocks are
painted translucent until the last step of the slide (nothing,
translucent one, translucent both, solid both):

\frame{
\frametitle{Title}
  \begin{columns}

  \begin{column}{0.5\textwidth}
\begin{itemize}
\item text1
\pause
\item text2
\pause
\item text3
\pause
\item text4
\end{itemize}
  \end{column}

  \begin{column}{0.5\textwidth}
 \begin{visibleenv}<2->
   \begin{block}{Caption1}
  \centering
   \includegraphics{image1}<2->
   \end{block}
\end{visibleenv}
\begin{visibleenv}<3->
   \begin{block}{Caption1}
   \centering
  \includegraphics{image2}<3->
   \end{block}
\end{visibleenv}
  \end{column}

  \end{columns}

}

Could someone help me finding the problem or suggest a different
solution?

Thank you very much.

Bye,
Olaf


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Olaf Marzocchi  
View profile  
 More options Apr 29 2010, 10:02 am
Newsgroups: comp.text.tex
From: Olaf Marzocchi <olaf.marzoc...@gmail.com>
Date: Thu, 29 Apr 2010 07:02:02 -0700 (PDT)
Local: Thurs, Apr 29 2010 10:02 am
Subject: Re: Blocks inside columns and progressive uncover
As additional detail, I am using

\setbeamercovered{transparent}

in the header of the tex file.

Olaf


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Olaf Marzocchi  
View profile  
 More options Apr 30 2010, 4:52 am
Newsgroups: comp.text.tex
From: Olaf Marzocchi <olaf.marzoc...@gmail.com>
Date: Fri, 30 Apr 2010 01:52:01 -0700 (PDT)
Local: Fri, Apr 30 2010 4:52 am
Subject: Re: Blocks inside columns and progressive uncover
On Apr 29, 4:02 pm, Olaf Marzocchi <olaf.marzoc...@gmail.com> wrote:

> As additional detail, I am using

> \setbeamercovered{transparent}

> in the header of the tex file.

> Olaf

The problem does not depend on the columns, the presence of an itemize
environment in the slide is already enough to show the problem: I
tested by enclosing the blocks in textblocks (package textpos) and by
having an itemize environment without columns. The blocks inside the
textblocks are fine.

Help? Ideas? am I doing something basically wrong and it is my fault?

Thank you
Olaf


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »