Draw arrow between Venn diagrams
Below is the code:
documentclass[svgnames,border=5mm]{beamer}
hypersetup{colorlinks}
definecolor{bleudefrance}{rgb}{0.19, 0.55, 0.91}
definecolor{aquamarine}{rgb}{0.5, 1.0, 0.83}
definecolor{electricyellow}{rgb}{1.0, 1.0, 0.0}
definecolor{robineggblue}{rgb}{0.0, 0.8, 0.8}
definecolor{ballblue}{rgb}{0.13, 0.67, 0.8}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}
usepackage{lmodern}
usepackage[french]{babel}
usepackage[absolute,overlay]{textpos}
usepackage{tikz}
begin{document}
begin{frame}{Vers une modélisation du milieu complexe}
begin{columns}
begin{column}{12cm}
begin{tikzpicture}[scale=0.9]
uncover<1->{
begin{scope}[blend group = soft light]
fill[gray!20!white] (2.5,3) circle (30pt and 15pt);
fill[red!30!white] ( 90:1.2) circle (2);
fill[green!30!white] (210:1.2) circle (2);
fill[cyan!30!white] (330:1.2) circle (2);
fill[pink!30!white] (90:-3.2) circle (2);
end{scope}
node at (2.5,3) {Contexte};
node at ( 90:2) {Pluridisciplinarité};
node at (-1.5,-0.97) {Climat};
node at ( 330:2) {bfseries{underline{Sol}}};
node at ( 90:-3.2) { Large Blablabla};
node [font=Large] {Vous};
}
uncover<2->{
begin{scope}[xshift=7cm]
begin{scope}[blend group = soft light]
fill[gray!30!white] (2.5,3) circle (30pt and 15pt);
fill[robineggblue!40!white] ( 90:1.2) circle (2);
fill[bleudefrance!40!white] (210:1.2) circle (2);
fill[aquamarine!40!white] (330:1.2) circle (2);
fill[ballblue!40!white] (90:-3.2) circle (2);
end{scope}
node at (2.5,3) {Objectif};
node at ( 90:2) {Caractérisation};
node at (-2,-0.98) {Imagerie};
node at (1.5,-0.98) {Micromécanique};
node at ( 90:-3.2) {Modélisation};
node at ( 0,-3.6) {numérique};
node at (0,0) [font=huge,
color = black,
align = center
]{
bfseries{Sol}
};
end{scope}
}
end{tikzpicture}
end{column}
end{columns}
hspace{1cm}
end{frame}
end{document}
which produces two slides


I want to draw an arrow from the nod of the "Sol" in the left Venn diagram pointing towards the word "Sol" to the right one.

