Google Groups Home
Help | Sign in
Change picture in place (not animate)
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
  2 messages - Collapse all
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
Ton 't Lam  
View profile
 More options Jul 23, 10:23 am
Newsgroups: comp.text.tex
From: Ton 't Lam <ton.t...@casema.nospam.nl>
Date: Wed, 23 Jul 2008 16:23:35 +0200
Local: Wed, Jul 23 2008 10:23 am
Subject: Change picture in place (not animate)
Hello,

Is there a way to change a picture in a PDF, rather then having about 10
pretty similar pictures in a row. It is like having an in place slide
show. I don't mean the animate package and step through a picture. It
would be great to have buttons to select a picture.  It is meant to
explain process flows.

Thanks,
Ton 't Lam


    Reply to author    Forward  
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.
Martin Heller  
View profile
 More options Jul 23, 12:02 pm
Newsgroups: comp.text.tex
From: Martin Heller <mr_hel...@yahoo.dk>
Date: Wed, 23 Jul 2008 18:02:51 +0200
Local: Wed, Jul 23 2008 12:02 pm
Subject: Re: Change picture in place (not animate)
Ton 't Lam skrev:

> Hello,

> Is there a way to change a picture in a PDF, rather then having about 10
> pretty similar pictures in a row. It is like having an in place slide
> show. I don't mean the animate package and step through a picture. It
> would be great to have buttons to select a picture.  It is meant to
> explain process flows.

You can use layers. I don't know if there is a package at ctan
that does it, but the code suggested by Michael Ritzert in
<http://groups.google.com/group/comp.text.tex/browse_thread/thread/4eb...>
works.

\documentclass{article}
\usepackage{tikz,ocg}
\begin{document}
\begin{tikzpicture}
\begin{ocg}{Filled}{1}{1}%
\fill (0,0) circle (1cm);
\end{ocg}%
\begin{ocg}{Empty}{2}{0}%
\draw (0,0) circle (1cm);
\end{ocg}
\end{tikzpicture}
\end{document}


    Reply to author    Forward  
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 »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google