Make latex presentation with complex animation
I would like to make presentation in beamer with the below desired output:
There is no MWE as I cannot figure out how to do this. Help me out...
Edit 1: I would also like to have a caption for this figure. Also, is it possible to do this kind of animation with equation too?
beamer
add a comment |
I would like to make presentation in beamer with the below desired output:
There is no MWE as I cannot figure out how to do this. Help me out...
Edit 1: I would also like to have a caption for this figure. Also, is it possible to do this kind of animation with equation too?
beamer
1
it's really ok that you were not able to do it. Atleast it would be nice if you can show us what you have tried so far. Because, please do note that this is not ajust-do-it-me
site. Moreover, -1 for no MWE. I will be happy to upvote it as soon as you show us what you have tried :)
– Raaja
Apr 1 at 14:03
Related: tex.stackexchange.com/questions/119788/…, tex.stackexchange.com/questions/32661/…, tex.stackexchange.com/questions/319710/…, tex.stackexchange.com/questions/244123/… etc.
– Marijn
Apr 1 at 14:16
@Marijn Thanks you for the help suggested...
– sreeraj t
Apr 1 at 14:27
If you have a new question about how to add a caption, please ask a NEW question. Neither comments nor edits are a good place for new questions
– user36296
Apr 4 at 9:19
add a comment |
I would like to make presentation in beamer with the below desired output:
There is no MWE as I cannot figure out how to do this. Help me out...
Edit 1: I would also like to have a caption for this figure. Also, is it possible to do this kind of animation with equation too?
beamer
I would like to make presentation in beamer with the below desired output:
There is no MWE as I cannot figure out how to do this. Help me out...
Edit 1: I would also like to have a caption for this figure. Also, is it possible to do this kind of animation with equation too?
beamer
beamer
edited Apr 4 at 8:59
sreeraj t
asked Apr 1 at 13:41
sreeraj tsreeraj t
818
818
1
it's really ok that you were not able to do it. Atleast it would be nice if you can show us what you have tried so far. Because, please do note that this is not ajust-do-it-me
site. Moreover, -1 for no MWE. I will be happy to upvote it as soon as you show us what you have tried :)
– Raaja
Apr 1 at 14:03
Related: tex.stackexchange.com/questions/119788/…, tex.stackexchange.com/questions/32661/…, tex.stackexchange.com/questions/319710/…, tex.stackexchange.com/questions/244123/… etc.
– Marijn
Apr 1 at 14:16
@Marijn Thanks you for the help suggested...
– sreeraj t
Apr 1 at 14:27
If you have a new question about how to add a caption, please ask a NEW question. Neither comments nor edits are a good place for new questions
– user36296
Apr 4 at 9:19
add a comment |
1
it's really ok that you were not able to do it. Atleast it would be nice if you can show us what you have tried so far. Because, please do note that this is not ajust-do-it-me
site. Moreover, -1 for no MWE. I will be happy to upvote it as soon as you show us what you have tried :)
– Raaja
Apr 1 at 14:03
Related: tex.stackexchange.com/questions/119788/…, tex.stackexchange.com/questions/32661/…, tex.stackexchange.com/questions/319710/…, tex.stackexchange.com/questions/244123/… etc.
– Marijn
Apr 1 at 14:16
@Marijn Thanks you for the help suggested...
– sreeraj t
Apr 1 at 14:27
If you have a new question about how to add a caption, please ask a NEW question. Neither comments nor edits are a good place for new questions
– user36296
Apr 4 at 9:19
1
1
it's really ok that you were not able to do it. Atleast it would be nice if you can show us what you have tried so far. Because, please do note that this is not a
just-do-it-me
site. Moreover, -1 for no MWE. I will be happy to upvote it as soon as you show us what you have tried :)– Raaja
Apr 1 at 14:03
it's really ok that you were not able to do it. Atleast it would be nice if you can show us what you have tried so far. Because, please do note that this is not a
just-do-it-me
site. Moreover, -1 for no MWE. I will be happy to upvote it as soon as you show us what you have tried :)– Raaja
Apr 1 at 14:03
Related: tex.stackexchange.com/questions/119788/…, tex.stackexchange.com/questions/32661/…, tex.stackexchange.com/questions/319710/…, tex.stackexchange.com/questions/244123/… etc.
– Marijn
Apr 1 at 14:16
Related: tex.stackexchange.com/questions/119788/…, tex.stackexchange.com/questions/32661/…, tex.stackexchange.com/questions/319710/…, tex.stackexchange.com/questions/244123/… etc.
– Marijn
Apr 1 at 14:16
@Marijn Thanks you for the help suggested...
– sreeraj t
Apr 1 at 14:27
@Marijn Thanks you for the help suggested...
– sreeraj t
Apr 1 at 14:27
If you have a new question about how to add a caption, please ask a NEW question. Neither comments nor edits are a good place for new questions
– user36296
Apr 4 at 9:19
If you have a new question about how to add a caption, please ask a NEW question. Neither comments nor edits are a good place for new questions
– user36296
Apr 4 at 9:19
add a comment |
1 Answer
1
active
oldest
votes
A short example to give you something to start with:
documentclass{beamer}
usepackage{tikz}
usetikzlibrary{overlay-beamer-styles}
begin{document}
begin{frame}
begin{tikzpicture}
node {includegraphics[width=.5textwidth]{example-image}};
node[visible on=<2>] (a) at (4,-2) {text};
draw[<-,red,visible on=<2>] (0,1) -- (a);
end{tikzpicture}
end{frame}
end{document}
thanks a lot again looking at my issue and giving me a starting point. But, could you please let me know how the co-ordinates (4,-2) & (0,1) are assigned?
– sreeraj t
Apr 3 at 6:18
@sreerajt They give the position of the text and the end point of the arrow (the other site of the arrow will automatically start at the position of the text, which is named(a)
). I just randomly used some coordinated to demonstrate the mechanism, adjust them to whatever you need for your real image.
– user36296
Apr 3 at 8:24
Thank you for the reply..
– sreeraj t
Apr 3 at 11:14
How to give caption to this figure? I could not do it in usual way, so I modified the code like this: end{tikzpicture} {center Caption} Also, is it possible to do this with equation? I wrote a code begin{frame} begin{tikzpicture} node{ begin{equation*} (A-B)(C-D)left[1-frac{E}{F}right]=0 end{equation*}}; node[visible on=<2>] (a) at (4.5,-2.5) {$Omega_H=0.65$Hz}; draw[<-,red,visible on=<2>] (1.0,-0.4) -- (a); end{tikzpicture} end{frame} I am getting error message "Missing $ inserted. end{frame}".
– sreeraj t
Apr 4 at 3:49
@sreerajt If you have new questions, please use the "Ask question" button on the top right
– user36296
Apr 4 at 7:54
|
show 1 more comment
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482587%2fmake-latex-presentation-with-complex-animation%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
A short example to give you something to start with:
documentclass{beamer}
usepackage{tikz}
usetikzlibrary{overlay-beamer-styles}
begin{document}
begin{frame}
begin{tikzpicture}
node {includegraphics[width=.5textwidth]{example-image}};
node[visible on=<2>] (a) at (4,-2) {text};
draw[<-,red,visible on=<2>] (0,1) -- (a);
end{tikzpicture}
end{frame}
end{document}
thanks a lot again looking at my issue and giving me a starting point. But, could you please let me know how the co-ordinates (4,-2) & (0,1) are assigned?
– sreeraj t
Apr 3 at 6:18
@sreerajt They give the position of the text and the end point of the arrow (the other site of the arrow will automatically start at the position of the text, which is named(a)
). I just randomly used some coordinated to demonstrate the mechanism, adjust them to whatever you need for your real image.
– user36296
Apr 3 at 8:24
Thank you for the reply..
– sreeraj t
Apr 3 at 11:14
How to give caption to this figure? I could not do it in usual way, so I modified the code like this: end{tikzpicture} {center Caption} Also, is it possible to do this with equation? I wrote a code begin{frame} begin{tikzpicture} node{ begin{equation*} (A-B)(C-D)left[1-frac{E}{F}right]=0 end{equation*}}; node[visible on=<2>] (a) at (4.5,-2.5) {$Omega_H=0.65$Hz}; draw[<-,red,visible on=<2>] (1.0,-0.4) -- (a); end{tikzpicture} end{frame} I am getting error message "Missing $ inserted. end{frame}".
– sreeraj t
Apr 4 at 3:49
@sreerajt If you have new questions, please use the "Ask question" button on the top right
– user36296
Apr 4 at 7:54
|
show 1 more comment
A short example to give you something to start with:
documentclass{beamer}
usepackage{tikz}
usetikzlibrary{overlay-beamer-styles}
begin{document}
begin{frame}
begin{tikzpicture}
node {includegraphics[width=.5textwidth]{example-image}};
node[visible on=<2>] (a) at (4,-2) {text};
draw[<-,red,visible on=<2>] (0,1) -- (a);
end{tikzpicture}
end{frame}
end{document}
thanks a lot again looking at my issue and giving me a starting point. But, could you please let me know how the co-ordinates (4,-2) & (0,1) are assigned?
– sreeraj t
Apr 3 at 6:18
@sreerajt They give the position of the text and the end point of the arrow (the other site of the arrow will automatically start at the position of the text, which is named(a)
). I just randomly used some coordinated to demonstrate the mechanism, adjust them to whatever you need for your real image.
– user36296
Apr 3 at 8:24
Thank you for the reply..
– sreeraj t
Apr 3 at 11:14
How to give caption to this figure? I could not do it in usual way, so I modified the code like this: end{tikzpicture} {center Caption} Also, is it possible to do this with equation? I wrote a code begin{frame} begin{tikzpicture} node{ begin{equation*} (A-B)(C-D)left[1-frac{E}{F}right]=0 end{equation*}}; node[visible on=<2>] (a) at (4.5,-2.5) {$Omega_H=0.65$Hz}; draw[<-,red,visible on=<2>] (1.0,-0.4) -- (a); end{tikzpicture} end{frame} I am getting error message "Missing $ inserted. end{frame}".
– sreeraj t
Apr 4 at 3:49
@sreerajt If you have new questions, please use the "Ask question" button on the top right
– user36296
Apr 4 at 7:54
|
show 1 more comment
A short example to give you something to start with:
documentclass{beamer}
usepackage{tikz}
usetikzlibrary{overlay-beamer-styles}
begin{document}
begin{frame}
begin{tikzpicture}
node {includegraphics[width=.5textwidth]{example-image}};
node[visible on=<2>] (a) at (4,-2) {text};
draw[<-,red,visible on=<2>] (0,1) -- (a);
end{tikzpicture}
end{frame}
end{document}
A short example to give you something to start with:
documentclass{beamer}
usepackage{tikz}
usetikzlibrary{overlay-beamer-styles}
begin{document}
begin{frame}
begin{tikzpicture}
node {includegraphics[width=.5textwidth]{example-image}};
node[visible on=<2>] (a) at (4,-2) {text};
draw[<-,red,visible on=<2>] (0,1) -- (a);
end{tikzpicture}
end{frame}
end{document}
answered Apr 2 at 16:20
user36296user36296
1
1
thanks a lot again looking at my issue and giving me a starting point. But, could you please let me know how the co-ordinates (4,-2) & (0,1) are assigned?
– sreeraj t
Apr 3 at 6:18
@sreerajt They give the position of the text and the end point of the arrow (the other site of the arrow will automatically start at the position of the text, which is named(a)
). I just randomly used some coordinated to demonstrate the mechanism, adjust them to whatever you need for your real image.
– user36296
Apr 3 at 8:24
Thank you for the reply..
– sreeraj t
Apr 3 at 11:14
How to give caption to this figure? I could not do it in usual way, so I modified the code like this: end{tikzpicture} {center Caption} Also, is it possible to do this with equation? I wrote a code begin{frame} begin{tikzpicture} node{ begin{equation*} (A-B)(C-D)left[1-frac{E}{F}right]=0 end{equation*}}; node[visible on=<2>] (a) at (4.5,-2.5) {$Omega_H=0.65$Hz}; draw[<-,red,visible on=<2>] (1.0,-0.4) -- (a); end{tikzpicture} end{frame} I am getting error message "Missing $ inserted. end{frame}".
– sreeraj t
Apr 4 at 3:49
@sreerajt If you have new questions, please use the "Ask question" button on the top right
– user36296
Apr 4 at 7:54
|
show 1 more comment
thanks a lot again looking at my issue and giving me a starting point. But, could you please let me know how the co-ordinates (4,-2) & (0,1) are assigned?
– sreeraj t
Apr 3 at 6:18
@sreerajt They give the position of the text and the end point of the arrow (the other site of the arrow will automatically start at the position of the text, which is named(a)
). I just randomly used some coordinated to demonstrate the mechanism, adjust them to whatever you need for your real image.
– user36296
Apr 3 at 8:24
Thank you for the reply..
– sreeraj t
Apr 3 at 11:14
How to give caption to this figure? I could not do it in usual way, so I modified the code like this: end{tikzpicture} {center Caption} Also, is it possible to do this with equation? I wrote a code begin{frame} begin{tikzpicture} node{ begin{equation*} (A-B)(C-D)left[1-frac{E}{F}right]=0 end{equation*}}; node[visible on=<2>] (a) at (4.5,-2.5) {$Omega_H=0.65$Hz}; draw[<-,red,visible on=<2>] (1.0,-0.4) -- (a); end{tikzpicture} end{frame} I am getting error message "Missing $ inserted. end{frame}".
– sreeraj t
Apr 4 at 3:49
@sreerajt If you have new questions, please use the "Ask question" button on the top right
– user36296
Apr 4 at 7:54
thanks a lot again looking at my issue and giving me a starting point. But, could you please let me know how the co-ordinates (4,-2) & (0,1) are assigned?
– sreeraj t
Apr 3 at 6:18
thanks a lot again looking at my issue and giving me a starting point. But, could you please let me know how the co-ordinates (4,-2) & (0,1) are assigned?
– sreeraj t
Apr 3 at 6:18
@sreerajt They give the position of the text and the end point of the arrow (the other site of the arrow will automatically start at the position of the text, which is named
(a)
). I just randomly used some coordinated to demonstrate the mechanism, adjust them to whatever you need for your real image.– user36296
Apr 3 at 8:24
@sreerajt They give the position of the text and the end point of the arrow (the other site of the arrow will automatically start at the position of the text, which is named
(a)
). I just randomly used some coordinated to demonstrate the mechanism, adjust them to whatever you need for your real image.– user36296
Apr 3 at 8:24
Thank you for the reply..
– sreeraj t
Apr 3 at 11:14
Thank you for the reply..
– sreeraj t
Apr 3 at 11:14
How to give caption to this figure? I could not do it in usual way, so I modified the code like this: end{tikzpicture} {center Caption} Also, is it possible to do this with equation? I wrote a code begin{frame} begin{tikzpicture} node{ begin{equation*} (A-B)(C-D)left[1-frac{E}{F}right]=0 end{equation*}}; node[visible on=<2>] (a) at (4.5,-2.5) {$Omega_H=0.65$Hz}; draw[<-,red,visible on=<2>] (1.0,-0.4) -- (a); end{tikzpicture} end{frame} I am getting error message "Missing $ inserted. end{frame}".
– sreeraj t
Apr 4 at 3:49
How to give caption to this figure? I could not do it in usual way, so I modified the code like this: end{tikzpicture} {center Caption} Also, is it possible to do this with equation? I wrote a code begin{frame} begin{tikzpicture} node{ begin{equation*} (A-B)(C-D)left[1-frac{E}{F}right]=0 end{equation*}}; node[visible on=<2>] (a) at (4.5,-2.5) {$Omega_H=0.65$Hz}; draw[<-,red,visible on=<2>] (1.0,-0.4) -- (a); end{tikzpicture} end{frame} I am getting error message "Missing $ inserted. end{frame}".
– sreeraj t
Apr 4 at 3:49
@sreerajt If you have new questions, please use the "Ask question" button on the top right
– user36296
Apr 4 at 7:54
@sreerajt If you have new questions, please use the "Ask question" button on the top right
– user36296
Apr 4 at 7:54
|
show 1 more comment
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482587%2fmake-latex-presentation-with-complex-animation%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
it's really ok that you were not able to do it. Atleast it would be nice if you can show us what you have tried so far. Because, please do note that this is not a
just-do-it-me
site. Moreover, -1 for no MWE. I will be happy to upvote it as soon as you show us what you have tried :)– Raaja
Apr 1 at 14:03
Related: tex.stackexchange.com/questions/119788/…, tex.stackexchange.com/questions/32661/…, tex.stackexchange.com/questions/319710/…, tex.stackexchange.com/questions/244123/… etc.
– Marijn
Apr 1 at 14:16
@Marijn Thanks you for the help suggested...
– sreeraj t
Apr 1 at 14:27
If you have a new question about how to add a caption, please ask a NEW question. Neither comments nor edits are a good place for new questions
– user36296
Apr 4 at 9:19