Draw arrow on sides of triangleList of available TikZ libraries with a short introductionTikZ: How to draw an arrow in the middle of the line?Tikz: Arrowheads in the centerTikZ: Cropping the Bounding BoxRotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?TikZ scaling graphic and adjust node position and keep font sizeNumerical 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 themHow to draw a square and its diagonals with arrows?TikZ: fill text color different than fill

If the Captain's screens are out, does he switch seats with the co-pilot?

"One can do his homework in the library"

What is the dot in “1.2.4."

Why must traveling waves have the same amplitude to form a standing wave?

Extension of Splitting Fields over An Arbitrary Field

Single word request: Harming the benefactor

Sword in the Stone story where the sword was held in place by electromagnets

Why doesn't the EU now just force the UK to choose between referendum and no-deal?

Can the druid cantrip Thorn Whip really defeat a water weird this easily?

Humans have energy, but not water. What happens?

What is the difference between "shut" and "close"?

Can "semicircle" be used to refer to a part-circle that is not a exact half-circle?

Am I not good enough for you?

Coworker uses her breast-pump everywhere in the office

Counter-example to the existence of left Bousfield localization of combinatorial model category

Potentiometer like component

When were linguistics departments first established

Touchscreen-controlled dentist office snowman collector game

What does it mean when multiple 々 marks follow a 、?

Should QA ask requirements to developers?

Does anyone draw a parallel between Haman selling himself to Mordechai and Esav selling the birthright to Yaakov?

How to make readers know that my work has used a hidden constraint?

Best approach to update all entries in a list that is paginated?

Confusion with the nameplate of an induction motor



Draw arrow on sides of triangle


List of available TikZ libraries with a short introductionTikZ: How to draw an arrow in the middle of the line?Tikz: Arrowheads in the centerTikZ: Cropping the Bounding BoxRotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?TikZ scaling graphic and adjust node position and keep font sizeNumerical 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 themHow to draw a square and its diagonals with arrows?TikZ: fill text color different than fill













1















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 triangle? (all possible style of arrows)










