How to move edges, when you move nodes?
up vote
7
down vote
favorite
I'm new to all this, so please bear with me.
When I move the nodes for the family id=JK (BB2) the edge is not moving along with them. How can I get it to look like the family id=AK (BB1)?
documentclass{article}
usepackage[all]{genealogytree}
begin{document}
titlepage
begin{tikzpicture}
genealogytree[
template=formal graph,
timeflow=right,
%% edge settings
edges={foreground={black,line width=0.5mm},
background={white,line width=1mm}},
]{
child[id=KAK]{
g[id=AndersKristian,male,]{B_1}
child[id=AK]{
g[id=Anne,female]{BB_1}
p[id=Klaus,male]{Y_1}
c[id=Tobias,male]{O_1}
}
child[id=JK]{
g[id=Jytte,female,tikz={xshift=20mm}]{BB_2}
p[id=Kjell,male,tikz={xshift=20mm}]{Y_2}
c[id=Hans,male,tikz={xshift=20mm}]{O_2}
}
}
}
end{tikzpicture}
end{document}
tikz-pgf genealogytree
New contributor
add a comment |
up vote
7
down vote
favorite
I'm new to all this, so please bear with me.
When I move the nodes for the family id=JK (BB2) the edge is not moving along with them. How can I get it to look like the family id=AK (BB1)?
documentclass{article}
usepackage[all]{genealogytree}
begin{document}
titlepage
begin{tikzpicture}
genealogytree[
template=formal graph,
timeflow=right,
%% edge settings
edges={foreground={black,line width=0.5mm},
background={white,line width=1mm}},
]{
child[id=KAK]{
g[id=AndersKristian,male,]{B_1}
child[id=AK]{
g[id=Anne,female]{BB_1}
p[id=Klaus,male]{Y_1}
c[id=Tobias,male]{O_1}
}
child[id=JK]{
g[id=Jytte,female,tikz={xshift=20mm}]{BB_2}
p[id=Kjell,male,tikz={xshift=20mm}]{Y_2}
c[id=Hans,male,tikz={xshift=20mm}]{O_2}
}
}
}
end{tikzpicture}
end{document}
tikz-pgf genealogytree
New contributor
1
To be honest, I do not know what's going on since on p. 48 of the manual it is written that "These final shiftings do not influence the auto-layout algorithm, but the edges move with the nodes." Naively I'd think that this implies that the edges would move with the nodes.
– marmot
Nov 15 at 4:05
add a comment |
up vote
7
down vote
favorite
up vote
7
down vote
favorite
I'm new to all this, so please bear with me.
When I move the nodes for the family id=JK (BB2) the edge is not moving along with them. How can I get it to look like the family id=AK (BB1)?
documentclass{article}
usepackage[all]{genealogytree}
begin{document}
titlepage
begin{tikzpicture}
genealogytree[
template=formal graph,
timeflow=right,
%% edge settings
edges={foreground={black,line width=0.5mm},
background={white,line width=1mm}},
]{
child[id=KAK]{
g[id=AndersKristian,male,]{B_1}
child[id=AK]{
g[id=Anne,female]{BB_1}
p[id=Klaus,male]{Y_1}
c[id=Tobias,male]{O_1}
}
child[id=JK]{
g[id=Jytte,female,tikz={xshift=20mm}]{BB_2}
p[id=Kjell,male,tikz={xshift=20mm}]{Y_2}
c[id=Hans,male,tikz={xshift=20mm}]{O_2}
}
}
}
end{tikzpicture}
end{document}
tikz-pgf genealogytree
New contributor
I'm new to all this, so please bear with me.
When I move the nodes for the family id=JK (BB2) the edge is not moving along with them. How can I get it to look like the family id=AK (BB1)?
documentclass{article}
usepackage[all]{genealogytree}
begin{document}
titlepage
begin{tikzpicture}
genealogytree[
template=formal graph,
timeflow=right,
%% edge settings
edges={foreground={black,line width=0.5mm},
background={white,line width=1mm}},
]{
child[id=KAK]{
g[id=AndersKristian,male,]{B_1}
child[id=AK]{
g[id=Anne,female]{BB_1}
p[id=Klaus,male]{Y_1}
c[id=Tobias,male]{O_1}
}
child[id=JK]{
g[id=Jytte,female,tikz={xshift=20mm}]{BB_2}
p[id=Kjell,male,tikz={xshift=20mm}]{Y_2}
c[id=Hans,male,tikz={xshift=20mm}]{O_2}
}
}
}
end{tikzpicture}
end{document}
tikz-pgf genealogytree
tikz-pgf genealogytree
New contributor
New contributor
New contributor
asked Nov 14 at 21:06
Else Vind Frost
361
361
New contributor
New contributor
1
To be honest, I do not know what's going on since on p. 48 of the manual it is written that "These final shiftings do not influence the auto-layout algorithm, but the edges move with the nodes." Naively I'd think that this implies that the edges would move with the nodes.
– marmot
Nov 15 at 4:05
add a comment |
1
To be honest, I do not know what's going on since on p. 48 of the manual it is written that "These final shiftings do not influence the auto-layout algorithm, but the edges move with the nodes." Naively I'd think that this implies that the edges would move with the nodes.
– marmot
Nov 15 at 4:05
1
1
To be honest, I do not know what's going on since on p. 48 of the manual it is written that "These final shiftings do not influence the auto-layout algorithm, but the edges move with the nodes." Naively I'd think that this implies that the edges would move with the nodes.
– marmot
Nov 15 at 4:05
To be honest, I do not know what's going on since on p. 48 of the manual it is written that "These final shiftings do not influence the auto-layout algorithm, but the edges move with the nodes." Naively I'd think that this implies that the edges would move with the nodes.
– marmot
Nov 15 at 4:05
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Else Vind Frost is a new contributor. Be nice, and check out our Code of Conduct.
Else Vind Frost is a new contributor. Be nice, and check out our Code of Conduct.
Else Vind Frost is a new contributor. Be nice, and check out our Code of Conduct.
Else Vind Frost is a new contributor. Be nice, and check out our Code of Conduct.
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%2f460019%2fhow-to-move-edges-when-you-move-nodes%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
To be honest, I do not know what's going on since on p. 48 of the manual it is written that "These final shiftings do not influence the auto-layout algorithm, but the edges move with the nodes." Naively I'd think that this implies that the edges would move with the nodes.
– marmot
Nov 15 at 4:05