Draw arrow on sides of triangle
It's a yearly task, alright
Who is our nearest neighbor
Force user to remove USB token
When two POV characters meet
US to Europe trip with Canada layover- is 52 minutes enough?
Plywood subfloor won't screw down in a trailer home
validation vs test vs training accuracy, which one to compare for claiming overfit?
Coworker uses her breast-pump everywhere in the office
Is it true that real estate prices mainly go up?
What happens with multiple copies of Humility and Glorious Anthem on the battlefield?
Why does Deadpool say "You're welcome, Canada," after shooting Ryan Reynolds in the end credits?
Playing ONE triplet (not three)
what does the apostrophe mean in this notation?
What has been your most complicated TikZ drawing?
What is the definition of "Natural Selection"?
What is the difference between "shut" and "close"?
Do Bugbears' arms literally get longer when it's their turn?
Why do Australian milk farmers need to protest supermarkets' milk price?
Touchscreen-controlled dentist office snowman collector game
Welcoming 2019 Pi day: How to draw the letter π?
When were linguistics departments first established
What wound would be of little consequence to a biped but terrible for a quadruped?
How to deal with a cynical class?
How could a female member of a species produce eggs unto death?
Draw arrow on sides of triangle
MWE:
documentclass[12pt]{article}
usepackage{pgf}
usepackage{tikz}
usepackage{pgfplots}
begin{document}
begin{tikzpicture}
draw [line width=1pt] (0,5)-- (0,0);
draw [line width=1pt] (5,0)-- (0,5);
draw [line width=1pt] (0,0)-- (5,0);
draw [fill=black] (0,5) circle (1.5pt);
draw[color=black] (0.0,5.5) node {$A$};
draw [fill=black] (0,0) circle (1.5pt);
draw[color=black] (0.0,-0.5) node {$B$};
draw [fill=black] (5,0) circle (1.5pt);
draw[color=black] (5.0,-0.5) node {$C$};
end{tikzpicture}
end{document}
Question:
How can i draw direction arrow on each lines of traigle? (all possible style of arrows)
tikz-arrows
add a comment |
MWE:
documentclass[12pt]{article}
usepackage{pgf}
usepackage{tikz}
usepackage{pgfplots}
begin{document}
begin{tikzpicture}
draw [line width=1pt] (0,5)-- (0,0);
draw [line width=1pt] (5,0)-- (0,5);
draw [line width=1pt] (0,0)-- (5,0);
draw [fill=black] (0,5) circle (1.5pt);
draw[color=black] (0.0,5.5) node {$A$};
draw [fill=black] (0,0) circle (1.5pt);
draw[color=black] (0.0,-0.5) node {$B$};
draw [fill=black] (5,0) circle (1.5pt);
draw[color=black] (5.0,-0.5) node {$C$};
end{tikzpicture}
end{document}
Question:
How can i draw direction arrow on each lines of traigle? (all possible style of arrows)
tikz-arrows
add a comment |
MWE:
documentclass[12pt]{article}
usepackage{pgf}
usepackage{tikz}
usepackage{pgfplots}
begin{document}
begin{tikzpicture}
draw [line width=1pt] (0,5)-- (0,0);
draw [line width=1pt] (5,0)-- (0,5);
draw [line width=1pt] (0,0)-- (5,0);
draw [fill=black] (0,5) circle (1.5pt);
draw[color=black] (0.0,5.5) node {$A$};
draw [fill=black] (0,0) circle (1.5pt);
draw[color=black] (0.0,-0.5) node {$B$};
draw [fill=black] (5,0) circle (1.5pt);
draw[color=black] (5.0,-0.5) node {$C$};
end{tikzpicture}
end{document}
Question:
How can i draw direction arrow on each lines of traigle? (all possible style of arrows)
tikz-arrows
MWE:
documentclass[12pt]{article}
usepackage{pgf}
usepackage{tikz}
usepackage{pgfplots}
begin{document}
begin{tikzpicture}
draw [line width=1pt] (0,5)-- (0,0);
draw [line width=1pt] (5,0)-- (0,5);
draw [line width=1pt] (0,0)-- (5,0);
draw [fill=black] (0,5) circle (1.5pt);
draw[color=black] (0.0,5.5) node {$A$};
draw [fill=black] (0,0) circle (1.5pt);
draw[color=black] (0.0,-0.5) node {$B$};
draw [fill=black] (5,0) circle (1.5pt);
draw[color=black] (5.0,-0.5) node {$C$};
end{tikzpicture}
end{document}
Question:
How can i draw direction arrow on each lines of traigle? (all possible style of arrows)
tikz-arrows
tikz-arrows
asked 1 min ago
snehalsnehal
725915
725915
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
});
}
});
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%2f479406%2fdraw-arrow-on-sides-of-triangle%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
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%2f479406%2fdraw-arrow-on-sides-of-triangle%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