Draw arrow on sides of triangle
Humans have energy, but not water. What happens?
Can the druid cantrip Thorn Whip really defeat a water weird this easily?
Why must traveling waves have the same amplitude to form a standing wave?
Is going from continuous data to categorical always wrong?
Why doesn't the EU now just force the UK to choose between referendum and no-deal?
Time travel short story where dinosaur doesn't taste like chicken
Sword in the Stone story where the sword was held in place by electromagnets
It's a yearly task, alright
Why does Deadpool say "You're welcome, Canada," after shooting Ryan Reynolds in the end credits?
How can I discourage/prevent PCs from using door choke-points?
Excess Zinc in garden soil
Can someone explain this Mudra being done by Ramakrishna Paramhansa in Samadhi?
Best mythical creature to use as livestock?
"However" used in a conditional clause?
How do anti-virus programs start at Windows boot?
How could a female member of a species produce eggs unto death?
What is the blue range indicating on this manifold pressure gauge?
What to do when during a meeting client people start to fight (even physically) with each others?
Latest web browser compatible with Windows 98
What Happens when Passenger Refuses to Fly Boeing 737 Max?
My story is written in English, but is set in my home country. What language should I use for the dialogue?
Confusion with the nameplate of an induction motor
What has been your most complicated TikZ drawing?
what does the apostrophe mean in this notation?
Draw arrow on sides of triangle
MWE:
documentclass[12pt]article
usepackagepgf
usepackagetikz
usepackagepgfplots
begindocument
begintikzpicture
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$;
endtikzpicture
enddocument
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
usepackagepgf
usepackagetikz
usepackagepgfplots
begindocument
begintikzpicture
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$;
endtikzpicture
enddocument
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
usepackagepgf
usepackagetikz
usepackagepgfplots
begindocument
begintikzpicture
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$;
endtikzpicture
enddocument
Question:
How can i draw direction arrow on each lines of traigle? (all possible style of arrows)
tikz-arrows
MWE:
documentclass[12pt]article
usepackagepgf
usepackagetikz
usepackagepgfplots
begindocument
begintikzpicture
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$;
endtikzpicture
enddocument
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