Beamer: Is it possible to draw an arrow from frame body to a diagram?

The name of the pictureThe name of the pictureThe name of the pictureClash 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)



enter image description here



enter image description here



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









share|improve this question

















  • 1




    Off-topic: Wow, what a beautiful question. :)
    – manooooh
    4 hours ago















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)



enter image description here



enter image description here



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









share|improve this question

















  • 1




    Off-topic: Wow, what a beautiful question. :)
    – manooooh
    4 hours ago













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)



enter image description here



enter image description here



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









share|improve this question













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)



enter image description here



enter image description here



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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 4 hours ago









Enlightened One

1,14921020




1,14921020







  • 1




    Off-topic: Wow, what a beautiful question. :)
    – manooooh
    4 hours ago













  • 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











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


enter image description here






share|improve this answer
















  • 1




    Ceci n'est pas une fille!
    – gusbrs
    4 hours ago










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',
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
);



);













 

draft saved


draft discarded


















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






























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


enter image description here






share|improve this answer
















  • 1




    Ceci n'est pas une fille!
    – gusbrs
    4 hours ago














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


enter image description here






share|improve this answer
















  • 1




    Ceci n'est pas une fille!
    – gusbrs
    4 hours ago












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


enter image description here






share|improve this answer












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


enter image description here







share|improve this answer












share|improve this answer



share|improve this answer










answered 4 hours ago









marmot

70.8k476151




70.8k476151







  • 1




    Ceci n'est pas une fille!
    – gusbrs
    4 hours ago












  • 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

















 

draft saved


draft discarded















































 


draft saved


draft discarded














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













































































Comments

Popular posts from this blog

What does second last employer means? [closed]

List of Gilmore Girls characters

One-line joke