The arrows should be as the arrows of this thread
tiki fancy arrow in tikz environment
Thanks in advance.
tikz-pgf beamer
add a comment |
Below is the code:
documentclass[svgnames,border=5mm]{beamer}
hypersetup{colorlinks}
definecolor{bleudefrance}{rgb}{0.19, 0.55, 0.91}
definecolor{aquamarine}{rgb}{0.5, 1.0, 0.83}
definecolor{electricyellow}{rgb}{1.0, 1.0, 0.0}
definecolor{robineggblue}{rgb}{0.0, 0.8, 0.8}
definecolor{ballblue}{rgb}{0.13, 0.67, 0.8}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}
usepackage{lmodern}
usepackage[french]{babel}
usepackage[absolute,overlay]{textpos}
usepackage{tikz}
begin{document}
begin{frame}{Vers une modélisation du milieu complexe}
begin{columns}
begin{column}{12cm}
begin{tikzpicture}[scale=0.9]
uncover<1->{
begin{scope}[blend group = soft light]
fill[gray!20!white] (2.5,3) circle (30pt and 15pt);
fill[red!30!white] ( 90:1.2) circle (2);
fill[green!30!white] (210:1.2) circle (2);
fill[cyan!30!white] (330:1.2) circle (2);
fill[pink!30!white] (90:-3.2) circle (2);
end{scope}
node at (2.5,3) {Contexte};
node at ( 90:2) {Pluridisciplinarité};
node at (-1.5,-0.97) {Climat};
node at ( 330:2) {bfseries{underline{Sol}}};
node at ( 90:-3.2) { Large Blablabla};
node [font=Large] {Vous};
}
uncover<2->{
begin{scope}[xshift=7cm]
begin{scope}[blend group = soft light]
fill[gray!30!white] (2.5,3) circle (30pt and 15pt);
fill[robineggblue!40!white] ( 90:1.2) circle (2);
fill[bleudefrance!40!white] (210:1.2) circle (2);
fill[aquamarine!40!white] (330:1.2) circle (2);
fill[ballblue!40!white] (90:-3.2) circle (2);
end{scope}
node at (2.5,3) {Objectif};
node at ( 90:2) {Caractérisation};
node at (-2,-0.98) {Imagerie};
node at (1.5,-0.98) {Micromécanique};
node at ( 90:-3.2) {Modélisation};
node at ( 0,-3.6) {numérique};
node at (0,0) [font=huge,
color = black,
align = center
]{
bfseries{Sol}
};
end{scope}
}
end{tikzpicture}
end{column}
end{columns}
hspace{1cm}
end{frame}
end{document}
which produces two slides


I want to draw an arrow from the nod of the "Sol" in the left Venn diagram pointing towards the word "Sol" to the right one.

The arrows should be as the arrows of this thread
tiki fancy arrow in tikz environment
Thanks in advance.
tikz-pgf beamer
add a comment |
Below is the code:
documentclass[svgnames,border=5mm]{beamer}
hypersetup{colorlinks}
definecolor{bleudefrance}{rgb}{0.19, 0.55, 0.91}
definecolor{aquamarine}{rgb}{0.5, 1.0, 0.83}
definecolor{electricyellow}{rgb}{1.0, 1.0, 0.0}
definecolor{robineggblue}{rgb}{0.0, 0.8, 0.8}
definecolor{ballblue}{rgb}{0.13, 0.67, 0.8}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}
usepackage{lmodern}
usepackage[french]{babel}
usepackage[absolute,overlay]{textpos}
usepackage{tikz}
begin{document}
begin{frame}{Vers une modélisation du milieu complexe}
begin{columns}
begin{column}{12cm}
begin{tikzpicture}[scale=0.9]
uncover<1->{
begin{scope}[blend group = soft light]
fill[gray!20!white] (2.5,3) circle (30pt and 15pt);
fill[red!30!white] ( 90:1.2) circle (2);
fill[green!30!white] (210:1.2) circle (2);
fill[cyan!30!white] (330:1.2) circle (2);
fill[pink!30!white] (90:-3.2) circle (2);
end{scope}
node at (2.5,3) {Contexte};
node at ( 90:2) {Pluridisciplinarité};
node at (-1.5,-0.97) {Climat};
node at ( 330:2) {bfseries{underline{Sol}}};
node at ( 90:-3.2) { Large Blablabla};
node [font=Large] {Vous};
}
uncover<2->{
begin{scope}[xshift=7cm]
begin{scope}[blend group = soft light]
fill[gray!30!white] (2.5,3) circle (30pt and 15pt);
fill[robineggblue!40!white] ( 90:1.2) circle (2);
fill[bleudefrance!40!white] (210:1.2) circle (2);
fill[aquamarine!40!white] (330:1.2) circle (2);
fill[ballblue!40!white] (90:-3.2) circle (2);
end{scope}
node at (2.5,3) {Objectif};
node at ( 90:2) {Caractérisation};
node at (-2,-0.98) {Imagerie};
node at (1.5,-0.98) {Micromécanique};
node at ( 90:-3.2) {Modélisation};
node at ( 0,-3.6) {numérique};
node at (0,0) [font=huge,
color = black,
align = center
]{
bfseries{Sol}
};
end{scope}
}
end{tikzpicture}
end{column}
end{columns}
hspace{1cm}
end{frame}
end{document}
which produces two slides


