tikzmarknode lines with hooksHow can I put a coloured outline around fraction lines?Easy way to do several...
Rock identification in KY
Convert two switches to a dual stack, and add outlet - possible here?
DC-DC converter from low voltage at high current, to high voltage at low current
Today is the Center
LWC SFDX source push error TypeError: LWC1009: decl.moveTo is not a function
meaning of に in 本当に?
Can I make popcorn with any corn?
Which country benefited the most from UN Security Council vetoes?
Perform and show arithmetic with LuaLaTeX
Has there ever been an airliner design involving reducing generator load by installing solar panels?
Languages that we cannot (dis)prove to be Context-Free
Why is consensus so controversial in Britain?
How is it possible to have an ability score that is less than 3?
How can I prevent hyper evolved versions of regular creatures from wiping out their cousins?
Maximum likelihood parameters deviate from posterior distributions
Add text to same line using sed
What's that red-plus icon near a text?
Cross compiling for RPi - error while loading shared libraries
Roll the carpet
How to determine what difficulty is right for the game?
Is it unprofessional to ask if a job posting on GlassDoor is real?
What does it mean to describe someone as a butt steak?
Is it possible to do 50 km distance without any previous training?
A newer friend of my brother's gave him a load of baseball cards that are supposedly extremely valuable. Is this a scam?
tikzmarknode lines with hooks
How can I put a coloured outline around fraction lines?Easy way to do several line styles on one path using TikZ?Rotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?Numerical conditional within tikz keys?TikZ: Drawing an arc from an intersection to an intersectionDrawing rectilinear curves in Tikz, aka an Etch-a-Sketch drawingLine up nested tikz enviroments or how to get rid of themDrawing an arrow over a tabular with tikzmarkDrawing a line (A) and then draw another line starting in the middle of line A
I'm trying to get a line produced by tikzmarknode
s to start and end with little hooks, i.e., horizontal thinner lines protruding from the ends, more or less to resemble a bracket. I couldn't figure out how to manipulate the node code.
documentclass{article}
usepackage{tikz}
usetikzlibrary{tikzmark}
begin{document}
This is some text and tikzmarknode{a}this is some text.
This is some text and tikzmarknode{b}this is some text.
begin{tikzpicture}[remember picture] draw[overlay,semithick] (a.west) -- (b.west); end{tikzpicture}
This is some text and begin{tikzpicture}draw[overlay,very thin] (0.05,0.1) -- (0,0.1); draw[overlay,semithick] (0,0.1) -- (0,-0.35); draw[overlay,very thin] (0,-0.35) -- (0.05,-0.35); end{tikzpicture}~this is some text.
This is some text and ~this is some text.
end{document}
The code of the two last lines produce more or less what I am envisioning:
Any help here from the tikz masters?
tikz-pgf tikz-node tikzmark
add a comment |
I'm trying to get a line produced by tikzmarknode
s to start and end with little hooks, i.e., horizontal thinner lines protruding from the ends, more or less to resemble a bracket. I couldn't figure out how to manipulate the node code.
documentclass{article}
usepackage{tikz}
usetikzlibrary{tikzmark}
begin{document}
This is some text and tikzmarknode{a}this is some text.
This is some text and tikzmarknode{b}this is some text.
begin{tikzpicture}[remember picture] draw[overlay,semithick] (a.west) -- (b.west); end{tikzpicture}
This is some text and begin{tikzpicture}draw[overlay,very thin] (0.05,0.1) -- (0,0.1); draw[overlay,semithick] (0,0.1) -- (0,-0.35); draw[overlay,very thin] (0,-0.35) -- (0.05,-0.35); end{tikzpicture}~this is some text.
This is some text and ~this is some text.
end{document}
The code of the two last lines produce more or less what I am envisioning:
Any help here from the tikz masters?
tikz-pgf tikz-node tikzmark
add a comment |
I'm trying to get a line produced by tikzmarknode
s to start and end with little hooks, i.e., horizontal thinner lines protruding from the ends, more or less to resemble a bracket. I couldn't figure out how to manipulate the node code.
documentclass{article}
usepackage{tikz}
usetikzlibrary{tikzmark}
begin{document}
This is some text and tikzmarknode{a}this is some text.
This is some text and tikzmarknode{b}this is some text.
begin{tikzpicture}[remember picture] draw[overlay,semithick] (a.west) -- (b.west); end{tikzpicture}
This is some text and begin{tikzpicture}draw[overlay,very thin] (0.05,0.1) -- (0,0.1); draw[overlay,semithick] (0,0.1) -- (0,-0.35); draw[overlay,very thin] (0,-0.35) -- (0.05,-0.35); end{tikzpicture}~this is some text.
This is some text and ~this is some text.
end{document}
The code of the two last lines produce more or less what I am envisioning:
Any help here from the tikz masters?
tikz-pgf tikz-node tikzmark
I'm trying to get a line produced by tikzmarknode
s to start and end with little hooks, i.e., horizontal thinner lines protruding from the ends, more or less to resemble a bracket. I couldn't figure out how to manipulate the node code.
documentclass{article}
usepackage{tikz}
usetikzlibrary{tikzmark}
begin{document}
This is some text and tikzmarknode{a}this is some text.
This is some text and tikzmarknode{b}this is some text.
begin{tikzpicture}[remember picture] draw[overlay,semithick] (a.west) -- (b.west); end{tikzpicture}
This is some text and begin{tikzpicture}draw[overlay,very thin] (0.05,0.1) -- (0,0.1); draw[overlay,semithick] (0,0.1) -- (0,-0.35); draw[overlay,very thin] (0,-0.35) -- (0.05,-0.35); end{tikzpicture}~this is some text.
This is some text and ~this is some text.
end{document}
The code of the two last lines produce more or less what I am envisioning:
Any help here from the tikz masters?
tikz-pgf tikz-node tikzmark
tikz-pgf tikz-node tikzmark
edited 8 hours ago
jan
asked 9 hours ago
janjan
9971519
9971519
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
One possible way.
documentclass{article}
usepackage{tikz}
usetikzlibrary{tikzmark}
begin{document}
This is some text and tikzmarknode{a}{~this} is some text.
This is some text and tikzmarknode{b}{~this} is some text.
begin{tikzpicture}[overlay,remember picture] draw[very thin]
([xshift=0.2em]a.west) -- ([xshift=-0.3pt]a.west)
([xshift=0.2em]b.west) -- ([xshift=-0.3pt]b.west);
draw[semithick] (a.west) -- (b.west); end{tikzpicture}
This is some text and begin{tikzpicture}draw[overlay,thin] (0.05,0.1) -- (0,0.1); draw[overlay,semithick] (0,0.1) -- (0,-0.35); draw[overlay,thin] (0,-0.35) -- (0.05,-0.35); end{tikzpicture}~this is some text.
This is some text and ~this is some text.
end{document}
ADDENDUM: For more general settings, you may want to work with styles and fill
.
documentclass{article}
usepackage{tikz}
usetikzlibrary{tikzmark}
tikzset{brace me/.style n args={2}{insert path={([xshift=0.2em,yshift=0.1pt]#1.west) --
([xshift=-0.3pt,yshift=0.1pt]#1.west) --
([xshift=-0.3pt,yshift=-0.1pt]#2.west) --
([xshift=0.2em,yshift=-0.1pt]#2.west) --
([xshift=0.2em,yshift=0.1pt]#2.west) --
([xshift=0.3pt,yshift=0.1pt]#2.west) --
([xshift=0.3pt,yshift=-0.1pt]#1.west) --
([xshift=0.2em,yshift=-0.1pt]#1.west) --
cycle}}}
begin{document}
This is some text and tikzmarknode{a}{~this} is some text.
This is some text and tikzmarknode{b}{~this} is some text.
begin{tikzpicture}[overlay,remember picture]
fill[brace me={a}{b}] ;
end{tikzpicture}
This is some text and tikzmarknode{a'}{~this} is some text.
This is some text ~and tikzmarknode{b'}{~this} is some text.
begin{tikzpicture}[overlay,remember picture]
fill[brace me={a'}{b'}] ;
end{tikzpicture}
end{document}
Almost ;) Is there a way to have the hooksvery thin
?
– jan
8 hours ago
@jan only the hooks or the full bracket?
– marmot
8 hours ago
Only the hooks, like in the code below the vertical line wassemithick
and the horizontal linesvery thin
– jan
8 hours ago
@jan I added something. (If you want to make sure that the line is always vertical regardless of whether or not the nodes are precisely on top of each other, this also possible but requires more work and more input in the form of a prescription of what is to be done in that case.)
– marmot
8 hours ago
The hooks should always be horizontal, even if the line ends up not being. So that's ok. But one more thing: Now given the different thicknesses, they thin lines don't connect nicely at the ends (I had the same problem with the bad solution below.) Is there a way to get them to connect fully to the vertical line, i.e., the thing being treated as one drawing? I guess that might be a more general question: Can I change the thickness in a draw command on the go?
– jan
8 hours ago
|
show 7 more comments
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
});
}
});
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%2f483398%2ftikzmarknode-lines-with-hooks%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
One possible way.
documentclass{article}
usepackage{tikz}
usetikzlibrary{tikzmark}
begin{document}
This is some text and tikzmarknode{a}{~this} is some text.
This is some text and tikzmarknode{b}{~this} is some text.
begin{tikzpicture}[overlay,remember picture] draw[very thin]
([xshift=0.2em]a.west) -- ([xshift=-0.3pt]a.west)
([xshift=0.2em]b.west) -- ([xshift=-0.3pt]b.west);
draw[semithick] (a.west) -- (b.west); end{tikzpicture}
This is some text and begin{tikzpicture}draw[overlay,thin] (0.05,0.1) -- (0,0.1); draw[overlay,semithick] (0,0.1) -- (0,-0.35); draw[overlay,thin] (0,-0.35) -- (0.05,-0.35); end{tikzpicture}~this is some text.
This is some text and ~this is some text.
end{document}
ADDENDUM: For more general settings, you may want to work with styles and fill
.
documentclass{article}
usepackage{tikz}
usetikzlibrary{tikzmark}
tikzset{brace me/.style n args={2}{insert path={([xshift=0.2em,yshift=0.1pt]#1.west) --
([xshift=-0.3pt,yshift=0.1pt]#1.west) --
([xshift=-0.3pt,yshift=-0.1pt]#2.west) --
([xshift=0.2em,yshift=-0.1pt]#2.west) --
([xshift=0.2em,yshift=0.1pt]#2.west) --
([xshift=0.3pt,yshift=0.1pt]#2.west) --
([xshift=0.3pt,yshift=-0.1pt]#1.west) --
([xshift=0.2em,yshift=-0.1pt]#1.west) --
cycle}}}
begin{document}
This is some text and tikzmarknode{a}{~this} is some text.
This is some text and tikzmarknode{b}{~this} is some text.
begin{tikzpicture}[overlay,remember picture]
fill[brace me={a}{b}] ;
end{tikzpicture}
This is some text and tikzmarknode{a'}{~this} is some text.
This is some text ~and tikzmarknode{b'}{~this} is some text.
begin{tikzpicture}[overlay,remember picture]
fill[brace me={a'}{b'}] ;
end{tikzpicture}
end{document}
Almost ;) Is there a way to have the hooksvery thin
?
– jan
8 hours ago
@jan only the hooks or the full bracket?
– marmot
8 hours ago
Only the hooks, like in the code below the vertical line wassemithick
and the horizontal linesvery thin
– jan
8 hours ago
@jan I added something. (If you want to make sure that the line is always vertical regardless of whether or not the nodes are precisely on top of each other, this also possible but requires more work and more input in the form of a prescription of what is to be done in that case.)
– marmot
8 hours ago
The hooks should always be horizontal, even if the line ends up not being. So that's ok. But one more thing: Now given the different thicknesses, they thin lines don't connect nicely at the ends (I had the same problem with the bad solution below.) Is there a way to get them to connect fully to the vertical line, i.e., the thing being treated as one drawing? I guess that might be a more general question: Can I change the thickness in a draw command on the go?
– jan
8 hours ago
|
show 7 more comments
One possible way.
documentclass{article}
usepackage{tikz}
usetikzlibrary{tikzmark}
begin{document}
This is some text and tikzmarknode{a}{~this} is some text.
This is some text and tikzmarknode{b}{~this} is some text.
begin{tikzpicture}[overlay,remember picture] draw[very thin]
([xshift=0.2em]a.west) -- ([xshift=-0.3pt]a.west)
([xshift=0.2em]b.west) -- ([xshift=-0.3pt]b.west);
draw[semithick] (a.west) -- (b.west); end{tikzpicture}
This is some text and begin{tikzpicture}draw[overlay,thin] (0.05,0.1) -- (0,0.1); draw[overlay,semithick] (0,0.1) -- (0,-0.35); draw[overlay,thin] (0,-0.35) -- (0.05,-0.35); end{tikzpicture}~this is some text.
This is some text and ~this is some text.
end{document}
ADDENDUM: For more general settings, you may want to work with styles and fill
.
documentclass{article}
usepackage{tikz}
usetikzlibrary{tikzmark}
tikzset{brace me/.style n args={2}{insert path={([xshift=0.2em,yshift=0.1pt]#1.west) --
([xshift=-0.3pt,yshift=0.1pt]#1.west) --
([xshift=-0.3pt,yshift=-0.1pt]#2.west) --
([xshift=0.2em,yshift=-0.1pt]#2.west) --
([xshift=0.2em,yshift=0.1pt]#2.west) --
([xshift=0.3pt,yshift=0.1pt]#2.west) --
([xshift=0.3pt,yshift=-0.1pt]#1.west) --
([xshift=0.2em,yshift=-0.1pt]#1.west) --
cycle}}}
begin{document}
This is some text and tikzmarknode{a}{~this} is some text.
This is some text and tikzmarknode{b}{~this} is some text.
begin{tikzpicture}[overlay,remember picture]
fill[brace me={a}{b}] ;
end{tikzpicture}
This is some text and tikzmarknode{a'}{~this} is some text.
This is some text ~and tikzmarknode{b'}{~this} is some text.
begin{tikzpicture}[overlay,remember picture]
fill[brace me={a'}{b'}] ;
end{tikzpicture}
end{document}
Almost ;) Is there a way to have the hooksvery thin
?
– jan
8 hours ago
@jan only the hooks or the full bracket?
– marmot
8 hours ago
Only the hooks, like in the code below the vertical line wassemithick
and the horizontal linesvery thin
– jan
8 hours ago
@jan I added something. (If you want to make sure that the line is always vertical regardless of whether or not the nodes are precisely on top of each other, this also possible but requires more work and more input in the form of a prescription of what is to be done in that case.)
– marmot
8 hours ago
The hooks should always be horizontal, even if the line ends up not being. So that's ok. But one more thing: Now given the different thicknesses, they thin lines don't connect nicely at the ends (I had the same problem with the bad solution below.) Is there a way to get them to connect fully to the vertical line, i.e., the thing being treated as one drawing? I guess that might be a more general question: Can I change the thickness in a draw command on the go?
– jan
8 hours ago
|
show 7 more comments
One possible way.
documentclass{article}
usepackage{tikz}
usetikzlibrary{tikzmark}
begin{document}
This is some text and tikzmarknode{a}{~this} is some text.
This is some text and tikzmarknode{b}{~this} is some text.
begin{tikzpicture}[overlay,remember picture] draw[very thin]
([xshift=0.2em]a.west) -- ([xshift=-0.3pt]a.west)
([xshift=0.2em]b.west) -- ([xshift=-0.3pt]b.west);
draw[semithick] (a.west) -- (b.west); end{tikzpicture}
This is some text and begin{tikzpicture}draw[overlay,thin] (0.05,0.1) -- (0,0.1); draw[overlay,semithick] (0,0.1) -- (0,-0.35); draw[overlay,thin] (0,-0.35) -- (0.05,-0.35); end{tikzpicture}~this is some text.
This is some text and ~this is some text.
end{document}
ADDENDUM: For more general settings, you may want to work with styles and fill
.
documentclass{article}
usepackage{tikz}
usetikzlibrary{tikzmark}
tikzset{brace me/.style n args={2}{insert path={([xshift=0.2em,yshift=0.1pt]#1.west) --
([xshift=-0.3pt,yshift=0.1pt]#1.west) --
([xshift=-0.3pt,yshift=-0.1pt]#2.west) --
([xshift=0.2em,yshift=-0.1pt]#2.west) --
([xshift=0.2em,yshift=0.1pt]#2.west) --
([xshift=0.3pt,yshift=0.1pt]#2.west) --
([xshift=0.3pt,yshift=-0.1pt]#1.west) --
([xshift=0.2em,yshift=-0.1pt]#1.west) --
cycle}}}
begin{document}
This is some text and tikzmarknode{a}{~this} is some text.
This is some text and tikzmarknode{b}{~this} is some text.
begin{tikzpicture}[overlay,remember picture]
fill[brace me={a}{b}] ;
end{tikzpicture}
This is some text and tikzmarknode{a'}{~this} is some text.
This is some text ~and tikzmarknode{b'}{~this} is some text.
begin{tikzpicture}[overlay,remember picture]
fill[brace me={a'}{b'}] ;
end{tikzpicture}
end{document}
One possible way.
documentclass{article}
usepackage{tikz}
usetikzlibrary{tikzmark}
begin{document}
This is some text and tikzmarknode{a}{~this} is some text.
This is some text and tikzmarknode{b}{~this} is some text.
begin{tikzpicture}[overlay,remember picture] draw[very thin]
([xshift=0.2em]a.west) -- ([xshift=-0.3pt]a.west)
([xshift=0.2em]b.west) -- ([xshift=-0.3pt]b.west);
draw[semithick] (a.west) -- (b.west); end{tikzpicture}
This is some text and begin{tikzpicture}draw[overlay,thin] (0.05,0.1) -- (0,0.1); draw[overlay,semithick] (0,0.1) -- (0,-0.35); draw[overlay,thin] (0,-0.35) -- (0.05,-0.35); end{tikzpicture}~this is some text.
This is some text and ~this is some text.
end{document}
ADDENDUM: For more general settings, you may want to work with styles and fill
.
documentclass{article}
usepackage{tikz}
usetikzlibrary{tikzmark}
tikzset{brace me/.style n args={2}{insert path={([xshift=0.2em,yshift=0.1pt]#1.west) --
([xshift=-0.3pt,yshift=0.1pt]#1.west) --
([xshift=-0.3pt,yshift=-0.1pt]#2.west) --
([xshift=0.2em,yshift=-0.1pt]#2.west) --
([xshift=0.2em,yshift=0.1pt]#2.west) --
([xshift=0.3pt,yshift=0.1pt]#2.west) --
([xshift=0.3pt,yshift=-0.1pt]#1.west) --
([xshift=0.2em,yshift=-0.1pt]#1.west) --
cycle}}}
begin{document}
This is some text and tikzmarknode{a}{~this} is some text.
This is some text and tikzmarknode{b}{~this} is some text.
begin{tikzpicture}[overlay,remember picture]
fill[brace me={a}{b}] ;
end{tikzpicture}
This is some text and tikzmarknode{a'}{~this} is some text.
This is some text ~and tikzmarknode{b'}{~this} is some text.
begin{tikzpicture}[overlay,remember picture]
fill[brace me={a'}{b'}] ;
end{tikzpicture}
end{document}
edited 8 hours ago
answered 8 hours ago
marmotmarmot
115k5145276
115k5145276
Almost ;) Is there a way to have the hooksvery thin
?
– jan
8 hours ago
@jan only the hooks or the full bracket?
– marmot
8 hours ago
Only the hooks, like in the code below the vertical line wassemithick
and the horizontal linesvery thin
– jan
8 hours ago
@jan I added something. (If you want to make sure that the line is always vertical regardless of whether or not the nodes are precisely on top of each other, this also possible but requires more work and more input in the form of a prescription of what is to be done in that case.)
– marmot
8 hours ago
The hooks should always be horizontal, even if the line ends up not being. So that's ok. But one more thing: Now given the different thicknesses, they thin lines don't connect nicely at the ends (I had the same problem with the bad solution below.) Is there a way to get them to connect fully to the vertical line, i.e., the thing being treated as one drawing? I guess that might be a more general question: Can I change the thickness in a draw command on the go?
– jan
8 hours ago
|
show 7 more comments
Almost ;) Is there a way to have the hooksvery thin
?
– jan
8 hours ago
@jan only the hooks or the full bracket?
– marmot
8 hours ago
Only the hooks, like in the code below the vertical line wassemithick
and the horizontal linesvery thin
– jan
8 hours ago
@jan I added something. (If you want to make sure that the line is always vertical regardless of whether or not the nodes are precisely on top of each other, this also possible but requires more work and more input in the form of a prescription of what is to be done in that case.)
– marmot
8 hours ago
The hooks should always be horizontal, even if the line ends up not being. So that's ok. But one more thing: Now given the different thicknesses, they thin lines don't connect nicely at the ends (I had the same problem with the bad solution below.) Is there a way to get them to connect fully to the vertical line, i.e., the thing being treated as one drawing? I guess that might be a more general question: Can I change the thickness in a draw command on the go?
– jan
8 hours ago
Almost ;) Is there a way to have the hooks
very thin
?– jan
8 hours ago
Almost ;) Is there a way to have the hooks
very thin
?– jan
8 hours ago
@jan only the hooks or the full bracket?
– marmot
8 hours ago
@jan only the hooks or the full bracket?
– marmot
8 hours ago
Only the hooks, like in the code below the vertical line was
semithick
and the horizontal lines very thin
– jan
8 hours ago
Only the hooks, like in the code below the vertical line was
semithick
and the horizontal lines very thin
– jan
8 hours ago
@jan I added something. (If you want to make sure that the line is always vertical regardless of whether or not the nodes are precisely on top of each other, this also possible but requires more work and more input in the form of a prescription of what is to be done in that case.)
– marmot
8 hours ago
@jan I added something. (If you want to make sure that the line is always vertical regardless of whether or not the nodes are precisely on top of each other, this also possible but requires more work and more input in the form of a prescription of what is to be done in that case.)
– marmot
8 hours ago
The hooks should always be horizontal, even if the line ends up not being. So that's ok. But one more thing: Now given the different thicknesses, they thin lines don't connect nicely at the ends (I had the same problem with the bad solution below.) Is there a way to get them to connect fully to the vertical line, i.e., the thing being treated as one drawing? I guess that might be a more general question: Can I change the thickness in a draw command on the go?
– jan
8 hours ago
The hooks should always be horizontal, even if the line ends up not being. So that's ok. But one more thing: Now given the different thicknesses, they thin lines don't connect nicely at the ends (I had the same problem with the bad solution below.) Is there a way to get them to connect fully to the vertical line, i.e., the thing being treated as one drawing? I guess that might be a more general question: Can I change the thickness in a draw command on the go?
– jan
8 hours ago
|
show 7 more comments
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%2f483398%2ftikzmarknode-lines-with-hooks%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