Problems with package tikZ The 2019 Stack Overflow Developer Survey Results Are In ...
Windows 10: How to Lock (not sleep) laptop on lid close?
Do warforged have souls?
My body leaves; my core can stay
How do spell lists change if the party levels up without taking a long rest?
different output for groups and groups USERNAME after adding a username to a group
How do you keep chess fun when your opponent constantly beats you?
Is 'stolen' appropriate word?
How to handle characters who are more educated than the author?
Why did Peik Lin say, "I'm not an animal"?
Can I visit the Trinity College (Cambridge) library and see some of their rare books
Student Loan from years ago pops up and is taking my salary
Drawing vertical/oblique lines in Metrical tree (tikz-qtree, tipa)
How to support a colleague who finds meetings extremely tiring?
What is the role of 'For' here?
How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time
Circular reasoning in L'Hopital's rule
how can a perfect fourth interval be considered either consonant or dissonant?
What do I do when my TA workload is more than expected?
Did the new image of black hole confirm the general theory of relativity?
Why can't devices on different VLANs, but on the same subnet, communicate?
Accepted by European university, rejected by all American ones I applied to? Possible reasons?
Can we generate random numbers using irrational numbers like π and e?
Am I ethically obligated to go into work on an off day if the reason is sudden?
Can withdrawing asylum be illegal?
Problems with package tikZ
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Do we need more moderators?
I've switched to Ubuntu and the following code does not run, although it does on Mac OS. I have attached a screenshot with the logs.
This is the code:
documentclass{article}
usepackage{tikz}
usetikzlibrary{tikzmark}
begin{document}
begin{tabular}{ l | c | r }
sffamily
& A & B \ hline
1 & $tikzmarknode{a11}{r_{1A}}$~ & ~$tikzmarknode{a12}{r_{1B}}$ \ hline
2 & $tikzmarknode{a21}{r_{2A}}$~ & ~$tikzmarknode{a22}{r_{BA}}$ \ hline
end{tabular}
begin{tikzpicture}[overlay,remember picture]
draw[stealth-stealth,blue] (a11.north east) -- (a12.north west)
node[midway,above,scale=0.4,black] (dAB) {$d_{AB}$};
draw[-stealth,blue] (a21.south east) -- (a22.south west);
draw[-stealth,blue] (dAB.south) to[out=0,in=80] (dAB.south|-a22);
draw[stealth-stealth] (a11.east) -- (a21.east)
node[pos=0.5,above right,scale=0.4,black] (d12) {$d_{12}$};
draw[-stealth] (d12.north) to[out=0,in=180] ([yshift=-1ex]a12.west);
end{tikzpicture}
end{document}
tikz-pgf
New contributor
add a comment |
I've switched to Ubuntu and the following code does not run, although it does on Mac OS. I have attached a screenshot with the logs.
This is the code:
documentclass{article}
usepackage{tikz}
usetikzlibrary{tikzmark}
begin{document}
begin{tabular}{ l | c | r }
sffamily
& A & B \ hline
1 & $tikzmarknode{a11}{r_{1A}}$~ & ~$tikzmarknode{a12}{r_{1B}}$ \ hline
2 & $tikzmarknode{a21}{r_{2A}}$~ & ~$tikzmarknode{a22}{r_{BA}}$ \ hline
end{tabular}
begin{tikzpicture}[overlay,remember picture]
draw[stealth-stealth,blue] (a11.north east) -- (a12.north west)
node[midway,above,scale=0.4,black] (dAB) {$d_{AB}$};
draw[-stealth,blue] (a21.south east) -- (a22.south west);
draw[-stealth,blue] (dAB.south) to[out=0,in=80] (dAB.south|-a22);
draw[stealth-stealth] (a11.east) -- (a21.east)
node[pos=0.5,above right,scale=0.4,black] (d12) {$d_{12}$};
draw[-stealth] (d12.north) to[out=0,in=180] ([yshift=-1ex]a12.west);
end{tikzpicture}
end{document}
tikz-pgf
New contributor
add a comment |
I've switched to Ubuntu and the following code does not run, although it does on Mac OS. I have attached a screenshot with the logs.
This is the code:
documentclass{article}
usepackage{tikz}
usetikzlibrary{tikzmark}
begin{document}
begin{tabular}{ l | c | r }
sffamily
& A & B \ hline
1 & $tikzmarknode{a11}{r_{1A}}$~ & ~$tikzmarknode{a12}{r_{1B}}$ \ hline
2 & $tikzmarknode{a21}{r_{2A}}$~ & ~$tikzmarknode{a22}{r_{BA}}$ \ hline
end{tabular}
begin{tikzpicture}[overlay,remember picture]
draw[stealth-stealth,blue] (a11.north east) -- (a12.north west)
node[midway,above,scale=0.4,black] (dAB) {$d_{AB}$};
draw[-stealth,blue] (a21.south east) -- (a22.south west);
draw[-stealth,blue] (dAB.south) to[out=0,in=80] (dAB.south|-a22);
draw[stealth-stealth] (a11.east) -- (a21.east)
node[pos=0.5,above right,scale=0.4,black] (d12) {$d_{12}$};
draw[-stealth] (d12.north) to[out=0,in=180] ([yshift=-1ex]a12.west);
end{tikzpicture}
end{document}
tikz-pgf
New contributor
I've switched to Ubuntu and the following code does not run, although it does on Mac OS. I have attached a screenshot with the logs.
This is the code:
documentclass{article}
usepackage{tikz}
usetikzlibrary{tikzmark}
begin{document}
begin{tabular}{ l | c | r }
sffamily
& A & B \ hline
1 & $tikzmarknode{a11}{r_{1A}}$~ & ~$tikzmarknode{a12}{r_{1B}}$ \ hline
2 & $tikzmarknode{a21}{r_{2A}}$~ & ~$tikzmarknode{a22}{r_{BA}}$ \ hline
end{tabular}
begin{tikzpicture}[overlay,remember picture]
draw[stealth-stealth,blue] (a11.north east) -- (a12.north west)
node[midway,above,scale=0.4,black] (dAB) {$d_{AB}$};
draw[-stealth,blue] (a21.south east) -- (a22.south west);
draw[-stealth,blue] (dAB.south) to[out=0,in=80] (dAB.south|-a22);
draw[stealth-stealth] (a11.east) -- (a21.east)
node[pos=0.5,above right,scale=0.4,black] (d12) {$d_{12}$};
draw[-stealth] (d12.north) to[out=0,in=180] ([yshift=-1ex]a12.west);
end{tikzpicture}
end{document}
tikz-pgf
tikz-pgf
New contributor
New contributor
New contributor
asked 1 min ago
naveganteXnaveganteX
324
324
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
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
});
}
});
naveganteX 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%2f484602%2fproblems-with-package-tikz%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
naveganteX is a new contributor. Be nice, and check out our Code of Conduct.
naveganteX is a new contributor. Be nice, and check out our Code of Conduct.
naveganteX is a new contributor. Be nice, and check out our Code of Conduct.
naveganteX is a new contributor. Be nice, and check out our Code of Conduct.
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%2f484602%2fproblems-with-package-tikz%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