Beamer: Is it possible to draw an arrow from frame body to a diagram?
Clash Royale CLAN TAG#URR8PPP
up vote
3
down vote
favorite
I wonder if it is possible to overlay/draw an arrow from the frame body to a diagram (or even somewhere within the diagram) as in the figures below.
(The arrows don't have to bend like that)
Code:
documentclassbeamer
usepackage[english]babel
usepackage[utf8x]inputenc
title[Title]Presentation
authorSandro Botticelli
instituteItaly
date1484
begindocument
beginframe
Wow, what a beautiful girl
beginfigure
includegraphics[scale = 0.6]Venus
captionNascita di Venere
endfigure
endframe
enddocument
beamer arrows tikz-arrows overlays
add a comment |Â
up vote
3
down vote
favorite
I wonder if it is possible to overlay/draw an arrow from the frame body to a diagram (or even somewhere within the diagram) as in the figures below.
(The arrows don't have to bend like that)
Code:
documentclassbeamer
usepackage[english]babel
usepackage[utf8x]inputenc
title[Title]Presentation
authorSandro Botticelli
instituteItaly
date1484
begindocument
beginframe
Wow, what a beautiful girl
beginfigure
includegraphics[scale = 0.6]Venus
captionNascita di Venere
endfigure
endframe
enddocument
beamer arrows tikz-arrows overlays
1
Off-topic: Wow, what a beautiful question.:)
– manooooh
4 hours ago
add a comment |Â
up vote
3
down vote
favorite
up vote
3
down vote
favorite
I wonder if it is possible to overlay/draw an arrow from the frame body to a diagram (or even somewhere within the diagram) as in the figures below.
(The arrows don't have to bend like that)
Code:
documentclassbeamer
usepackage[english]babel
usepackage[utf8x]inputenc
title[Title]Presentation
authorSandro Botticelli
instituteItaly
date1484
begindocument
beginframe
Wow, what a beautiful girl
beginfigure
includegraphics[scale = 0.6]Venus
captionNascita di Venere
endfigure
endframe
enddocument
beamer arrows tikz-arrows overlays
I wonder if it is possible to overlay/draw an arrow from the frame body to a diagram (or even somewhere within the diagram) as in the figures below.
(The arrows don't have to bend like that)
Code:
documentclassbeamer
usepackage[english]babel
usepackage[utf8x]inputenc
title[Title]Presentation
authorSandro Botticelli
instituteItaly
date1484
begindocument
beginframe
Wow, what a beautiful girl
beginfigure
includegraphics[scale = 0.6]Venus
captionNascita di Venere
endfigure
endframe
enddocument
beamer arrows tikz-arrows overlays
beamer arrows tikz-arrows overlays
asked 4 hours ago


Enlightened One
1,14921020
1,14921020
1
Off-topic: Wow, what a beautiful question.:)
– manooooh
4 hours ago
add a comment |Â
1
Off-topic: Wow, what a beautiful question.:)
– manooooh
4 hours ago
1
1
Off-topic: Wow, what a beautiful question.
:)
– manooooh
4 hours ago
Off-topic: Wow, what a beautiful question.
:)
– manooooh
4 hours ago
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
4
down vote
Yes, I'd recommend using TikZ along with the libraries tikzmark
and overlay-beamer-styles
for that. (The file Venus
has on my machine a slightly different content. ;-) If you need to determine the position of the arrow more precisely, there are advanced options which I will be happy to add if needed.
documentclassbeamer
% usepackage[english]babel
% usepackage[utf8x]inputenc
usepackagetikz
usetikzlibrarytikzmark,overlay-beamer-styles,babel % babel just in case you
% reinstall the babel package
title[Title]Presentation
authorSandro Botticelli
instituteItaly
date1484
begindocument
beginframe
Wow, what a beautiful tikzmarknodegirlgirl
beginfigure
tikzmarknodeVenusincludegraphics[scale = 0.6]Venus
captionNascita di Venere
endfigure
begintikzpicture[overlay,remember picture]
draw[-latex,visible on=<1>] (girl.east) to[out=0,in=45] ([xshift=0.1cm,yshift=-1cm]Venus.north east);
draw[-latex,visible on=<2>] (girl.east) to[out=0,in=45] ([xshift=-2cm,yshift=-2cm]Venus.north east);
endtikzpicture
endframe
enddocument
1
Ceci n'est pas une fille!
– gusbrs
4 hours ago
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
Yes, I'd recommend using TikZ along with the libraries tikzmark
and overlay-beamer-styles
for that. (The file Venus
has on my machine a slightly different content. ;-) If you need to determine the position of the arrow more precisely, there are advanced options which I will be happy to add if needed.
documentclassbeamer
% usepackage[english]babel
% usepackage[utf8x]inputenc
usepackagetikz
usetikzlibrarytikzmark,overlay-beamer-styles,babel % babel just in case you
% reinstall the babel package
title[Title]Presentation
authorSandro Botticelli
instituteItaly
date1484
begindocument
beginframe
Wow, what a beautiful tikzmarknodegirlgirl
beginfigure
tikzmarknodeVenusincludegraphics[scale = 0.6]Venus
captionNascita di Venere
endfigure
begintikzpicture[overlay,remember picture]
draw[-latex,visible on=<1>] (girl.east) to[out=0,in=45] ([xshift=0.1cm,yshift=-1cm]Venus.north east);
draw[-latex,visible on=<2>] (girl.east) to[out=0,in=45] ([xshift=-2cm,yshift=-2cm]Venus.north east);
endtikzpicture
endframe
enddocument
1
Ceci n'est pas une fille!
– gusbrs
4 hours ago
add a comment |Â
up vote
4
down vote
Yes, I'd recommend using TikZ along with the libraries tikzmark
and overlay-beamer-styles
for that. (The file Venus
has on my machine a slightly different content. ;-) If you need to determine the position of the arrow more precisely, there are advanced options which I will be happy to add if needed.
documentclassbeamer
% usepackage[english]babel
% usepackage[utf8x]inputenc
usepackagetikz
usetikzlibrarytikzmark,overlay-beamer-styles,babel % babel just in case you
% reinstall the babel package
title[Title]Presentation
authorSandro Botticelli
instituteItaly
date1484
begindocument
beginframe
Wow, what a beautiful tikzmarknodegirlgirl
beginfigure
tikzmarknodeVenusincludegraphics[scale = 0.6]Venus
captionNascita di Venere
endfigure
begintikzpicture[overlay,remember picture]
draw[-latex,visible on=<1>] (girl.east) to[out=0,in=45] ([xshift=0.1cm,yshift=-1cm]Venus.north east);
draw[-latex,visible on=<2>] (girl.east) to[out=0,in=45] ([xshift=-2cm,yshift=-2cm]Venus.north east);
endtikzpicture
endframe
enddocument
1
Ceci n'est pas une fille!
– gusbrs
4 hours ago
add a comment |Â
up vote
4
down vote
up vote
4
down vote
Yes, I'd recommend using TikZ along with the libraries tikzmark
and overlay-beamer-styles
for that. (The file Venus
has on my machine a slightly different content. ;-) If you need to determine the position of the arrow more precisely, there are advanced options which I will be happy to add if needed.
documentclassbeamer
% usepackage[english]babel
% usepackage[utf8x]inputenc
usepackagetikz
usetikzlibrarytikzmark,overlay-beamer-styles,babel % babel just in case you
% reinstall the babel package
title[Title]Presentation
authorSandro Botticelli
instituteItaly
date1484
begindocument
beginframe
Wow, what a beautiful tikzmarknodegirlgirl
beginfigure
tikzmarknodeVenusincludegraphics[scale = 0.6]Venus
captionNascita di Venere
endfigure
begintikzpicture[overlay,remember picture]
draw[-latex,visible on=<1>] (girl.east) to[out=0,in=45] ([xshift=0.1cm,yshift=-1cm]Venus.north east);
draw[-latex,visible on=<2>] (girl.east) to[out=0,in=45] ([xshift=-2cm,yshift=-2cm]Venus.north east);
endtikzpicture
endframe
enddocument
Yes, I'd recommend using TikZ along with the libraries tikzmark
and overlay-beamer-styles
for that. (The file Venus
has on my machine a slightly different content. ;-) If you need to determine the position of the arrow more precisely, there are advanced options which I will be happy to add if needed.
documentclassbeamer
% usepackage[english]babel
% usepackage[utf8x]inputenc
usepackagetikz
usetikzlibrarytikzmark,overlay-beamer-styles,babel % babel just in case you
% reinstall the babel package
title[Title]Presentation
authorSandro Botticelli
instituteItaly
date1484
begindocument
beginframe
Wow, what a beautiful tikzmarknodegirlgirl
beginfigure
tikzmarknodeVenusincludegraphics[scale = 0.6]Venus
captionNascita di Venere
endfigure
begintikzpicture[overlay,remember picture]
draw[-latex,visible on=<1>] (girl.east) to[out=0,in=45] ([xshift=0.1cm,yshift=-1cm]Venus.north east);
draw[-latex,visible on=<2>] (girl.east) to[out=0,in=45] ([xshift=-2cm,yshift=-2cm]Venus.north east);
endtikzpicture
endframe
enddocument
answered 4 hours ago


marmot
70.8k476151
70.8k476151
1
Ceci n'est pas une fille!
– gusbrs
4 hours ago
add a comment |Â
1
Ceci n'est pas une fille!
– gusbrs
4 hours ago
1
1
Ceci n'est pas une fille!
– gusbrs
4 hours ago
Ceci n'est pas une fille!
– gusbrs
4 hours ago
add a comment |Â
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f457969%2fbeamer-is-it-possible-to-draw-an-arrow-from-frame-body-to-a-diagram%23new-answer', 'question_page');
);
Post as a guest
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
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
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
1
Off-topic: Wow, what a beautiful question.
:)
– manooooh
4 hours ago