I want to draw an arrow from the nod of the "Sol" in the left Venn diagram pointing towards the word "Sol" to the right one.

The arrows should be as the arrows of this thread
tiki fancy arrow in tikz environment
Thanks in advance.
tikz-pgf beamer
Below is the code:
documentclass[svgnames,border=5mm]{beamer}
hypersetup{colorlinks}
definecolor{bleudefrance}{rgb}{0.19, 0.55, 0.91}
definecolor{aquamarine}{rgb}{0.5, 1.0, 0.83}
definecolor{electricyellow}{rgb}{1.0, 1.0, 0.0}
definecolor{robineggblue}{rgb}{0.0, 0.8, 0.8}
definecolor{ballblue}{rgb}{0.13, 0.67, 0.8}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}
usepackage{lmodern}
usepackage[french]{babel}
usepackage[absolute,overlay]{textpos}
usepackage{tikz}
begin{document}
begin{frame}{Vers une modélisation du milieu complexe}
begin{columns}
begin{column}{12cm}
begin{tikzpicture}[scale=0.9]
uncover<1->{
begin{scope}[blend group = soft light]
fill[gray!20!white] (2.5,3) circle (30pt and 15pt);
fill[red!30!white] ( 90:1.2) circle (2);
fill[green!30!white] (210:1.2) circle (2);
fill[cyan!30!white] (330:1.2) circle (2);
fill[pink!30!white] (90:-3.2) circle (2);
end{scope}
node at (2.5,3) {Contexte};
node at ( 90:2) {Pluridisciplinarité};
node at (-1.5,-0.97) {Climat};
node at ( 330:2) {bfseries{underline{Sol}}};
node at ( 90:-3.2) { Large Blablabla};
node [font=Large] {Vous};
}
uncover<2->{
begin{scope}[xshift=7cm]
begin{scope}[blend group = soft light]
fill[gray!30!white] (2.5,3) circle (30pt and 15pt);
fill[robineggblue!40!white] ( 90:1.2) circle (2);
fill[bleudefrance!40!white] (210:1.2) circle (2);
fill[aquamarine!40!white] (330:1.2) circle (2);
fill[ballblue!40!white] (90:-3.2) circle (2);
end{scope}
node at (2.5,3) {Objectif};
node at ( 90:2) {Caractérisation};
node at (-2,-0.98) {Imagerie};
node at (1.5,-0.98) {Micromécanique};
node at ( 90:-3.2) {Modélisation};
node at ( 0,-3.6) {numérique};
node at (0,0) [font=huge,
color = black,
align = center
]{
bfseries{Sol}
};
end{scope}
}
end{tikzpicture}
end{column}
end{columns}
hspace{1cm}
end{frame}
end{document}
which produces two slides


I want to draw an arrow from the nod of the "Sol" in the left Venn diagram pointing towards the word "Sol" to the right one.

