Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [tikz-arrows]

{tikz-arrows} is about questions related to the arrow head specifications in the arrows library of the TikZ/PGF graphics package. If the question is not specifically addressing an issue related to the arrow construction, use the general {tikz-pgf} tag.

1 vote
1 answer
30 views

Strange extra arrow behavior in tikz because xshift

The following code gives me a strange arrow: \documentclass{article} \usepackage{tikz} \usetikzlibrary{bending, arrows, arrows.meta} \begin{document} \tikz{ \node (P) {$(x+3)(x-5)$}; \...
Watson's user avatar
  • 984
0 votes
0 answers
47 views

Tikz. How do I insert a label in front of an arrow?

I am not able to insert a text node - a label - in front of the point of an arrow: \begin{figure}[h] \begin{center} \begin{tikzpicture}[>=latex'] \draw [->, red, thick] (0,0) to [...
mario's user avatar
  • 773
1 vote
1 answer
40 views

semiconductor supply chain flowchart

I need to recreate a flowchart as faithfully as possible to the one depicted in the image. Unfortunately, my knowledge of LaTeX is still basic, and with the lines of code I have written, we are not ...
Yusef Hamdellah's user avatar
0 votes
0 answers
37 views

\draw arrows convergence

I want to make the tips of the arrow illustrating the enerhy gap level converge with each other with a little bit of space between them, just like I drew. Also, I would like the arrows to be thicker. ...
Yusef Hamdellah's user avatar
0 votes
0 answers
25 views

arrows convergence [duplicate]

I want to make the tips of the arrow next to 𝐸𝑔 converge with each other with a little bit of space between them. Also, I would like the arrows to be thicker. These are the code lines I used: \begin{...
Yusef Hamdellah's user avatar
1 vote
1 answer
38 views

modify shorten value for inner draw command

To generate a big arrow with white background inside, below code try to draw a small arrow in style define. If the outside shorten value is 0, then current logic works fine, but if define a 5pt ...
lucky1928's user avatar
  • 4,285
2 votes
2 answers
70 views

add customize line header not smooth connected

I would like to add a line and a arrow as head of line like below. it works basically but the connection between the added line and arrows not smooth. I guess I need some thing like --cycle to make ...
lucky1928's user avatar
  • 4,285
2 votes
1 answer
87 views

How to control arrowhead size in chemfig?

I read through the docs of chemfig, but it seems like there is no option to control the size of an arrowhead (except you define an arrow from scratch, what I can't do yet). The closest thing I have ...
Leon's user avatar
  • 547
3 votes
1 answer
35 views

draw arc with big arrow between two point

I would like to draw a arc with big arrow like below: I have try below code with big arrow! \documentclass{standalone} \usepackage{tikz} \usetikzlibrary{calc,shapes.arrows} \begin{document} \begin{...
lucky1928's user avatar
  • 4,285
4 votes
3 answers
202 views

How to solve the intersection truncation problem of multiple \draw[thick, color=xxx] commands by color?

I was learning foreach command in TIKZ and I want to plot the style and the color shown as below. After consulting the doc of pgfplots, I achieve it by the code as below: \documentclass{ctexart} \...
Explorer's user avatar
  • 135
7 votes
2 answers
332 views

Decorate equations with arrows using TikZ

How can I draw an arrow on a equation in Tikz by defining points? Here is a starting code. \documentclass[a4paper]{book} \usepackage{tikz} \begin{document} \begin{tikzpicture} \node at (0,0) {$93 \...
H.Gorbanzad's user avatar
2 votes
0 answers
57 views

How to draw momentum arrows using tikzfeynman.sty?

I am using tikzfeynman.sty written by Flip Tanedo to draw Feynman diagrams. A sample code that I wrote-- \begin{tikzpicture}[line width=1.5 pt, scale=1.3] \draw[scalar] (45:1.5)--(0,0); \draw[...
Fermion's user avatar
  • 183
0 votes
1 answer
55 views

semiconductor value chain flowchart does not fit in the page

I created a flowchart which looks like the Image I left atacched.I tried these codes but the flowchart does not fit in the page, probably because I set specific margins in my document. \documentclass[...
Yusef Hamdellah's user avatar
1 vote
1 answer
47 views

How to move a line (or arrow) in tikzpicture with coordinates

I wanted to move Line C so that it ranges from the end of line A to the End of line B in tikz (it should be parallel to A and B to show the lenght difference). How do I do that? I tried with ...
LatexLama's user avatar
1 vote
2 answers
162 views

draw humanoid using tikz graph

I am trying to make a similar plot using tikz libray in latex but so far I was only able to generate three humanoids. However, they are not scaled to fit properly in the plot and I can't place them ...
Dalek's user avatar
  • 553

15 30 50 per page
1
2 3 4 5
139