share|improve this question




























    1















    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 triangle? (all possible style of arrows)










    share|improve this question


























      1












      1








      1








      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 triangle? (all possible style of arrows)










      share|improve this question
















      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 triangle? (all possible style of arrows)







      tikz-pgf tikz-arrows






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 1 hour ago









      sandu

      3,56542855




      3,56542855










      asked 1 hour ago









      SandySandy

      732915




      732915




















          2 Answers
          2






          active

          oldest

          votes


















          3














          Maybe I misread the question, but if you want to vary the type of the arrow you may want to use



          documentclass[12pt]article 
          usepackagetikz
          usetikzlibrarydecorations.markings
          begindocument
          % based on https://tex.stackexchange.com/a/39282/121799
          tikzset->-/.style n args=2decoration=
          markings,
          mark=at position #1 with arrow#2,postaction=decorate
          begintikzpicture[bullet/.style=circle,inner sep=1.5pt,fill]
          path (0,5) node[bullet,label=above:$A$](A)
          (0,0) node[bullet,label=below:$B$](B)
          (5,0) node[bullet,label=below:$C$](C) ;
          foreach X/Arrow [remember=X as LastX (initially C)]in
          A/latex,B/stealth,C/>
          draw[line width=1pt,->-=0.5Arrow] (LastX) -- (X);
          endtikzpicture
          enddocument


          enter image description here



          As for your comment: this draws three triangles. Is that what you are looking for?



          documentclass[12pt]article 
          usepackagetikz
          usetikzlibrarydecorations.markings
          begindocument
          % based on https://tex.stackexchange.com/a/39282/121799
          tikzset->-/.style n args=2decoration=
          markings,
          mark=at position #1 with arrow[line width=1pt]#2,postaction=decorate
          begintikzpicture[bullet/.style=circle,inner sep=1.5pt,fill]
          beginscope
          path (0,5) node[bullet,label=above:$A$](A)
          (0,0) node[bullet,label=below:$B$](B)
          (5,0) node[bullet,label=below:$C$](C) ;
          foreach X [remember=X as LastX (initially C)] in A,B,C
          draw[line width=1pt,->-=0.5latex] (LastX) -- (X);
          endscope
          beginscope[xshift=6cm]
          path (0,5) node[bullet,label=above:$A$](A')
          (0,0) node[bullet,label=below:$B$](B')
          (5,0) node[bullet,label=below:$C$](C') ;
          foreach X [remember=X as LastX (initially C')]in A',B',C'
          draw[line width=1pt,->-=0.5stealth] (LastX) -- (X);
          endscope
          beginscope[yshift=-6.6cm]
          path (0,5) node[bullet,label=above:$A$](A'')
          (0,0) node[bullet,label=below:$B$](B'')
          (5,0) node[bullet,label=below:$C$](C'') ;
          foreach X [remember=X as LastX (initially C'')]in A'',B'',C''
          draw[line width=1pt,->-=0.5>] (LastX) -- (X);
          endscope
          endtikzpicture
          enddocument


          enter image description here






          share|improve this answer

























          • No friend, you understand my question better And the answer that I had hoped for almost got to be found. Only one request is please give me three different codes with arrows(three triangle with arrows) that you mentioned.

            – Sandy
            55 mins ago












          • Should i increase size of arrows? i am waiting.......

            – Sandy
            52 mins ago












          • @Sandy The three different arrows are already in foreach X/Arrow [remember=X as LastX (initially C)]in A/latex,B/stealth,C/>, where they are set as latex, stealth and standard types. Yes, you can make the arrows thicker e.g. by saying arrow[line width=2pt]#2} instead of arrow#2}.

            – marmot
            49 mins ago






          • 1





            @Sandy Yes, I will be happy to follow your request if I understand it. You want three triangles? If so, do they all have the same dimensions? Are the next to each other? Or do you want 3 arrow heads on a given edge?

            – marmot
            38 mins ago






          • 1





            @Sandy Just for additional information, here is a (quite complete) list of available arrow tips.

            – JouleV
            15 mins ago


















          2














          Using TikZ: How to draw an arrow in the middle of the line?



          %documentclass[border=2mm]standalone
          documentclassarticle
          usepackagetikz
          usetikzlibrarydecorations.markings
          begindocument
          begintikzpicture

          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$;

          beginscope[very thick,decoration=
          markings,
          mark=at position 0.5 with arrow>
          ]
          draw [line width=1pt,postaction=decorate] (0,5)-- (0,0);
          draw [line width=1pt,postaction=decorate] (5,0)-- (0,5);
          draw [line width=1pt,postaction=decorate] (0,0)-- (5,0);
          endscope
          endtikzpicture
          enddocument





          share|improve this answer

























          • Is it possible of article document type?

            – Sandy
            47 mins ago











          • @Sandy Yes...sure

            – sandu
            46 mins ago











          • Would you please modified your codes for article?

            – Sandy
            15 mins ago











          • @Sandy done... see the code above....

            – sandu
            8 mins ago










          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
          );



          );













          draft saved

          draft discarded


















          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

























          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          3














          Maybe I misread the question, but if you want to vary the type of the arrow you may want to use



          documentclass[12pt]article 
          usepackagetikz
          usetikzlibrarydecorations.markings
          begindocument
          % based on https://tex.stackexchange.com/a/39282/121799
          tikzset->-/.style n args=2decoration=
          markings,
          mark=at position #1 with arrow#2,postaction=decorate
          begintikzpicture[bullet/.style=circle,inner sep=1.5pt,fill]
          path (0,5) node[bullet,label=above:$A$](A)
          (0,0) node[bullet,label=below:$B$](B)
          (5,0) node[bullet,label=below:$C$](C) ;
          foreach X/Arrow [remember=X as LastX (initially C)]in
          A/latex,B/stealth,C/>
          draw[line width=1pt,->-=0.5Arrow] (LastX) -- (X);
          endtikzpicture
          enddocument


          enter image description here



          As for your comment: this draws three triangles. Is that what you are looking for?



          documentclass[12pt]article 
          usepackagetikz
          usetikzlibrarydecorations.markings
          begindocument
          % based on https://tex.stackexchange.com/a/39282/121799
          tikzset->-/.style n args=2decoration=
          markings,
          mark=at position #1 with arrow[line width=1pt]#2,postaction=decorate
          begintikzpicture[bullet/.style=circle,inner sep=1.5pt,fill]
          beginscope
          path (0,5) node[bullet,label=above:$A$](A)
          (0,0) node[bullet,label=below:$B$](B)
          (5,0) node[bullet,label=below:$C$](C) ;
          foreach X [remember=X as LastX (initially C)] in A,B,C
          draw[line width=1pt,->-=0.5latex] (LastX) -- (X);
          endscope
          beginscope[xshift=6cm]
          path (0,5) node[bullet,label=above:$A$](A')
          (0,0) node[bullet,label=below:$B$](B')
          (5,0) node[bullet,label=below:$C$](C') ;
          foreach X [remember=X as LastX (initially C')]in A',B',C'
          draw[line width=1pt,->-=0.5stealth] (LastX) -- (X);
          endscope
          beginscope[yshift=-6.6cm]
          path (0,5) node[bullet,label=above:$A$](A'')
          (0,0) node[bullet,label=below:$B$](B'')
          (5,0) node[bullet,label=below:$C$](C'') ;
          foreach X [remember=X as LastX (initially C'')]in A'',B'',C''
          draw[line width=1pt,->-=0.5>] (LastX) -- (X);
          endscope
          endtikzpicture
          enddocument


          enter image description here






          share|improve this answer

























          • No friend, you understand my question better And the answer that I had hoped for almost got to be found. Only one request is please give me three different codes with arrows(three triangle with arrows) that you mentioned.

            – Sandy
            55 mins ago












          • Should i increase size of arrows? i am waiting.......

            – Sandy
            52 mins ago












          • @Sandy The three different arrows are already in foreach X/Arrow [remember=X as LastX (initially C)]in A/latex,B/stealth,C/>, where they are set as latex, stealth and standard types. Yes, you can make the arrows thicker e.g. by saying arrow[line width=2pt]#2} instead of arrow#2}.

            – marmot
            49 mins ago






          • 1





            @Sandy Yes, I will be happy to follow your request if I understand it. You want three triangles? If so, do they all have the same dimensions? Are the next to each other? Or do you want 3 arrow heads on a given edge?

            – marmot
            38 mins ago






          • 1





            @Sandy Just for additional information, here is a (quite complete) list of available arrow tips.

            – JouleV
            15 mins ago















          3














          Maybe I misread the question, but if you want to vary the type of the arrow you may want to use



          documentclass[12pt]article 
          usepackagetikz
          usetikzlibrarydecorations.markings
          begindocument
          % based on https://tex.stackexchange.com/a/39282/121799
          tikzset->-/.style n args=2decoration=
          markings,
          mark=at position #1 with arrow#2,postaction=decorate
          begintikzpicture[bullet/.style=circle,inner sep=1.5pt,fill]
          path (0,5) node[bullet,label=above:$A$](A)
          (0,0) node[bullet,label=below:$B$](B)
          (5,0) node[bullet,label=below:$C$](C) ;
          foreach X/Arrow [remember=X as LastX (initially C)]in
          A/latex,B/stealth,C/>
          draw[line width=1pt,->-=0.5Arrow] (LastX) -- (X);
          endtikzpicture
          enddocument


          enter image description here



          As for your comment: this draws three triangles. Is that what you are looking for?



          documentclass[12pt]article 
          usepackagetikz
          usetikzlibrarydecorations.markings
          begindocument
          % based on https://tex.stackexchange.com/a/39282/121799
          tikzset->-/.style n args=2decoration=
          markings,
          mark=at position #1 with arrow[line width=1pt]#2,postaction=decorate
          begintikzpicture[bullet/.style=circle,inner sep=1.5pt,fill]
          beginscope
          path (0,5) node[bullet,label=above:$A$](A)
          (0,0) node[bullet,label=below:$B$](B)
          (5,0) node[bullet,label=below:$C$](C) ;
          foreach X [remember=X as LastX (initially C)] in A,B,C
          draw[line width=1pt,->-=0.5latex] (LastX) -- (X);
          endscope
          beginscope[xshift=6cm]
          path (0,5) node[bullet,label=above:$A$](A')
          (0,0) node[bullet,label=below:$B$](B')
          (5,0) node[bullet,label=below:$C$](C') ;
          foreach X [remember=X as LastX (initially C')]in A',B',C'
          draw[line width=1pt,->-=0.5stealth] (LastX) -- (X);
          endscope
          beginscope[yshift=-6.6cm]
          path (0,5) node[bullet,label=above:$A$](A'')
          (0,0) node[bullet,label=below:$B$](B'')
          (5,0) node[bullet,label=below:$C$](C'') ;
          foreach X [remember=X as LastX (initially C'')]in A'',B'',C''
          draw[line width=1pt,->-=0.5>] (LastX) -- (X);
          endscope
          endtikzpicture
          enddocument


          enter image description here






          share|improve this answer

























          • No friend, you understand my question better And the answer that I had hoped for almost got to be found. Only one request is please give me three different codes with arrows(three triangle with arrows) that you mentioned.

            – Sandy
            55 mins ago












          • Should i increase size of arrows? i am waiting.......

            – Sandy
            52 mins ago












          • @Sandy The three different arrows are already in foreach X/Arrow [remember=X as LastX (initially C)]in A/latex,B/stealth,C/>, where they are set as latex, stealth and standard types. Yes, you can make the arrows thicker e.g. by saying arrow[line width=2pt]#2} instead of arrow#2}.

            – marmot
            49 mins ago






          • 1





            @Sandy Yes, I will be happy to follow your request if I understand it. You want three triangles? If so, do they all have the same dimensions? Are the next to each other? Or do you want 3 arrow heads on a given edge?

            – marmot
            38 mins ago






          • 1





            @Sandy Just for additional information, here is a (quite complete) list of available arrow tips.

            – JouleV
            15 mins ago













          3












          3








          3







          Maybe I misread the question, but if you want to vary the type of the arrow you may want to use



          documentclass[12pt]article 
          usepackagetikz
          usetikzlibrarydecorations.markings
          begindocument
          % based on https://tex.stackexchange.com/a/39282/121799
          tikzset->-/.style n args=2decoration=
          markings,
          mark=at position #1 with arrow#2,postaction=decorate
          begintikzpicture[bullet/.style=circle,inner sep=1.5pt,fill]
          path (0,5) node[bullet,label=above:$A$](A)
          (0,0) node[bullet,label=below:$B$](B)
          (5,0) node[bullet,label=below:$C$](C) ;
          foreach X/Arrow [remember=X as LastX (initially C)]in
          A/latex,B/stealth,C/>
          draw[line width=1pt,->-=0.5Arrow] (LastX) -- (X);
          endtikzpicture
          enddocument


          enter image description here



          As for your comment: this draws three triangles. Is that what you are looking for?



          documentclass[12pt]article 
          usepackagetikz
          usetikzlibrarydecorations.markings
          begindocument
          % based on https://tex.stackexchange.com/a/39282/121799
          tikzset->-/.style n args=2decoration=
          markings,
          mark=at position #1 with arrow[line width=1pt]#2,postaction=decorate
          begintikzpicture[bullet/.style=circle,inner sep=1.5pt,fill]
          beginscope
          path (0,5) node[bullet,label=above:$A$](A)
          (0,0) node[bullet,label=below:$B$](B)
          (5,0) node[bullet,label=below:$C$](C) ;
          foreach X [remember=X as LastX (initially C)] in A,B,C
          draw[line width=1pt,->-=0.5latex] (LastX) -- (X);
          endscope
          beginscope[xshift=6cm]
          path (0,5) node[bullet,label=above:$A$](A')
          (0,0) node[bullet,label=below:$B$](B')
          (5,0) node[bullet,label=below:$C$](C') ;
          foreach X [remember=X as LastX (initially C')]in A',B',C'
          draw[line width=1pt,->-=0.5stealth] (LastX) -- (X);
          endscope
          beginscope[yshift=-6.6cm]
          path (0,5) node[bullet,label=above:$A$](A'')
          (0,0) node[bullet,label=below:$B$](B'')
          (5,0) node[bullet,label=below:$C$](C'') ;
          foreach X [remember=X as LastX (initially C'')]in A'',B'',C''
          draw[line width=1pt,->-=0.5>] (LastX) -- (X);
          endscope
          endtikzpicture
          enddocument


          enter image description here






          share|improve this answer















          Maybe I misread the question, but if you want to vary the type of the arrow you may want to use



          documentclass[12pt]article 
          usepackagetikz
          usetikzlibrarydecorations.markings
          begindocument
          % based on https://tex.stackexchange.com/a/39282/121799
          tikzset->-/.style n args=2decoration=
          markings,
          mark=at position #1 with arrow#2,postaction=decorate
          begintikzpicture[bullet/.style=circle,inner sep=1.5pt,fill]
          path (0,5) node[bullet,label=above:$A$](A)
          (0,0) node[bullet,label=below:$B$](B)
          (5,0) node[bullet,label=below:$C$](C) ;
          foreach X/Arrow [remember=X as LastX (initially C)]in
          A/latex,B/stealth,C/>
          draw[line width=1pt,->-=0.5Arrow] (LastX) -- (X);
          endtikzpicture
          enddocument


          enter image description here



          As for your comment: this draws three triangles. Is that what you are looking for?



          documentclass[12pt]article 
          usepackagetikz
          usetikzlibrarydecorations.markings
          begindocument
          % based on https://tex.stackexchange.com/a/39282/121799
          tikzset->-/.style n args=2decoration=
          markings,
          mark=at position #1 with arrow[line width=1pt]#2,postaction=decorate
          begintikzpicture[bullet/.style=circle,inner sep=1.5pt,fill]
          beginscope
          path (0,5) node[bullet,label=above:$A$](A)
          (0,0) node[bullet,label=below:$B$](B)
          (5,0) node[bullet,label=below:$C$](C) ;
          foreach X [remember=X as LastX (initially C)] in A,B,C
          draw[line width=1pt,->-=0.5latex] (LastX) -- (X);
          endscope
          beginscope[xshift=6cm]
          path (0,5) node[bullet,label=above:$A$](A')
          (0,0) node[bullet,label=below:$B$](B')
          (5,0) node[bullet,label=below:$C$](C') ;
          foreach X [remember=X as LastX (initially C')]in A',B',C'
          draw[line width=1pt,->-=0.5stealth] (LastX) -- (X);
          endscope
          beginscope[yshift=-6.6cm]
          path (0,5) node[bullet,label=above:$A$](A'')
          (0,0) node[bullet,label=below:$B$](B'')
          (5,0) node[bullet,label=below:$C$](C'') ;
          foreach X [remember=X as LastX (initially C'')]in A'',B'',C''
          draw[line width=1pt,->-=0.5>] (LastX) -- (X);
          endscope
          endtikzpicture
          enddocument


          enter image description here







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 20 mins ago

























          answered 1 hour ago









          marmotmarmot

          108k5132249




          108k5132249












          • No friend, you understand my question better And the answer that I had hoped for almost got to be found. Only one request is please give me three different codes with arrows(three triangle with arrows) that you mentioned.

            – Sandy
            55 mins ago












          • Should i increase size of arrows? i am waiting.......

            – Sandy
            52 mins ago












          • @Sandy The three different arrows are already in foreach X/Arrow [remember=X as LastX (initially C)]in A/latex,B/stealth,C/>, where they are set as latex, stealth and standard types. Yes, you can make the arrows thicker e.g. by saying arrow[line width=2pt]#2} instead of arrow#2}.

            – marmot
            49 mins ago






          • 1





            @Sandy Yes, I will be happy to follow your request if I understand it. You want three triangles? If so, do they all have the same dimensions? Are the next to each other? Or do you want 3 arrow heads on a given edge?

            – marmot
            38 mins ago






          • 1





            @Sandy Just for additional information, here is a (quite complete) list of available arrow tips.

            – JouleV
            15 mins ago

















          • No friend, you understand my question better And the answer that I had hoped for almost got to be found. Only one request is please give me three different codes with arrows(three triangle with arrows) that you mentioned.

            – Sandy
            55 mins ago












          • Should i increase size of arrows? i am waiting.......

            – Sandy
            52 mins ago












          • @Sandy The three different arrows are already in foreach X/Arrow [remember=X as LastX (initially C)]in A/latex,B/stealth,C/>, where they are set as latex, stealth and standard types. Yes, you can make the arrows thicker e.g. by saying arrow[line width=2pt]#2} instead of arrow#2}.

            – marmot
            49 mins ago






          • 1





            @Sandy Yes, I will be happy to follow your request if I understand it. You want three triangles? If so, do they all have the same dimensions? Are the next to each other? Or do you want 3 arrow heads on a given edge?

            – marmot
            38 mins ago






          • 1





            @Sandy Just for additional information, here is a (quite complete) list of available arrow tips.

            – JouleV
            15 mins ago
















          No friend, you understand my question better And the answer that I had hoped for almost got to be found. Only one request is please give me three different codes with arrows(three triangle with arrows) that you mentioned.

          – Sandy
          55 mins ago






          No friend, you understand my question better And the answer that I had hoped for almost got to be found. Only one request is please give me three different codes with arrows(three triangle with arrows) that you mentioned.

          – Sandy
          55 mins ago














          Should i increase size of arrows? i am waiting.......

          – Sandy
          52 mins ago






          Should i increase size of arrows? i am waiting.......

          – Sandy
          52 mins ago














          @Sandy The three different arrows are already in foreach X/Arrow [remember=X as LastX (initially C)]in A/latex,B/stealth,C/>, where they are set as latex, stealth and standard types. Yes, you can make the arrows thicker e.g. by saying arrow[line width=2pt]#2} instead of arrow#2}.

          – marmot
          49 mins ago





          @Sandy The three different arrows are already in foreach X/Arrow [remember=X as LastX (initially C)]in A/latex,B/stealth,C/>, where they are set as latex, stealth and standard types. Yes, you can make the arrows thicker e.g. by saying arrow[line width=2pt]#2} instead of arrow#2}.

          – marmot
          49 mins ago




          1




          1





          @Sandy Yes, I will be happy to follow your request if I understand it. You want three triangles? If so, do they all have the same dimensions? Are the next to each other? Or do you want 3 arrow heads on a given edge?

          – marmot
          38 mins ago





          @Sandy Yes, I will be happy to follow your request if I understand it. You want three triangles? If so, do they all have the same dimensions? Are the next to each other? Or do you want 3 arrow heads on a given edge?

          – marmot
          38 mins ago




          1




          1





          @Sandy Just for additional information, here is a (quite complete) list of available arrow tips.

          – JouleV
          15 mins ago





          @Sandy Just for additional information, here is a (quite complete) list of available arrow tips.

          – JouleV
          15 mins ago











          2














          Using TikZ: How to draw an arrow in the middle of the line?



          %documentclass[border=2mm]standalone
          documentclassarticle
          usepackagetikz
          usetikzlibrarydecorations.markings
          begindocument
          begintikzpicture

          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$;

          beginscope[very thick,decoration=
          markings,
          mark=at position 0.5 with arrow>
          ]
          draw [line width=1pt,postaction=decorate] (0,5)-- (0,0);
          draw [line width=1pt,postaction=decorate] (5,0)-- (0,5);
          draw [line width=1pt,postaction=decorate] (0,0)-- (5,0);
          endscope
          endtikzpicture
          enddocument





          share|improve this answer

























          • Is it possible of article document type?

            – Sandy
            47 mins ago











          • @Sandy Yes...sure

            – sandu
            46 mins ago











          • Would you please modified your codes for article?

            – Sandy
            15 mins ago











          • @Sandy done... see the code above....

            – sandu
            8 mins ago















          2














          Using TikZ: How to draw an arrow in the middle of the line?



          %documentclass[border=2mm]standalone
          documentclassarticle
          usepackagetikz
          usetikzlibrarydecorations.markings
          begindocument
          begintikzpicture

          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$;

          beginscope[very thick,decoration=
          markings,
          mark=at position 0.5 with arrow>
          ]
          draw [line width=1pt,postaction=decorate] (0,5)-- (0,0);
          draw [line width=1pt,postaction=decorate] (5,0)-- (0,5);
          draw [line width=1pt,postaction=decorate] (0,0)-- (5,0);
          endscope
          endtikzpicture
          enddocument





          share|improve this answer

























          • Is it possible of article document type?

            – Sandy
            47 mins ago











          • @Sandy Yes...sure

            – sandu
            46 mins ago











          • Would you please modified your codes for article?

            – Sandy
            15 mins ago











          • @Sandy done... see the code above....

            – sandu
            8 mins ago













          2












          2








          2







          Using TikZ: How to draw an arrow in the middle of the line?



          %documentclass[border=2mm]standalone
          documentclassarticle
          usepackagetikz
          usetikzlibrarydecorations.markings
          begindocument
          begintikzpicture

          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$;

          beginscope[very thick,decoration=
          markings,
          mark=at position 0.5 with arrow>
          ]
          draw [line width=1pt,postaction=decorate] (0,5)-- (0,0);
          draw [line width=1pt,postaction=decorate] (5,0)-- (0,5);
          draw [line width=1pt,postaction=decorate] (0,0)-- (5,0);
          endscope
          endtikzpicture
          enddocument





          share|improve this answer















          Using TikZ: How to draw an arrow in the middle of the line?



          %documentclass[border=2mm]standalone
          documentclassarticle
          usepackagetikz
          usetikzlibrarydecorations.markings
          begindocument
          begintikzpicture

          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$;

          beginscope[very thick,decoration=
          markings,
          mark=at position 0.5 with arrow>
          ]
          draw [line width=1pt,postaction=decorate] (0,5)-- (0,0);
          draw [line width=1pt,postaction=decorate] (5,0)-- (0,5);
          draw [line width=1pt,postaction=decorate] (0,0)-- (5,0);
          endscope
          endtikzpicture
          enddocument






          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 45 mins ago

























          answered 1 hour ago









          sandusandu

          3,56542855




          3,56542855












          • Is it possible of article document type?

            – Sandy
            47 mins ago











          • @Sandy Yes...sure

            – sandu
            46 mins ago











          • Would you please modified your codes for article?

            – Sandy
            15 mins ago











          • @Sandy done... see the code above....

            – sandu
            8 mins ago

















          • Is it possible of article document type?

            – Sandy
            47 mins ago











          • @Sandy Yes...sure

            – sandu
            46 mins ago











          • Would you please modified your codes for article?

            – Sandy
            15 mins ago











          • @Sandy done... see the code above....

            – sandu
            8 mins ago
















          Is it possible of article document type?

          – Sandy
          47 mins ago





          Is it possible of article document type?

          – Sandy
          47 mins ago













          @Sandy Yes...sure

          – sandu
          46 mins ago





          @Sandy Yes...sure

          – sandu
          46 mins ago













          Would you please modified your codes for article?

          – Sandy
          15 mins ago





          Would you please modified your codes for article?

          – Sandy
          15 mins ago













          @Sandy done... see the code above....

          – sandu
          8 mins ago





          @Sandy done... see the code above....

          – sandu
          8 mins ago

















          draft saved

          draft discarded
















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Magento 2 duplicate PHPSESSID cookie when using session_start() in custom php scriptMagento 2: User cant logged in into to account page, no error showing!Magento duplicate on subdomainGrabbing storeview from cookie (after using language selector)How do I run php custom script on magento2Magento 2: Include PHP script in headerSession lock after using Cm_RedisSessionscript php to update stockMagento set cookie popupMagento 2 session id cookie - where to find it?How to import Configurable product from csv with custom attributes using php scriptMagento 2 run custom PHP script

          Can not update quote_id field of “quote_item” table magento 2Magento 2.1 - We can't remove the item. (Shopping Cart doesnt allow us to remove items before becomes empty)Add value for custom quote item attribute using REST apiREST API endpoint v1/carts/cartId/items always returns error messageCorrect way to save entries to databaseHow to remove all associated quote objects of a customer completelyMagento 2 - Save value from custom input field to quote_itemGet quote_item data using quote id and product id filter in Magento 2How to set additional data to quote_item table from controller in Magento 2?What is the purpose of additional_data column in quote_item table in magento2Set Custom Price to Quote item magento2 from controller

          How to solve knockout JS error in Magento 2 Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?(Magento2) knockout.js:3012 Uncaught ReferenceError: Unable to process bindingUnable to process binding Knockout.js magento 2Cannot read property `scopeLabel` of undefined on Product Detail PageCan't get Customer Data on frontend in Magento 2Magento2 Order Summary - unable to process bindingKO templates are not loading in Magento 2.1 applicationgetting knockout js error magento 2Product grid not load -— Unable to process binding Knockout.js magento 2Product form not loaded in magento2Uncaught ReferenceError: Unable to process binding “if: function()return (isShowLegend()) ” magento 2