The arrows should be as the arrows of this thread
tiki fancy arrow in tikz environment
Thanks in advance.
tikz-pgf beamer
tikz-pgf beamer
edited 1 hour ago
JouleV
9,35822256
9,35822256
asked 1 hour ago
DimitrisDimitris
366112
366112
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Just give the nodes some names, and draw an arrow between them.
documentclass[svgnames,border=5mm]{beamer}
hypersetup{colorlinks}
definecolor{bleudefrance}{rgb}{0.19, 0.55, 0.91}
definecolor{aquamarine}{rgb}{0.5, 1.0, 0.83}
definecolor{electricyellow}{rgb}{1.0, 1.0, 0.0}
definecolor{robineggblue}{rgb}{0.0, 0.8, 0.8}
definecolor{ballblue}{rgb}{0.13, 0.67, 0.8}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}
usepackage{lmodern}
usepackage[french]{babel}
usepackage[absolute,overlay]{textpos}
usepackage{tikz}
usetikzlibrary{
fadings,
shapes.arrows,
shadows,
positioning
}
tikzfading[name=arrowfading, top color=transparent!0, bottom color=transparent!95]
tikzset{
arrowfill/.style={
top color=OrangeRed!20,
bottom color=Red,
general shadow={fill=black, shadow yshift=-0.8ex, path fading=arrowfading}
},
arrowstyle/.style={
draw=FireBrick,
arrowfill,
single arrow,
minimum height=#1,
single arrow head extend=.2cm
}
}
begin{document}
begin{frame}{Vers une modélisation du milieu complexe}
begin{columns}
begin{column}{12cm}
begin{tikzpicture}[scale=0.9]
uncover<1->{
begin{scope}[blend group = soft light]
fill[gray!20!white] (2.5,3) circle (30pt and 15pt);
fill[red!30!white] ( 90:1.2) circle (2);
fill[green!30!white] (210:1.2) circle (2);
fill[cyan!30!white] (330:1.2) circle (2);
fill[pink!30!white] (90:-3.2) circle (2);
end{scope}
node at (2.5,3) {Contexte};
node at ( 90:2) {Pluridisciplinarité};
node at (-1.5,-0.97) {Climat};
node at ( 330:2) (SOL1) {bfseries{underline{Sol}}};
node at ( 90:-3.2) { Large Blablabla};
node [font=Large] {Vous};
}
uncover<2->{
begin{scope}[xshift=7cm]
begin{scope}[blend group = soft light]
fill[gray!30!white] (2.5,3) circle (30pt and 15pt);
fill[robineggblue!40!white] ( 90:1.2) circle (2);
fill[bleudefrance!40!white] (210:1.2) circle (2);
fill[aquamarine!40!white] (330:1.2) circle (2);
fill[ballblue!40!white] (90:-3.2) circle (2);
end{scope}
node at (2.5,3) {Objectif};
node at ( 90:2) {Caractérisation};
node at (-2,-0.98) {Imagerie};
node at (1.5,-0.98) {Micromécanique};
node at ( 90:-3.2) {Modélisation};
node at ( 0,-3.6) {numérique};
node at (0,0) [font=huge,
color = black,
align = center
] (SOL2) {
bfseries{Sol}
};
end{scope}
%draw (SOL1)--(SOL2);
node [arrowstyle=3.5cm,
right=0 of SOL1.east,
rotate=12,
fading angle=12 % only affects shadow
] {};
}
end{tikzpicture}
end{column}
end{columns}
hspace{1cm}
end{frame}
end{document}
add a comment |
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%2f482435%2fdraw-arrow-between-venn-diagrams%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
Just give the nodes some names, and draw an arrow between them.
documentclass[svgnames,border=5mm]{beamer}
hypersetup{colorlinks}
definecolor{bleudefrance}{rgb}{0.19, 0.55, 0.91}
definecolor{aquamarine}{rgb}{0.5, 1.0, 0.83}
definecolor{electricyellow}{rgb}{1.0, 1.0, 0.0}
definecolor{robineggblue}{rgb}{0.0, 0.8, 0.8}
definecolor{ballblue}{rgb}{0.13, 0.67, 0.8}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}
usepackage{lmodern}
usepackage[french]{babel}
usepackage[absolute,overlay]{textpos}
usepackage{tikz}
usetikzlibrary{
fadings,
shapes.arrows,
shadows,
positioning
}
tikzfading[name=arrowfading, top color=transparent!0, bottom color=transparent!95]
tikzset{
arrowfill/.style={
top color=OrangeRed!20,
bottom color=Red,
general shadow={fill=black, shadow yshift=-0.8ex, path fading=arrowfading}
},
arrowstyle/.style={
draw=FireBrick,
arrowfill,
single arrow,
minimum height=#1,
single arrow head extend=.2cm
}
}
begin{document}
begin{frame}{Vers une modélisation du milieu complexe}
begin{columns}
begin{column}{12cm}
begin{tikzpicture}[scale=0.9]
uncover<1->{
begin{scope}[blend group = soft light]
fill[gray!20!white] (2.5,3) circle (30pt and 15pt);
fill[red!30!white] ( 90:1.2) circle (2);
fill[green!30!white] (210:1.2) circle (2);
fill[cyan!30!white] (330:1.2) circle (2);
fill[pink!30!white] (90:-3.2) circle (2);
end{scope}
node at (2.5,3) {Contexte};
node at ( 90:2) {Pluridisciplinarité};
node at (-1.5,-0.97) {Climat};
node at ( 330:2) (SOL1) {bfseries{underline{Sol}}};
node at ( 90:-3.2) { Large Blablabla};
node [font=Large] {Vous};
}
uncover<2->{
begin{scope}[xshift=7cm]
begin{scope}[blend group = soft light]
fill[gray!30!white] (2.5,3) circle (30pt and 15pt);
fill[robineggblue!40!white] ( 90:1.2) circle (2);
fill[bleudefrance!40!white] (210:1.2) circle (2);
fill[aquamarine!40!white] (330:1.2) circle (2);
fill[ballblue!40!white] (90:-3.2) circle (2);
end{scope}
node at (2.5,3) {Objectif};
node at ( 90:2) {Caractérisation};
node at (-2,-0.98) {Imagerie};
node at (1.5,-0.98) {Micromécanique};
node at ( 90:-3.2) {Modélisation};
node at ( 0,-3.6) {numérique};
node at (0,0) [font=huge,
color = black,
align = center
] (SOL2) {
bfseries{Sol}
};
end{scope}
%draw (SOL1)--(SOL2);
node [arrowstyle=3.5cm,
right=0 of SOL1.east,
rotate=12,
fading angle=12 % only affects shadow
] {};
}
end{tikzpicture}
end{column}
end{columns}
hspace{1cm}
end{frame}
end{document}
add a comment |
Just give the nodes some names, and draw an arrow between them.
documentclass[svgnames,border=5mm]{beamer}
hypersetup{colorlinks}
definecolor{bleudefrance}{rgb}{0.19, 0.55, 0.91}
definecolor{aquamarine}{rgb}{0.5, 1.0, 0.83}
definecolor{electricyellow}{rgb}{1.0, 1.0, 0.0}
definecolor{robineggblue}{rgb}{0.0, 0.8, 0.8}
definecolor{ballblue}{rgb}{0.13, 0.67, 0.8}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}
usepackage{lmodern}
usepackage[french]{babel}
usepackage[absolute,overlay]{textpos}
usepackage{tikz}
usetikzlibrary{
fadings,
shapes.arrows,
shadows,
positioning
}
tikzfading[name=arrowfading, top color=transparent!0, bottom color=transparent!95]
tikzset{
arrowfill/.style={
top color=OrangeRed!20,
bottom color=Red,
general shadow={fill=black, shadow yshift=-0.8ex, path fading=arrowfading}
},
arrowstyle/.style={
draw=FireBrick,
arrowfill,
single arrow,
minimum height=#1,
single arrow head extend=.2cm
}
}
begin{document}
begin{frame}{Vers une modélisation du milieu complexe}
begin{columns}
begin{column}{12cm}
begin{tikzpicture}[scale=0.9]
uncover<1->{
begin{scope}[blend group = soft light]
fill[gray!20!white] (2.5,3) circle (30pt and 15pt);
fill[red!30!white] ( 90:1.2) circle (2);
fill[green!30!white] (210:1.2) circle (2);
fill[cyan!30!white] (330:1.2) circle (2);
fill[pink!30!white] (90:-3.2) circle (2);
end{scope}
node at (2.5,3) {Contexte};
node at ( 90:2) {Pluridisciplinarité};
node at (-1.5,-0.97) {Climat};
node at ( 330:2) (SOL1) {bfseries{underline{Sol}}};
node at ( 90:-3.2) { Large Blablabla};
node [font=Large] {Vous};
}
uncover<2->{
begin{scope}[xshift=7cm]
begin{scope}[blend group = soft light]
fill[gray!30!white] (2.5,3) circle (30pt and 15pt);
fill[robineggblue!40!white] ( 90:1.2) circle (2);
fill[bleudefrance!40!white] (210:1.2) circle (2);
fill[aquamarine!40!white] (330:1.2) circle (2);
fill[ballblue!40!white] (90:-3.2) circle (2);
end{scope}
node at (2.5,3) {Objectif};
node at ( 90:2) {Caractérisation};
node at (-2,-0.98) {Imagerie};
node at (1.5,-0.98) {Micromécanique};
node at ( 90:-3.2) {Modélisation};
node at ( 0,-3.6) {numérique};
node at (0,0) [font=huge,
color = black,
align = center
] (SOL2) {
bfseries{Sol}
};
end{scope}
%draw (SOL1)--(SOL2);
node [arrowstyle=3.5cm,
right=0 of SOL1.east,
rotate=12,
fading angle=12 % only affects shadow
] {};
}
end{tikzpicture}
end{column}
end{columns}
hspace{1cm}
end{frame}
end{document}
add a comment |
Just give the nodes some names, and draw an arrow between them.
documentclass[svgnames,border=5mm]{beamer}
hypersetup{colorlinks}
definecolor{bleudefrance}{rgb}{0.19, 0.55, 0.91}
definecolor{aquamarine}{rgb}{0.5, 1.0, 0.83}
definecolor{electricyellow}{rgb}{1.0, 1.0, 0.0}
definecolor{robineggblue}{rgb}{0.0, 0.8, 0.8}
definecolor{ballblue}{rgb}{0.13, 0.67, 0.8}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}
usepackage{lmodern}
usepackage[french]{babel}
usepackage[absolute,overlay]{textpos}
usepackage{tikz}
usetikzlibrary{
fadings,
shapes.arrows,
shadows,
positioning
}
tikzfading[name=arrowfading, top color=transparent!0, bottom color=transparent!95]
tikzset{
arrowfill/.style={
top color=OrangeRed!20,
bottom color=Red,
general shadow={fill=black, shadow yshift=-0.8ex, path fading=arrowfading}
},
arrowstyle/.style={
draw=FireBrick,
arrowfill,
single arrow,
minimum height=#1,
single arrow head extend=.2cm
}
}
begin{document}
begin{frame}{Vers une modélisation du milieu complexe}
begin{columns}
begin{column}{12cm}
begin{tikzpicture}[scale=0.9]
uncover<1->{
begin{scope}[blend group = soft light]
fill[gray!20!white] (2.5,3) circle (30pt and 15pt);
fill[red!30!white] ( 90:1.2) circle (2);
fill[green!30!white] (210:1.2) circle (2);
fill[cyan!30!white] (330:1.2) circle (2);
fill[pink!30!white] (90:-3.2) circle (2);
end{scope}
node at (2.5,3) {Contexte};
node at ( 90:2) {Pluridisciplinarité};
node at (-1.5,-0.97) {Climat};
node at ( 330:2) (SOL1) {bfseries{underline{Sol}}};
node at ( 90:-3.2) { Large Blablabla};
node [font=Large] {Vous};
}
uncover<2->{
begin{scope}[xshift=7cm]
begin{scope}[blend group = soft light]
fill[gray!30!white] (2.5,3) circle (30pt and 15pt);
fill[robineggblue!40!white] ( 90:1.2) circle (2);
fill[bleudefrance!40!white] (210:1.2) circle (2);
fill[aquamarine!40!white] (330:1.2) circle (2);
fill[ballblue!40!white] (90:-3.2) circle (2);
end{scope}
node at (2.5,3) {Objectif};
node at ( 90:2) {Caractérisation};
node at (-2,-0.98) {Imagerie};
node at (1.5,-0.98) {Micromécanique};
node at ( 90:-3.2) {Modélisation};
node at ( 0,-3.6) {numérique};
node at (0,0) [font=huge,
color = black,
align = center
] (SOL2) {
bfseries{Sol}
};
end{scope}
%draw (SOL1)--(SOL2);
node [arrowstyle=3.5cm,
right=0 of SOL1.east,
rotate=12,
fading angle=12 % only affects shadow
] {};
}
end{tikzpicture}
end{column}
end{columns}
hspace{1cm}
end{frame}
end{document}
Just give the nodes some names, and draw an arrow between them.
documentclass[svgnames,border=5mm]{beamer}
hypersetup{colorlinks}
definecolor{bleudefrance}{rgb}{0.19, 0.55, 0.91}
definecolor{aquamarine}{rgb}{0.5, 1.0, 0.83}
definecolor{electricyellow}{rgb}{1.0, 1.0, 0.0}
definecolor{robineggblue}{rgb}{0.0, 0.8, 0.8}
definecolor{ballblue}{rgb}{0.13, 0.67, 0.8}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}
usepackage{lmodern}
usepackage[french]{babel}
usepackage[absolute,overlay]{textpos}
usepackage{tikz}
usetikzlibrary{
fadings,
shapes.arrows,
shadows,
positioning
}
tikzfading[name=arrowfading, top color=transparent!0, bottom color=transparent!95]
tikzset{
arrowfill/.style={
top color=OrangeRed!20,
bottom color=Red,
general shadow={fill=black, shadow yshift=-0.8ex, path fading=arrowfading}
},
arrowstyle/.style={
draw=FireBrick,
arrowfill,
single arrow,
minimum height=#1,
single arrow head extend=.2cm
}
}
begin{document}
begin{frame}{Vers une modélisation du milieu complexe}
begin{columns}
begin{column}{12cm}
begin{tikzpicture}[scale=0.9]
uncover<1->{
begin{scope}[blend group = soft light]
fill[gray!20!white] (2.5,3) circle (30pt and 15pt);
fill[red!30!white] ( 90:1.2) circle (2);
fill[green!30!white] (210:1.2) circle (2);
fill[cyan!30!white] (330:1.2) circle (2);
fill[pink!30!white] (90:-3.2) circle (2);
end{scope}
node at (2.5,3) {Contexte};
node at ( 90:2) {Pluridisciplinarité};
node at (-1.5,-0.97) {Climat};
node at ( 330:2) (SOL1) {bfseries{underline{Sol}}};
node at ( 90:-3.2) { Large Blablabla};
node [font=Large] {Vous};
}
uncover<2->{
begin{scope}[xshift=7cm]
begin{scope}[blend group = soft light]
fill[gray!30!white] (2.5,3) circle (30pt and 15pt);
fill[robineggblue!40!white] ( 90:1.2) circle (2);
fill[bleudefrance!40!white] (210:1.2) circle (2);
fill[aquamarine!40!white] (330:1.2) circle (2);
fill[ballblue!40!white] (90:-3.2) circle (2);
end{scope}
node at (2.5,3) {Objectif};
node at ( 90:2) {Caractérisation};
node at (-2,-0.98) {Imagerie};
node at (1.5,-0.98) {Micromécanique};
node at ( 90:-3.2) {Modélisation};
node at ( 0,-3.6) {numérique};
node at (0,0) [font=huge,
color = black,
align = center
] (SOL2) {
bfseries{Sol}
};
end{scope}
%draw (SOL1)--(SOL2);
node [arrowstyle=3.5cm,
right=0 of SOL1.east,
rotate=12,
fading angle=12 % only affects shadow
] {};
}
end{tikzpicture}
end{column}
end{columns}
hspace{1cm}
end{frame}
end{document}
answered 1 hour ago
JouleVJouleV
9,35822256
9,35822256
add a comment |
add a 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%2f482435%2fdraw-arrow-between-venn-diagrams%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
