How can I make these arrows that point to something in the text?Undersetting an arrow beneath an...
Why would the IRS ask for birth certificates or even audit a small tax return?
The (Easy) Road to Code
Can a Mexican citizen living in US under DACA drive to Canada?
Should we avoid writing fiction about historical events without extensive research?
Why is there an extra space when I type "ls" on the Desktop?
Why do phishing e-mails use faked e-mail addresses instead of the real one?
Can a Mimic (container form) actually hold loot?
Who is at the mall?
Are Wave equations equivalent to Maxwell equations in free space?
Is every open circuit a capacitor?
Was it really inappropriate to write a pull request for the company I interviewed with?
Did Amazon pay $0 in taxes last year?
ESPP--any reason not to go all in?
The Key to the Door
What is the purpose of a disclaimer like "this is not legal advice"?
Align equations with text before one of them
What is the meaning of option 'by' in TikZ Intersections
Linear Combination of Atomic Orbitals
Convert an array of objects to array of the objects' values
Are there other characters in the Star Wars universe who had damaged bodies and needed to wear an outfit like Darth Vader?
I can't die. Who am I?
DC input on op amp integrator
An Undercover Army
Is there a way to find out the age of climbing ropes?
How can I make these arrows that point to something in the text?
Undersetting an arrow beneath an equationLabel steps of equations using tikzmarkHow can I modify arrows to complement this drawing?How to draw THICK arrows (shown below in the figure) in tikz?How can I draw those arrows to describe the composition of two functions?How do I rotate arrows, write text on it and then position the text correctly?how to make put bold arrows between textHow to change the position of arrows in tikzpictureHow do I get arrows that look like this?How to type curved arrows and type a text over these arrowshow to make a zigzag arrows and lines like picturehow to make the up-down Arrows in latex
How can I make these arrows that point to something in the text?
arrows
New contributor
add a comment |
How can I make these arrows that point to something in the text?
arrows
New contributor
1
Welcome to TeX.SX! Possibly related: tex.stackexchange.com/q/76506/134574
– Phelype Oleinik
4 hours ago
1
Related: tex.stackexchange.com/questions/263480/…
– Steven B. Segletes
4 hours ago
I would actually use the latest version oftikzmark
for that, which comes with thetikzmarknode
macro.
– marmot
4 hours ago
where can I download it?
– Victor Daniel Mendoza Rubio
3 hours ago
add a comment |
How can I make these arrows that point to something in the text?
arrows
New contributor
How can I make these arrows that point to something in the text?
arrows
arrows
New contributor
New contributor
edited 4 hours ago
Phelype Oleinik
23.9k54688
23.9k54688
New contributor
asked 4 hours ago
Victor Daniel Mendoza RubioVictor Daniel Mendoza Rubio
1
1
New contributor
New contributor
1
Welcome to TeX.SX! Possibly related: tex.stackexchange.com/q/76506/134574
– Phelype Oleinik
4 hours ago
1
Related: tex.stackexchange.com/questions/263480/…
– Steven B. Segletes
4 hours ago
I would actually use the latest version oftikzmark
for that, which comes with thetikzmarknode
macro.
– marmot
4 hours ago
where can I download it?
– Victor Daniel Mendoza Rubio
3 hours ago
add a comment |
1
Welcome to TeX.SX! Possibly related: tex.stackexchange.com/q/76506/134574
– Phelype Oleinik
4 hours ago
1
Related: tex.stackexchange.com/questions/263480/…
– Steven B. Segletes
4 hours ago
I would actually use the latest version oftikzmark
for that, which comes with thetikzmarknode
macro.
– marmot
4 hours ago
where can I download it?
– Victor Daniel Mendoza Rubio
3 hours ago
1
1
Welcome to TeX.SX! Possibly related: tex.stackexchange.com/q/76506/134574
– Phelype Oleinik
4 hours ago
Welcome to TeX.SX! Possibly related: tex.stackexchange.com/q/76506/134574
– Phelype Oleinik
4 hours ago
1
1
Related: tex.stackexchange.com/questions/263480/…
– Steven B. Segletes
4 hours ago
Related: tex.stackexchange.com/questions/263480/…
– Steven B. Segletes
4 hours ago
I would actually use the latest version of
tikzmark
for that, which comes with the tikzmarknode
macro.– marmot
4 hours ago
I would actually use the latest version of
tikzmark
for that, which comes with the tikzmarknode
macro.– marmot
4 hours ago
where can I download it?
– Victor Daniel Mendoza Rubio
3 hours ago
where can I download it?
– Victor Daniel Mendoza Rubio
3 hours ago
add a comment |
1 Answer
1
active
oldest
votes
Welcome to TeX-SE! I'd like to advertize tikzmark
for that, which comes with the tikzmarknode
macro. (EDIT: Arrows reversed, big thanks to @KJO!)
documentclass{article}
usepackage{mathtools}
DeclareMathOperator{Gr}{Gr}
usepackage{tikz}
usetikzlibrary{tikzmark}
begin{document}
$Gr(tikzmarknode{f}{f})=left{bigl(x,f(x)bigr);~xin Aright}$
begin{tikzpicture}[overlay,remember picture]
draw[latex-] (f) |- ++(3em,-1.6em) node[right]{grafico de $f$};
end{tikzpicture}
bigskipbigskip
$displaystylelim_{begin{smallmatrix}xto x_0\
x>x_0end{smallmatrix}}f(x)=tikzmarknode{L}{L}dots$
begin{tikzpicture}[overlay,remember picture]
draw[latex-] (L) |- ++(3em,-1.6em) node[right]{numero real};
end{tikzpicture}
end{document}
1
Me again :-) OP gave example with arrowheads other end of leaders, how can leaders be most easily reversed I got a result with[-latex,<-]
but was that the correct way. PS worth mentioning two passes needed it threw me one or twice :-)
– KJO
2 hours ago
@KJO Thanks! Really appreciate it! (Yes, I am not looking very carefully after I think that the conceptual problem is solved, but I definitely should.)
– marmot
2 hours ago
add a comment |
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
});
}
});
Victor Daniel Mendoza Rubio 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%2f478253%2fhow-can-i-make-these-arrows-that-point-to-something-in-the-text%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
Welcome to TeX-SE! I'd like to advertize tikzmark
for that, which comes with the tikzmarknode
macro. (EDIT: Arrows reversed, big thanks to @KJO!)
documentclass{article}
usepackage{mathtools}
DeclareMathOperator{Gr}{Gr}
usepackage{tikz}
usetikzlibrary{tikzmark}
begin{document}
$Gr(tikzmarknode{f}{f})=left{bigl(x,f(x)bigr);~xin Aright}$
begin{tikzpicture}[overlay,remember picture]
draw[latex-] (f) |- ++(3em,-1.6em) node[right]{grafico de $f$};
end{tikzpicture}
bigskipbigskip
$displaystylelim_{begin{smallmatrix}xto x_0\
x>x_0end{smallmatrix}}f(x)=tikzmarknode{L}{L}dots$
begin{tikzpicture}[overlay,remember picture]
draw[latex-] (L) |- ++(3em,-1.6em) node[right]{numero real};
end{tikzpicture}
end{document}
1
Me again :-) OP gave example with arrowheads other end of leaders, how can leaders be most easily reversed I got a result with[-latex,<-]
but was that the correct way. PS worth mentioning two passes needed it threw me one or twice :-)
– KJO
2 hours ago
@KJO Thanks! Really appreciate it! (Yes, I am not looking very carefully after I think that the conceptual problem is solved, but I definitely should.)
– marmot
2 hours ago
add a comment |
Welcome to TeX-SE! I'd like to advertize tikzmark
for that, which comes with the tikzmarknode
macro. (EDIT: Arrows reversed, big thanks to @KJO!)
documentclass{article}
usepackage{mathtools}
DeclareMathOperator{Gr}{Gr}
usepackage{tikz}
usetikzlibrary{tikzmark}
begin{document}
$Gr(tikzmarknode{f}{f})=left{bigl(x,f(x)bigr);~xin Aright}$
begin{tikzpicture}[overlay,remember picture]
draw[latex-] (f) |- ++(3em,-1.6em) node[right]{grafico de $f$};
end{tikzpicture}
bigskipbigskip
$displaystylelim_{begin{smallmatrix}xto x_0\
x>x_0end{smallmatrix}}f(x)=tikzmarknode{L}{L}dots$
begin{tikzpicture}[overlay,remember picture]
draw[latex-] (L) |- ++(3em,-1.6em) node[right]{numero real};
end{tikzpicture}
end{document}
1
Me again :-) OP gave example with arrowheads other end of leaders, how can leaders be most easily reversed I got a result with[-latex,<-]
but was that the correct way. PS worth mentioning two passes needed it threw me one or twice :-)
– KJO
2 hours ago
@KJO Thanks! Really appreciate it! (Yes, I am not looking very carefully after I think that the conceptual problem is solved, but I definitely should.)
– marmot
2 hours ago
add a comment |
Welcome to TeX-SE! I'd like to advertize tikzmark
for that, which comes with the tikzmarknode
macro. (EDIT: Arrows reversed, big thanks to @KJO!)
documentclass{article}
usepackage{mathtools}
DeclareMathOperator{Gr}{Gr}
usepackage{tikz}
usetikzlibrary{tikzmark}
begin{document}
$Gr(tikzmarknode{f}{f})=left{bigl(x,f(x)bigr);~xin Aright}$
begin{tikzpicture}[overlay,remember picture]
draw[latex-] (f) |- ++(3em,-1.6em) node[right]{grafico de $f$};
end{tikzpicture}
bigskipbigskip
$displaystylelim_{begin{smallmatrix}xto x_0\
x>x_0end{smallmatrix}}f(x)=tikzmarknode{L}{L}dots$
begin{tikzpicture}[overlay,remember picture]
draw[latex-] (L) |- ++(3em,-1.6em) node[right]{numero real};
end{tikzpicture}
end{document}
Welcome to TeX-SE! I'd like to advertize tikzmark
for that, which comes with the tikzmarknode
macro. (EDIT: Arrows reversed, big thanks to @KJO!)
documentclass{article}
usepackage{mathtools}
DeclareMathOperator{Gr}{Gr}
usepackage{tikz}
usetikzlibrary{tikzmark}
begin{document}
$Gr(tikzmarknode{f}{f})=left{bigl(x,f(x)bigr);~xin Aright}$
begin{tikzpicture}[overlay,remember picture]
draw[latex-] (f) |- ++(3em,-1.6em) node[right]{grafico de $f$};
end{tikzpicture}
bigskipbigskip
$displaystylelim_{begin{smallmatrix}xto x_0\
x>x_0end{smallmatrix}}f(x)=tikzmarknode{L}{L}dots$
begin{tikzpicture}[overlay,remember picture]
draw[latex-] (L) |- ++(3em,-1.6em) node[right]{numero real};
end{tikzpicture}
end{document}
edited 2 hours ago
answered 4 hours ago
marmotmarmot
106k5129243
106k5129243
1
Me again :-) OP gave example with arrowheads other end of leaders, how can leaders be most easily reversed I got a result with[-latex,<-]
but was that the correct way. PS worth mentioning two passes needed it threw me one or twice :-)
– KJO
2 hours ago
@KJO Thanks! Really appreciate it! (Yes, I am not looking very carefully after I think that the conceptual problem is solved, but I definitely should.)
– marmot
2 hours ago
add a comment |
1
Me again :-) OP gave example with arrowheads other end of leaders, how can leaders be most easily reversed I got a result with[-latex,<-]
but was that the correct way. PS worth mentioning two passes needed it threw me one or twice :-)
– KJO
2 hours ago
@KJO Thanks! Really appreciate it! (Yes, I am not looking very carefully after I think that the conceptual problem is solved, but I definitely should.)
– marmot
2 hours ago
1
1
Me again :-) OP gave example with arrowheads other end of leaders, how can leaders be most easily reversed I got a result with
[-latex,<-]
but was that the correct way. PS worth mentioning two passes needed it threw me one or twice :-)– KJO
2 hours ago
Me again :-) OP gave example with arrowheads other end of leaders, how can leaders be most easily reversed I got a result with
[-latex,<-]
but was that the correct way. PS worth mentioning two passes needed it threw me one or twice :-)– KJO
2 hours ago
@KJO Thanks! Really appreciate it! (Yes, I am not looking very carefully after I think that the conceptual problem is solved, but I definitely should.)
– marmot
2 hours ago
@KJO Thanks! Really appreciate it! (Yes, I am not looking very carefully after I think that the conceptual problem is solved, but I definitely should.)
– marmot
2 hours ago
add a comment |
Victor Daniel Mendoza Rubio is a new contributor. Be nice, and check out our Code of Conduct.
Victor Daniel Mendoza Rubio is a new contributor. Be nice, and check out our Code of Conduct.
Victor Daniel Mendoza Rubio is a new contributor. Be nice, and check out our Code of Conduct.
Victor Daniel Mendoza Rubio 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%2f478253%2fhow-can-i-make-these-arrows-that-point-to-something-in-the-text%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
Welcome to TeX.SX! Possibly related: tex.stackexchange.com/q/76506/134574
– Phelype Oleinik
4 hours ago
1
Related: tex.stackexchange.com/questions/263480/…
– Steven B. Segletes
4 hours ago
I would actually use the latest version of
tikzmark
for that, which comes with thetikzmarknode
macro.– marmot
4 hours ago
where can I download it?
– Victor Daniel Mendoza Rubio
3 hours ago